Skip to main content
Participant
August 4, 2020
Question

Creating trustedfunction for addWatermarkFromFile

  • August 4, 2020
  • 2 replies
  • 986 views

I'm brand new to Adobe programming and I'm trying to automate the conversion of an Excel worksheet into a PDF.  I need to add a footer and, through Google research, found out how to do it using "addWatermarkFromText".  Now I need to add an image to the header so I guess I'll have to use "addWatermarkFromFile".  I found out though that that function needs a "trustedfunction" wrapper and I don't know how to create one.  Apparently, you create the trustedfunction and save it to a particular folder.

 

Does anyone know how to do this?  Thanks very much for any help.

This topic has been closed for replies.

2 replies

try67
Community Expert
Community Expert
August 4, 2020
Euler2718Author
Participant
August 4, 2020

Yes, I've tried follow them.  I guess I'll have to keep trying.

Euler2718Author
Participant
August 4, 2020

Yes, I have a document called "Acrobat JavaScript Scripting Reference" that seems to be similar, if not identical, to the "JavaScript for Acrobat API Reference".

I'm afraid I still don't know how to compose the TrustedFunction wrapper.

 

Bernd Alheit
Community Expert
Community Expert
August 4, 2020

There are samples in the reference.