New Features in FileConverterPro:
- Email (MSG, EML) – Automatic line breaks for the subject line: If the subject text in the header on the first page of the generated PDF extends beyond the page width, the text will no longer be truncated as before, but will instead be automatically wrapped.
- Email (MSG, EML) – Automatic scaling of images embedded in HTML: Previously, images embedded in the HTML body that were too large for the PDF page were cropped. With the new version, images embedded in the HTML are analyzed, and if any of these images are too large for the PDF page format, they are scaled proportionally so they can be displayed in their entirety within the PDF.
Option to control how the image should be processed:
- Keep image size
- Reduce image size
- Enlarge page
- REST with Base64 encoding:
Uploading the contents of a Base64-encoded input file:
Function name: “UploadJobBase64”
Function type: “PUT”
Request format: JSON
Additional header “Content-Type”, “text/json”
Parameter “ext”: the input file extension without a period
Parameter “settingsname”: the name of the processing profile
Parameter “maxPage”: the maximum number of pages in the input document
Parameter “outExts”: the list of output file extensions
Parameter “label”: the job name
Parameter “priority”: the upload priority
JSON should have the following format: {“value”: “Base64 text data”}
Download – Download the Base64-encoded output file:
Function name: “GetResultBase64”
Function type: “GET”
Request format: JSON
“jobID” parameter: the job ID
“index” parameter: -1 for the input file, 0 for the output file
“removeFile” parameter: “true” if the file should be deleted after downloading
JSON response content: {‘GetResultBase64Result’: “Base64 text data”}
The “FileConverterPro REST Sample” includes RestHelper source code that demonstrates the correct REST calls, including the new Base64 encoding functions.
To use the new Base64 encoding functions in the FCpro REST test application, the following checkbox should be selected:
Download – FileConverterPro (FCpro) ~600MB >>>
Download – FileConverterPro (FCpro) Components Test Application ~600MB >>>
