Add Margin to PDF
Add custom margin to PDF. You can add a margin to any side of the PDF. Please note that it will also change the page size of the PDF.

Parameters
- File NameString, Required
Map the name of the PDf file to add MAring with proper extension
- ContentBase64, Required
Map the PDF file content from the source action
- Top MarginNumberDefault: 0
Margin to be added on the top of the page. Measurement in millimeters (mm).
- Bottom MarginNumberDefault: 0
Margin to be added at the bottom of the page. Measurement in millimeters (mm).
- Left MarginNumber, RequiredDefault: 0
Margin to be added on the left side of the page. Measurement in millimeters (mm).
- Right MarginNumberDefault: 0
Margin to be added on the right side of the page. Measurement in millimeters (mm).
Output
- File ContentBinary
File content of the compressed document
- File NameString
File name of the compressed document