|
Rank: Advanced Member Groups: Member
Joined: 9/20/2011 Posts: 32
|
Need to concatenate successive single PDF pages into one file and one large PDF. Would like to use ASPX to PDF for this. Caveat: Each separate page to be forced into a ONE page PDF output; and then, all of the ONE page PDF outputs spooled together into a single LARGE pdf before priniting...? Thx
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure what you meant by "spool together into a single large PDF", but if you want to merge contents, you would need to merge them in your HTML. PDF merger merges page A and page B into a two page document. It doesn't merge content of page A and page B into a single page C.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2011 Posts: 32
|
I meant to say "Merge" and not "Spool" as you have correctly assumed. I understand your response and it is helpful. More specifically: I like the feature that FORCES a PDF onto a single page from an HTML page source. I have 50 some such single pages. I assume by your response that the PDF MERGER will allow me to combine all 50+ pages into one PDF doc. Any other tips on how best to set this up? Thx.
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2011 Posts: 32
|
..ie, how best to setup 50+single PDF pages into a single 50+ page PDF doc...?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2011 Posts: 32
|
gr8, thx
|
|