Print Page | Close Window

PDF Printing is low and right

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=2713
Printed Date: 19 May 24 at 7:40PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: PDF Printing is low and right
Posted By: hrdware
Subject: PDF Printing is low and right
Date Posted: 21 Aug 13 at 2:45PM
I am trying to add data to a PDF form and then print out the result.  The problem I am having is that the PDF prints low and right as compared to Adobe Acrobat.  I opened the original PDF using the Quick PDF Library Demo program and it prints correctly.  Any ideas why it works correctly in the Demo program but not in my code? (code listed below)
 
myPDF.LoadFromFile("myPDF.PDF",' ');
i:=myPDF.PrintOptions(0,0,'Layout');
myPDF.PrintDocumentToPrinterObject(Printer,1,1,i);
 
I have tried to add a NormalizePage but that has no effect.  I have also tried using PrintDocument to see if there was a difference and it printed the same for me.



Replies:
Posted By: AndrewC
Date Posted: 12 Sep 13 at 11:11AM
hrdware,

I assume you are using the 9.14 or 9.15 release.  We have fixed this issue in the 9.16 release which can be downloaded from here.

http://www.debenu.com/products/development/debenu-pdf-library/updates/" rel="nofollow - http://www.debenu.com/products/development/debenu-pdf-library/updates/

As of 9.16 it is no longer required to call NormalizePage(0) before printing rotated PDF pages.  Adding this feature resulted in this new problem happening on some PDF files and printers.  9.16 fixes this.

Andrew.

Andrew.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk