Print Page | Close Window

GetPageText() Landscape

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=2347
Printed Date: 27 Jul 25 at 5:56AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: GetPageText() Landscape
Posted By: Herb
Subject: GetPageText() Landscape
Date Posted: 23 Jul 12 at 10:28AM
Hey All,

I'm having an issue extracting text for a certain PDF. The only difference I can find between all the PDF's is that the one that won't allows me to get the text is landscape.

Here's my code:

                    while (PageNumber <= iPageCount)
                    {
                        QP.SetTempPath("c:");
                        QP.SelectPage(PageNumber);
                        documentIndex = documentIndex + QP.GetPageText(8);

                        PageNumber++;
                    }

We probably go though about 100/200 PDF's scanned with QP per day. Only every now and then the extraction is empty.



Replies:
Posted By: AndrewC
Date Posted: 23 Jul 12 at 1:00PM
Can you please send us the PDF to

http://www.quickpdflibrary.com/support/support-query.php - http://www.quickpdflibrary.com/support/support-query.php

Not all PDF's can be extracted but is always good to explain why certain PDF's cannot be extracted.

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