Welcome Guest Search | Active Topics | Sign In | Register

Render different papersize/orientation. Options
Klaas
Posted: Wednesday, November 21, 2018 5:21:45 AM
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?

eo_support
Posted: Wednesday, November 21, 2018 10:26:49 AM
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!
Klaas
Posted: Wednesday, November 21, 2018 10:33:19 AM
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.
eo_support
Posted: Wednesday, November 21, 2018 11:19:20 AM
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.