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!
How to print a transparent png file on top of text |
Post Reply |
Author | |
frederik
Beginner Joined: 18 Mar 20 Location: Netherlands Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 18 Mar 20 at 2:57PM |
I am working with quick pdf 17. Working/printing images works fine. But not I want to print a signature.png file (which is transparent) on top of text that is generated and printed on the pdf page.
The result should look like a company/stamp signature on top of the text. I tried .SetPNGTransparencyColor(255 / 256, 255 / 256, 255 / 256)' and .SetImageMask(1, 1, 1, 0.1, 0.1, 0.1) but is does not change... the image is printed with a fixed white background and destroying the text. I use the following simple code: Call .AddImageFromFile(FileNameOfImageFile, 0) Call .SetPNGTransparencyColor(255 / 256, 255 / 256, 255 / 256) Call .FitImage(topX, topY, SizeWidth, SizeHeight, 1, 1, 0) |
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Frederik,
png isn't easy stuff. Try this link from the online ressources: http://www.quickpdf.org/forum/displaying-transparent-bmp-files_topic2276.html Yes. I know... bmp... but try it. Cheers and welcome here, Ingo |
|
Cheers,
Ingo |
|
frederik
Beginner Joined: 18 Mar 20 Location: Netherlands Status: Offline Points: 3 |
Post Options
Thanks(0)
|
Hi Ingo. thank you very much, the transparent bmp files did the trick when using the setimagemask
I added this line just before the .fitimage call: Call .SetImageMask(0.9, 0.9, 0.9, 1, 1, 1) Call .FitImage(x,y,width,height, 1, 1, 0)
|
|
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