|
Rank: Member Groups: Member
Joined: 10/30/2018 Posts: 10
|
I realize the subject might be misleading, but I don't know how to explain it differently.
This is for a printed catalog, I want to render an A3 in landscape as two A4's in portrait. That is, every spread should be an A3 as two A4's. Is it possible?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
I am assuming that you are using our EO.Pdf product. With EO.Pdf you can only use a single single per conversion. So if you wish to have multiple sections with different page size, you will need to do multiple conversions, and then use PdfDocument.Merge to merge the result together.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 10/30/2018 Posts: 10
|
Hi.
Yeah. That was partially the answer. Basically, I want to render a landscape A3 as a spread (two A4) in portrait.
So. Ascii art. :)
+----------+ | A3 | | | +----------+
becomes
+--+ +--+ | | | | |A4| |A4| +--+ +--+
I'm sorry if I'm horribly unclear in my explanation.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
As mentioned in our first reply, you will need to do a separate conversion for each size and then call PdfDocument.Merge to merge them together.
|
|