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 - Page conversion
  FAQ FAQ  Forum Search   Register Register  Login Login

Page conversion

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

Joined: 08 Dec 10
Location: Geelong, Aust
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndrewC Quote  Post ReplyReply Direct Link To This Post Topic: Page conversion
    Posted: 21 Aug 11 at 4:50AM
You could write your own function using the CapturePage and DrawCapturedPage functions.

You can play with this code to convert multiple pages as well as implementing fit to page type functionality.

            QP.LoadFromFile('myfile.pdf');   // assume it is a 1 page document.
            QP.NewPage();   // Create a blank 2nd page we can draw into after.

            // Capture the second page in the merged document
            int CapturedPageID = QP.CapturePage(1);   // This captures and then deletes page 1.

            QP.SetPageSize("Letter");

            // Draw the captured page onto page 1 - this is the NewPage() we added above.
            int ret = QP.DrawCapturedPage(CapturedPageID, 0, 0, QP.PageWidth(), QP.PageHeight());

            QP.SaveToFile("converted.pdf");

Back to Top
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 Posted: 20 Aug 11 at 9:32AM
Hi hlau!

No... but you can create this functionality
by your own with QuickPDF.
Have a look at the online reference...

Cheers, Ingo


Edited by Ingo - 20 Aug 11 at 9:32AM
Back to Top
hlau View Drop Down
Beginner
Beginner
Avatar

Joined: 17 Aug 11
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote hlau Quote  Post ReplyReply Direct Link To This Post Posted: 18 Aug 11 at 8:17PM
Is there a feature that Quick PDF can load a legal page PDF and save as a letter page PDF with fit to page enhancement?
 
Is like shrunk the height and fit the width?
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