Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
PDFs printed with QuickPDF lose bold style |
Post Reply
|
| Author | |
SCV
Beginner
Joined: 09 Sep 10 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Topic: PDFs printed with QuickPDF lose bold stylePosted: 09 Sep 10 at 3:49PM |
|
I have been having an issue that I cannot resolve. I have tried darn near everything.
We have PDFs that we populate with form data and then we print the PDF out (with the filled data) using QuickPDF. The problem is that the printed PDF loses the BOLD style of any text on the PDF that has that style. I have tried substituting fonts, etc. but it doesnt seem to be tied to any particular font. When I print the PDF using Acrobat natively, everything looks fine. Here is a snippet of my code. Anyone who has a theory, it would be appreciated. I can even send you the before and after PDFs. We are grasping at straws at this point and QuickPDF support has not been able to provide a remedy to this point. Here is the VB6 code snippet (we are running this in a Windows 2000 Professional environment btw - and the GDI DLL is the latest & greatest available for Win2k): Dim Result As Long
Dim QuickPDF As QuickPDFAX0719.PDFLibrary Set QuickPDF = CreateObject("QuickPDFAX0719.PDFLibrary") Dim startPage As Integer Dim EndPage As Integer startPage = 1 Call QuickPDF.SetGDIPlusFileName(App.Path & "\GDIPLUS.DLL") If QuickPDF.UnlockKey(KEY_GOES_HERE) = 1 Then Result = QuickPDF.LoadFromFile(pdfFile)
Call QuickPDF.SetNeedAppearances(1) 'Complex code for filling the form fields goes here
docPages = QuickPDF.PageCount
printerName = QuickPDF.GetDefaultPrinterName printerOptions = QuickPDF.PrintOptions(0, 0, QuickPDF.GetDocumentFileName) Result = QuickPDF.PrintDocument(printerName, 1, docPages, printerOptions) End If
Anyone see anything wrong here??
|
|
![]() |
|
Ingo
Moderator Group
Joined: 29 Oct 05 Status: Offline Points: 3530 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 Sep 10 at 6:28PM |
|
Hi!
See my other posting ;-) Cheers, Ingo |
|
![]() |
|
SCV
Beginner
Joined: 09 Sep 10 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 Sep 10 at 7:55PM |
|
Ingo - thank you for your reply. I am reading your other posting as we speak. |
|
![]() |
|
SCV
Beginner
Joined: 09 Sep 10 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 Sep 10 at 9:03PM |
|
I upgraded to version 7.21 and still have the same result.
|
|
![]() |
|
Ingo
Moderator Group
Joined: 29 Oct 05 Status: Offline Points: 3530 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 Sep 10 at 9:04PM |
|
So use the official support pages with upload-option for sample files.
Cheers, Ingo |
|
![]() |
|
SCV
Beginner
Joined: 09 Sep 10 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 Sep 10 at 9:09PM |
|
I have posted there and am awaiting the vendor's reply. Thanks a million, Ingo!
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() 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 |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store