Görsel formatını dönüştür
- Method: POST
- Endpoint: /api/v2/ConvertImageFormat
Parametre
- Dosya adıString, Required
Görsel dosya adı.
- Dosya içeriğiBase64, Required
Giriş dosyanın içeriği
- Mevcut görsel formatıString, Required
Mevcut görsel formatları -
- BMP
- GIF
- JPG
- PNG
- TIFF
- Yeni görsel formatıString, Required
Yeni görsel formatları -
- BMP
- GIF
- JPG
- PNG
- TIFF
Çıktı
- Dosya içeriğiBinary, Required
Sıkıştırılmış belgenin dosya içeriği
- Dosya adıString, Required
Çıktı belgesinin dosya adı
Header
Content-Type:application/json
Authorization: Lütfen anahtarı link adresinden kopyalayın.
Payload
{
"docContent": "Please put text base64 content",
"docName": "stamp.jpg",
"currentImageFormat": "JPG",
"newImageFormat": "PNG"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda