Skip to main content
17-Peridot
May 14, 2025
Question

Creo View Adapters 11+ has a Watermarks option for NX!

  • May 14, 2025
  • 1 reply
  • 788 views

Version: Windchill 13.0

 

Use Case: Automatically adding a watermark to published PDFs of CAD drawings.


Description:

Looks like Creo View Adapters 11.0 and above have added a watermark option for NX PDF outputs!!

Automatically adding a watermark to published PDFs of CAD drawings.  

 

Dobi_1-1747238197583.png

 

I verified that this works on 11.0 Adapters and I'm guessing it's using the NX watermarking feature directly. These are all great things because in publish rules I can just add a watermark for the condition I want and it's done! 

 <additional-files
 name="UG_drawing_pdf">
 <file display-label="PDF" output-prefix="pdf" type="PDF" default="true">
 <option name="Colors" value="BlackOnWhite" />
 <option name="OutputTextOption" value="AsText" />
 <option name="ConvertRasterImages" value="Yes" />
 <option name="AddWatermark" value="DO NOT PRODUCE. FOR QUOTING ONLY." />
 </file>
 </additional-files>

However: It seems to only add uncapitalized text... 

1 reply

avillanueva
23-Emerald I
23-Emerald I
May 14, 2025

Thanks for sharing. Is that a hyperlink with "Automatically..." cause its broken. How do you mean uncapitalized text? Seems strange.

Dobi17-PeridotAuthor
17-Peridot
May 14, 2025

Curious about the hyperlink... How about this? Creo View MCAD Adapters 11.1 Installation and Configuration Guide .

 

In my publish rules, the watermark test is all capitalized.

 <additional-files
 name="UG_drawing_pdf">
 <file display-label="PDF" output-prefix="pdf" type="PDF" default="true">
 <option name="Colors" value="BlackOnWhite" />
 <option name="OutputTextOption" value="AsText" />
 <option name="ConvertRasterImages" value="Yes" />
 <option name="AddWatermark" value="DO NOT PRODUCE. THIS DRAWING IS NOT RELEASED." />
 </file>
 </additional-files>

 

On the drawing, it shows up like this:

Dobi_0-1747250810868.png

Curious if there's some sort of case conversion happening either on the Windchill end or NX... NX will display as written. Here, regardless of case the watermark displayed is lower case. 

18-Opal
May 16, 2025

Looks like a bug to me. Did you log a case with PTC TS?

 

That said, I’m still a fan of pdfbox and writing one’s own code to watermark pdf files.

If you write your own code you have a lot of flexibility and you can watermark anytime, not just when publishing.

 

You can also set the text as a variable based on an attribute like state or whatever.