We have a requirement of adding text watermark in a PDF file. Came across this article. As mentioned in the article, I could not find the PDFutils.zip over the internet. I had raised SR-100669, to get further. But the support engineer mentioned this article is not a current one and it is not official documentation.
Have also seen this article, but could not implement due to the following reasons.
We are not using HTML to PDF, instead we are using document4j as we had faced issues with Kashida style.
We need dynamic text as watermark and not any image.
@KotaC382 Thanks for your response. I was trying to use the Java code that was in the stackoverflow article. The java function accepts an argument that is File object. Can you help me with the java code, by which I can convert an attached PDF file in WO to java File object? So that I can pass this to the function and tryout the watermarking.