Sign PDF
Add Signatures to your PDF. If you have an image of your signature, you can add it to your PDF document and control its position and size. Use the Sign PDF action in Make to automate this process.
Parameters
- FileBuffer, Required
Map the PDF file in which the signature needs to be stamped
- Sign ImageFile, Required
Map the Signature image. Supported image types are jpg, png, gif, BMP, and tiff
- PagesString
Pages where the signature image needs to be added. Possible values are including numbers ( 1,2,3 etc.) or text (first, last, and all).
- Horizontal AlignmentOption
Horizontal alignment of the image. The allowed values are
- Left - left edge of the page
- Center - equal distance from the left and right edge of the page
- Right - right edge of the page
- Vertical alignmentOption
Vertical alignment of the image. The allowed values are
- Top - the top edge of the page
- Middle - equal distance from the top and bottom edge of the page
- Bottom - the bottom edge of the page
- Image WidthNumber
Image width in millimeters (mm). If 0, the default width will be taken.
- Image HeightNumber
Image height in millimeters (mm). If 0, the default height will be taken.
- Horizontal MarginNumber
Horizontal margin in millimeters (mm). The default value is 0. If the horizontal alignment is Left, it will give a gap from the left edge of the page. If Right, it will give a gap from the right edge of the page. If Center, this field is ignored.
- Vertical MarginNumber
Vertical margin in millimeters (mm). The default value is 0. If the vertical alignment is Top, it will give a gap from the top edge of the page. If Bottom, it will give a gap from the bottom edge of the page. If Middle, this field is ignored.
- TransparencyNumber
Transparency for the sign image. Values range from 0 to 100. 0 for max transparency and 100 for max opacity.
Output
- NameString
The name of the output file.
- Doc DataBuffer
The output document is in Base64 format.