Create your first automation in just a few minutes.Try Studio Web →
by Novigo Solutions
6
Snippet
157
Summary
Summary
A process to add text watermarks to PDF files.
Overview
Overview
This Snippet has three arguments:
Input arguments:
1. in_InputPdfFilePath (String): Full File Path of the Input PDF. Document file should be passed to this variable.
Example: "E:\Input_PDF_File.pdf"
2. in_WatermarkText (String): The watermark text which is to be added to the PDF cocument should be passed to this variable.
Example: "Test Watermark”etc.
3. in_OutputPdfFilePath (String): Full File Path of the Output PDF. Document file should be passed to this variable.
Example: "E:\Output_PDF_File.pdf
Features
Features
For example, we can add a client company name as a watermark during PDF automation, so that we can differentiate the PDF files for different clients.
Additional Information
Additional Information
Dependencies
UiPath.System.Activities and Syncfusion.Pdf.Net.Core
Code Language
Visual Basic
Technical
Version
1.0.0Updated
February 22, 2021Works with
Studio: 18.4.1 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources