Flip Image
- Method: POST
- Endpoint: /api/v2/FlipImage
Parameters
- docContentbase64, Required
The content of the input file.
- docNameString, Required
Name of the file.
- Orientation TypeString, Required
- Horizontal
- Vertical
- HorizontalAndVertical
Output
- File ContentBinary
Output file content from the PDF4me Connect
Header
Content-Type:application/json
Authorization: Please copy key from the link.
Payload
{
"docContent": "Please put image base64 content",
"docName": "output",
"orientationType": "Vertical"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda