Print Page | Close Window

AddPageLabels is not working for me, Why?

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=2348
Printed Date: 11 Jun 26 at 2:16AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: AddPageLabels is not working for me, Why?
Posted By: ExchangeViews
Subject: AddPageLabels is not working for me, Why?
Date Posted: 24 Jul 12 at 1:05PM
I m using following code in QPL8.16:

       for J := 1 to QP.PageCount do
        Begin
          QP.SelectPage(J);
          FontID:=QP.AddStandardFont(0);
          QP.SelectFont(FontID);
          QP.SetTextSize(12);
          QP.SetTextAlign(0);
          QP.AddPageLabels(1,1,1,'Test-');
        End;

and the output pdf is not showing page labels, Why? Please help.
Thanks in advance!



Replies:
Posted By: AndrewC
Date Posted: 27 Jul 12 at 6:53AM
Using a simple PDF and your code I was able to add the expected page numbers correctly.

You may need to create an official QPL support case and send us the PDF you are trying to add page labels to.

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