Questions tagged [multipage]

A container for a collection of Page objects. It is a control in VBA to facilitate categorising a large volume of information.

Microsoft support page a container for a collection of Page objects. It is a control in VBA to facilitate categorizing a large volume of information.

282 questions
7
votes
6 answers

AngularJS Multi-Page App Site Boilerplate Site Structure Advice

I am looking for some guidance with creating an AngularJs multi-page app served by a Laravel Backend. All web app tutorials on the net point to creating SPAs and I am just getting started with Angular - so please go easy on me. ProductPage example -…
Gravy
  • 12,264
  • 26
  • 124
  • 193
7
votes
0 answers

OSX save WebView content to multipage PDF

I am working on an OSX app with xcode. I have a working WebView that uses MathJax to display equations (as well as normal html content). I am creating a math worksheet generator for math teachers. I have been searching the web a lot trying to find…
6
votes
3 answers

How do I link pages in GitHub Pages

Essentially I am trying to link to my my GitHub Pages index.html file to the other files in the repository to make a multi page website. The URL is correct, I have tried a bunch of ways and I am simply getting no where. The main branch is called…
Roman10
  • 115
  • 1
  • 6
6
votes
3 answers

Validation on a Complex Model for a multi-page form

I'm trying to write a registration using devise and active merchant. The form is complex in that my user object looks like this: class User < ActiveRecord::Base include ActiveMerchant::Utils # Include default devise modules. Others available…
R. Yanchuleff
  • 323
  • 1
  • 15
6
votes
2 answers

How to create a multi-page PDF-file with Gnuplot?

I make a dozen of plots with Gnuplot on Mac via ruby-gnuplot. If I re-run my ruby script, then the number of open windows with the plots doubles. If I could just output all these plots in a PDF opened in Preview, then the file would be automatically…
Andrei Fokau
  • 225
  • 1
  • 4
  • 11
6
votes
1 answer

How to convert a multi-page PDF to single-page TIFFs

This thread asks for how to convert multi-page PDF to multi-page TIFF with Ghostscript; "Tools to convert multipage PDF to multipage TIFF" However, I want to covert a multi page PDF to a number of single-page TIFFs: Each page in the PDF is…
Changwang Zhang
  • 2,467
  • 7
  • 38
  • 64
6
votes
2 answers

Copy Elements From One Page To Another in Multipage with VBA in Excel

I have a multipage in a userform. During run-time, the user can choose to add x number of pages at any time. The elements of each page will be the same. I am wondering if there is a way to duplicate these elements, or would I need to re-create these…
Ehudz
  • 613
  • 10
  • 22
  • 33
5
votes
1 answer

Multi-Page tiff resizing python

First post here, although i already spent days of searching for various queries here. Python 3.6, Pillow and tiff processing. I would like to automate one of our manual tasks, by resizing some of the images from very big to match A4 format. We're…
Bartek
  • 63
  • 5
5
votes
3 answers

iText7: Creating PDF from TIFF multipage image using iText

I am trying to use iText 7.1.1 to convert a TIFF image to PDF file with multiple pages. Thanks for those to get me started with this article Create PDF from TIFF image using iText. However, it is iText 5.5.x and I have trouble to duplicate it in…
user1747980
  • 245
  • 1
  • 4
  • 14
5
votes
0 answers

Multi-page forms in Node.js

I'm working on a project where I'd like to split up a form over multiple pages. We're currently using express for node.js. Would it be possible to store the variable from one page and continue to pass it along to the subsequent pages? The first…
Katherine
  • 51
  • 2
5
votes
1 answer

ASP.NET MVC - RequireJS best multi-page app solution

I'm trying to convert one of my current MVC sites to using requirejs.....I was able to get things to "work"....but, what I have done looks messy. Everything I have found on the internet in relation to requirejs really concentrates on single page…
Jeff
  • 865
  • 1
  • 7
  • 7
4
votes
1 answer

How to load a multipage template via AJAX using jQuery mobile?

I have a problem in my webapp : When i open a "multipage template" page in my browser, I can see both pages in the DOM, but only one is active, this is logical, nothing to say about that. But when I load a "multipage template" page from a previous…
Romain Durand
  • 783
  • 1
  • 6
  • 22
4
votes
2 answers

Python matplotlib: Save to pdf in multiple pages

I am trying to do the following: I have created a figure, using matplotlib, with several subplots. More specifically, 2x4 subplots The output is great for showing it on the screen, but not for saving it to pdf. If I just use save_fig, it prints a…
stavrop
  • 465
  • 2
  • 8
  • 20
4
votes
1 answer

How can I link to a specific tab (Telerik RadTab) from another page

I'm using Telerik (for ASP.NET AJAX) RadMultiPage controls to produce nested tabs and I would like to link to a specific tab from another page. But I couldn't find a proper way. Here is my code
katronai
  • 540
  • 1
  • 8
  • 25
4
votes
1 answer

MATLAB Multi-Page GUI query

I am currently developing a GUI for a m.file that I had already completed. The GUI will be one with multiple pages, with each page being a GUI on it's own. On the master GUI, the user will make a selection on a radio button group with 2 options.…
1
2
3
18 19