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!
![]() |
Insert Image To PDF Code |
Post Reply
|
| Author | |
Mahdi_S_T
Beginner
Joined: 12 Dec 11 Location: Iran Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Insert Image To PDF CodePosted: 12 Dec 11 at 6:35PM |
|
I need , Insert Image To PDF :
1- Transparent Image 2- Left and Top Position |
|
![]() |
|
Ingo
Moderator Group
Joined: 29 Oct 05 Status: Offline Points: 3530 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 Dec 11 at 7:25PM |
|
Hi!
I think you wanna know if you can do this with QuickPDF ...? Yes! This is possible with QuickPDF ;-) This should be your official page for the first questions: http://www.quickpdflibrary.com/support/index.php Cheers and welcome here, Ingo |
|
![]() |
|
AndrewC
Moderator Group
Joined: 08 Dec 10 Location: Geelong, Aust Status: Offline Points: 841 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 Dec 11 at 6:24AM |
|
The FAQ is a good resource for questions like this - http://www.quickpdflibrary.com/faq/ - I searched to Transparency using the search function in the browser and came up with this. QP.SetOrigin(1); QP.AddImageFromFile("aldi.bmp", 0); QP.SetTextSize(48); QP.DrawText(100, 300, "Transparency 0% under"); QP.SetTransparency(60); // 60 % transparent. QP.DrawImage(0, 0, QP.PageWidth(), QP.PageHeight()); QP.DrawText(100, 400 , "Transparency 60% over"); QP.SetTransparency(0); // Fully opaque. ie. No Transparency QP.DrawText(100, 500 , "Transparenct 0% over"); QP.SaveToFile("out.pdf"); System.Diagnostics.Process.Start(@"out.pdf"); |
|
![]() |
|
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