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 - creating custom size document help...
  FAQ FAQ  Forum Search   Register Register  Login Login

creating custom size document help...

 Post Reply Post Reply
Author
Message
ozgureffe View Drop Down
Beginner
Beginner
Avatar

Joined: 30 Jan 14
Location: Israel
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote ozgureffe Quote  Post ReplyReply Direct Link To This Post Topic: creating custom size document help...
    Posted: 30 Jan 14 at 3:16PM
Hi
I couldn't see any sample about creating custom size document.
For example I want to create a new document in size of 80mm x 100mm in 300 dpi. Is that possible with QP ?

Thank you .
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3530
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 30 Jan 14 at 8:00PM
Hi ozgureffe!

Yes. What you wanna do you can do with QuickPDF.
Only to give you an idea here's a small Delphi snippet:
// . . .
QP.SetOrigin(1);           // 1 means starting at top, left
QP.SetMeasurementUnits(1); // 1 means millimeters
// . . .
if ( strformat <> '' ) then
   QP.SetPageSize(strformat)
  else
   QP.SetPageDimensions(mmwidth, mmheight);

Cheers and welcome here,
Ingo

Cheers,
Ingo

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