Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.4K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 546 SQLcl
- 4K SQL Developer Data Modeler
- 187.1K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 443 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
How to add a watermark to a pdf file in Oracle Apex ?

Hi
i know there is already a thread regarding this topic , but thought it would be a good idea to raise the topic again in a new thread .
so i tried installing Plpdf which is a third party package that you can install on apex database then , its functions can be utilized to add watermarks to pdf files .
i used the below function
PLPDF_TOOLKIT.TextWaterMark to add the watermark to a pdf when being downloaded and it works fine , but when trying to add a watermark to a pdf file that has images in it , the watermark appears behind those images which defeats the purpose of the watermark "at least for me"
in my case , i need the watermark to be fully visible and written clearly on the top of each page of the pdf file , even if the pdf file has images , the watermark should still print on top of that image .
i contacted plpdf support and i got a reply saying that this behavior is normal and expected , and my requirement is regarded very "specific".
im not a watermark expert , but my understanding of a watermark is that its a text that will always visible and ofcourse be printed on top of images on a pdf.
so was hoping if anyone managed to add watermarks to pdf files in oracle ? anyone used plpdf before ? and did you face this same problem with images ?
any other third party tools do you recommend using with Oracle apex ?
Thanks and Regards
Answers
-
Hi ,
did you solve your issue or you still need help ? let me know.
Best Regards,
Mahmoud Yousef
-
Hi Mahmoud
Thanks for your reply
no not really , would really appreciate your help
Kind Regards
-
i just noticed that i replied using a different account :) just to let you know im the same person but logged in with another account
-
Hi ,
I suggest you to use JasperReportsIntegration-2.4.0.0 , and it's really one of the best report designer and you can use watermark
You can also bring the watermark on the front of the photo , also you can encrypt and decrypt the image if you want.
Thanks
Mahmoud Yousef
-
Salam Mahmoud
Thanks alot , will check it and let you know
appreciate your help
Regards