Printing Legal Size

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
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
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

There are a couple of points you need to clarify first.

1- You are using (what I suspect is the PDF Creator product) to print an existing PDF document. Does this PDF document contains legal size pages?

2- Are you trying to print from the PDF Creator to the PDF Converter?

hope this helps?
Post Reply