Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Help with NormalizePage
  FAQ FAQ  Forum Search   Register Register  Login Login

Help with NormalizePage

 Post Reply Post Reply
Author
Message Reverse Sort Order
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Topic: Help with NormalizePage
    Posted: 14 May 19 at 5:20PM
Hi Otto,

here you can read all about it:
https://www.debenu.com/kb/use-normalizepage-resolve-issues-adding-text-pages-pdf-files/

Here AndrewC (R.I.P.) is telling you "once for each page" ;-)
http://www.quickpdf.org/forum/problems-drawing-on-a-pdf_topic2698.html

Cheers and welcome here,
Ingo



Edited by Ingo - 14 May 19 at 5:21PM
Cheers,
Ingo

Back to Top
Otto View Drop Down
Beginner
Beginner
Avatar

Joined: 10 May 19
Location: Germany
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Otto Quote  Post ReplyReply Direct Link To This Post Posted: 14 May 19 at 8:46AM
Which approach is right?

1st approach:
Load a PDF document from file and then call function NormalizePage once, e.g.
       FQuickPDF.LoadFromFile(FileName, Password);
       FQuickPDF.NormalizePage(0);

2nd approach:
Load a PDF document from file and then call function NormalizePage for each page of the PDF document, e.g.
       FQuickPDF.LoadFromFile(FileName, Password);
       for I := 1 to FQuickPDF.PageCount do
        begin
          FQuickPDF.SelectPage(I);
          FQuickPDF.NormalizePage(0);
        end;

And what would be the difference?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store