2021.1

Table Of Contents
Rasterize File
Converts a PDF, PS, AFP or PCL file into a bitmap. The conversion can be done for a single
page or for multiple pages.
Request takes JSON Bitmap Parameters as content, and on success returns the converted
page as a PNG or JPEG file, or returns a ZIP file with the converted images (PNG/JPEG) if
rasterization is requested for more than one page.
Request
Method Type:
POST
URI:
/rest/serverengine /workflow/rasterize/{dataFileID}
Content: JSON Bitmap Parameters
Content
Type:
application/json
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Parameters
Path
Name Required Type Default
Value
Description
dataFileId
Yes Number
The Managed File ID (or
Name) of a PDF, PS, AFP or
PCL file in the File Store
Page 617