Print Page | Close Window

GetPageText method not supported

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=2732
Printed Date: 31 May 25 at 8:42AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: GetPageText method not supported
Posted By: SoulHunter
Subject: GetPageText method not supported
Date Posted: 16 Sep 13 at 3:58PM
Hi. I'm trying to work with QPDF Lib, but some function from samples doesn't work(
My code:
pdf:= CreateOleObject('DebenuPDFLibraryLite0916.PDFLibrary');
pdf.LoadFromFile('c:\test.pdf','');
pdf.SelectPage(1);
SL := TStringList.Create;
sl.Append(pdf.GetPageText(1)); << here showing error "method GetPageText not supported by automation object"

I'm tried with DAGetPageText, ExtractPageText, ExtractFilePageText and PageText, but result the same. What wrong? What the right function for Delphi06?



Replies:
Posted By: AndrewC
Date Posted: 17 Sep 13 at 11:22AM

SoulHunter,

These functions are only supported in the Full version of the product.

The support functions in the Lite version can be found in Appendix C (Last page) of the "Debenu Quick PDF Library 9.16 Reference Guide.pdf"

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