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
- FileFile, Required
Map the PDF file from the source action. The file should be a PDF.
- Margin LeftNumberDefault: 0
Margin to be added on the left side of the page. Measurement in millimeters (mm).
- Margin RightNumberDefault: 0
Margin to be added on the right side of the page. Measurement in millimeters (mm).
- Margin TopNumberDefault: 0
Margin to be added on the top of the page. Measurement in millimeters (mm).
- Margin BottomNumberDefault: 0
Margin to be added at the bottom of the page. Measurement in millimeters (mm).
Output
- NameString
The name of the output file.
- Doc DataBuffer
The output document is in Binary format.