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!
![]() |
creating custom size document help... |
Post Reply
|
| Author | |
ozgureffe
Beginner
Joined: 30 Jan 14 Location: Israel Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
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 . |
|
![]() |
|
Ingo
Moderator Group
Joined: 29 Oct 05 Status: Offline Points: 3530 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store