Print Page | Close Window

Pdf Printing Problem...

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=2720
Printed Date: 05 May 25 at 12:58PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Pdf Printing Problem...
Posted By: ExchangeViews
Subject: Pdf Printing Problem...
Date Posted: 26 Aug 13 at 11:09AM
Cry I m using Cute PDF Writer API to print existing pdf file to re-create pdf. When I print pdf manually after opening it, the result pdf texts are selectable (OK) however if I use following code, print generate a non-selectable output (like image). Can you guys please help me to figureout the exact problem? How to print pdf programatically so that generated texts are selectable?

  QP:=TQuickPDF0816.Create;
  QP.UnlockKey('XXXXXXXXXXXXXXXX');
  QP.LoadFromFile(EditPDFIn.Text,'');
  QP.PrintDocument('CutePDF Writer', 1, QP.PageCount, QP.PrintOptions(0, 0, ExtractFileName(EditPDFIn.Text)));

Thanks



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

QuickPDF library currently converts all text to outlines during the printing process so it is currently not possible.

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