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
56
votes
11 answers

jsPDF multi page PDF with HTML renderer

I am using jsPDF in my site to generate PDFs. But now I have multiple DIVs to print in a single PDF. which may take 2 to 3 pages. For example:
content
content
manipvd
  • 643
  • 1
  • 6
  • 7
56
votes
3 answers

Subfigs of a figure on multiple pages

I am facing problem of stacking many figures The problem is the stack figure is overriding the page dimension vertically and placing all the figure in one page and not changing the page as the limitation of page is reached. How can page be changed…
Hemant Ritturaj Kushwaha
53
votes
3 answers

How to make WinForms UserControl fill the size of its container

I am trying to create a multilayout main screen application. I have some buttons at the top that link to the main section of the application (e.g. management window for each entity in the Model) Clicking any of these button displays the associated…
codingbiz
  • 26,179
  • 8
  • 59
  • 96
24
votes
2 answers

Vue.js : Best way to implement MPA(Multi page app) in laravel

I have been looking around for quite a time, But didn't got anything convening. What will be the best approach and practice to implement Vue MPA architecture in laravel. Searched for quite a bit. But there isn't anything which will give you a clear…
Gammer
  • 5,453
  • 20
  • 78
  • 121
18
votes
5 answers

how to create wizard forms in ruby on rails

I'm trying to understand the best options for pulling off a wizard form in ruby on rails. Ideally I'd like to have it so the application signup has a back and next button that allows the user to submit data in steps. So in step 1 they could fill out…
Branden Silva
  • 1,406
  • 1
  • 11
  • 15
13
votes
1 answer

WeasyPrint always generating single-page PDFs from Zurb Ink

Generating a PDF from an email (Zurb Ink templated); but am always presented with a single page PDF. Runnable test-case: from weasyprint import HTML, CSS from urllib2 import urlopen if __name__ == '__main__': html =…
A T
  • 13,008
  • 21
  • 97
  • 158
13
votes
2 answers

Imagemagick combine 2 generated PDFs into 1 multi-page file

I'm not finding in the documentation where to take 2 PDFs and combine them into 1 file where image1.pdf will be page 1 and image2.pdf will be page2. Is this even possible? I see documentation where you can pull images and do a lot of processing…
LITguy
  • 623
  • 4
  • 13
  • 39
11
votes
6 answers

Tabbed window for matplotlib figures, is it possible?

I have a python project that outputs several Matplotlib figures; each figure contains several charts. The problem that project launches about 15 figures (windows) every run, which I can not reduce. Is it possible to concatenate all these figures…
Mohammad ElNesr
  • 2,477
  • 4
  • 27
  • 44
11
votes
2 answers

Android create pdf document from webview with multiple pages

Im using the PdfDocument framework from Android (link) to create a pdf document from my webview content. The pdf is created well but it is only one page document. When the webview content is large i need to create a multipage document. ALL I NEED IS…
user3065901
  • 4,678
  • 11
  • 30
  • 52
10
votes
0 answers

How to convert a UIView to a multi-page PDF in swift?

I have an app, written in Swift and want to export an entire UIView as a PDF. I found the code below does this well, but only produces a single-paged, cropped PDF. The exportable UIView contains a tableview which is dynamic, so I need to calculate…
Miles
  • 131
  • 5
10
votes
1 answer

iOS - Creating multi page PDF from HTML content

I have a long html page and wanted to convert it in to a multipage PDF file. I have followed the instructions provided in apple and here - how to make multi page PDF for a given string content. But the formatting the NSString ( with some like data…
Viraj
  • 209
  • 1
  • 2
  • 11
8
votes
5 answers

Convert multipage TIFF to PNG .Net

I am able to convert a single page TIFF to a PNG in .Net, however, how would I do this for a multipage TIFF?
mytwocents
  • 847
  • 17
  • 29
8
votes
1 answer

How to combine two or many tiff image files in to one multipage tiff image in JAVA

I have 5 single page tiff images. I want to combine all these 5 tiff images in to one multipage tiff image. I am using Java Advanced Imaging API. I have read the JAI API documentation and tutorials given by SUN. I am new to JAI. I know the basic…
Param-Ganak
  • 5,787
  • 17
  • 50
  • 62
7
votes
2 answers

Simulate multipage document in CSS3

I would like very much to create a web page which would have the same appearence of, say, Microsoft Word or Acrobat Reader when the zoom level is small and it shows side-by-side pages with page borders. What I don't have idea what to do is to define…
heltonbiker
  • 26,657
  • 28
  • 137
  • 252
7
votes
1 answer

How to create a multipage Vue.js application with pages on nested subdirectories by modifying vue.config.js?

I have a multipage Vue.js application with working pages on domain/legal; domain/submit; etc. I've implemented that with the help of Vue.js' pages (i.e. customizing vue.config.js) In other words, I'm all good making the above work. I'm now trying to…
Pat
  • 443
  • 6
  • 13
1
2 3
18 19