Print Page | Close Window

How to flatten entire PDF file

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=1459
Printed Date: 23 Jun 25 at 8:18AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: How to flatten entire PDF file
Posted By: dsola
Subject: How to flatten entire PDF file
Date Posted: 27 May 10 at 4:04PM
Hi,

I have PDF form with multiple pages, when I use FlattenFormField to flatten PDF it's to slow

Is there a faster method to flatten PDF?


Davor



-------------
registered QuickPDF user



Replies:
Posted By: greenley
Date Posted: 21 Mar 13 at 10:48PM
Is there any answer for this, I have a form that I need to add multiple pages to, each page has about 360 form fields, flatten takes several seconds for each page. Is there any faster way to flatten form fields? I want to flatten all the fields on the page.
I am using:
        int TotalFormFields = QPRoster.FormFieldCount();
        while (TotalFormFields > 0)
        {
            QPRoster.FlattenFormField(TotalFormFields--);
        }
Bill Greenley


Posted By: AndrewC
Date Posted: 25 Mar 13 at 11:07PM
Which version of QPL are you using ?  8.xx or 9.xx ?

Andrew.


Posted By: greenley
Date Posted: 26 Mar 13 at 7:19PM
8.xx, upgraded to 9.xx and it is much faster.



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