Print Page | Close Window

Printing PDF File - lost fonts

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=2665
Printed Date: 29 Jun 25 at 10:41AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Printing PDF File - lost fonts
Posted By: marcus
Subject: Printing PDF File - lost fonts
Date Posted: 11 Jun 13 at 2:26PM
Hi,

i try to print a pdf file with this kind VBScript:
-------------------------------
Set QP = CreateObject("DebenuPDFLibrary64AX0913.PDFLibrary")

Call QP.UnlockKey("XXXXXXXXXXXXXXXXX")

Call QP.LoadFromFile("pro_2013_0000_2658116.pdf","")
'CALL qp.SetPageSize("A4")
CustomPrinter = QP.NewCustomPrinter("DEBRE01PR025")

Call QP.SetupCustomPrinter(CustomPrinter, 1, 9)

' Print Qualtiy high

 Call QP.SetupCustomPrinter(CustomPrinter, 5, 1)
' Color printing
 Call QP.SetupCustomPrinter(CustomPrinter, 6, 2)
' select tray 1

iPrintOptions = QP.PrintOptions(1, 0, filepdf)

Call QP.PrintDocument(CustomPrinter, 1, qp.Pagecount, iPrintOptions)
Set QP = Nothing
-----------------------------------

But it seems, that print out lost the original fonts ARIAL and ARIAL Bold. What can i do ?

Thanks !

BEst regards,
Marcus



Replies:
Posted By: AndrewC
Date Posted: 04 Jul 13 at 11:11AM
Marcus,

You would need to create a case in the official support system.  There are so many strange PDF's out there that we can't tell what is wrong until we look at the PDF file.

http://www.debenu.com/support/contact/ - http://www.debenu.com/support/contact/

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