Print Page | Close Window

Appending page

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=333
Printed Date: 18 May 24 at 8:23PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Appending page
Posted By: phora
Subject: Appending page
Date Posted: 24 Feb 06 at 3:33AM

Hi to everybody

A little question .

I have to append same pages to an existing pdf document: according to yu, which code is better to use:

a)

QP.LoadFromFile(...);
QP.NewPage;

or

b)

QP.LoadFromFile(...);
QP.Selectpage( QP.PageCount-1 );
QP.NewPage;

 



-------------
Regards.
Andrea



Replies:
Posted By: JanN
Date Posted: 24 Feb 06 at 4:44AM
Hi Andrea,

you do not need to use SelectPage before NewPage. So the first example is sufficient.



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