How to set up paper orientation.

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
akosko
Posts: 8
Joined: Mon Jan 06 2003

How to set up paper orientation.

Post by akosko »

I use pdf converter 2.08. I call the converter and I give it FileNameOptions. I cannot find settings like paper orientation or paper size.
Is there any chance to set the paper orientation (landscape or portrait) or paper size up ? Thanks a lot
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Yes, you can set all the printer properties from inside your application by using specific functions like:

SetOrientation()
SetPaperSize()
SetPaperWidth()
SetPaperHeight()

The above functions are for the DLL interface of CDIntf. You can use the equivalent methods from the ActiveX interface of CDIntf.

You can find more information about this in the 'Common Driver Interface.pdf' manual available with the product.

Hope this helps.
Post Reply