Printing Legal Size

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
Travis
Posts: 3
Joined: Fri Aug 19 2005

Printing Legal Size

Post by Travis »

I am having trouble printing form the viewer a legal size PDF. We have version 2.5 and the following is the code I am using. We can print in other apps on Legal size so any help would be greatly appreciated. Thanks!

For Each mPrinter In Printers
If mPrinter.deviceName = sPrinterName Then Set Printer = mPrinter
Next

Printer.PaperSize = pprLegal '5

pdfViewer.StartPrint Printer.deviceName, True

pdfViewer.PrintPage 1

pdfViewer.EndPrint
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello Travis,

We are following up to your other post at: http://www.amyuni.com/forum/viewtopic.php?t=1399

Please don't post the same question to different forums.

Thanks.
Post Reply