Advanced Customizations, Overrides, and Extensions » ePublisher Platform XSLT Extensions » Imaging » XPathNodeIterator RasterizePostScript (string postScriptFilePath, int renderHorizontalDPI, int renderVerticalDPI, int renderWidth, int renderHeight, string targetImageFormatAsString, int targetImageColorDepth, bool targetImageGrayscale, bool targetImageTransparent, bool targetImageInterlaced, int targetImageQuality, string targetFilePath)
XPathNodeIterator RasterizePostScript (string postScriptFilePath, int renderHorizontalDPI, int renderVerticalDPI, int renderWidth, int renderHeight, string targetImageFormatAsString, int targetImageColorDepth, bool targetImageGrayscale, bool targetImageTransparent, bool targetImageInterlaced, int targetImageQuality, string targetFilePath)
 
Render a PostScript file to a known image format such as BMP, JPEG, PNG, or GIF.
Parameters:
postScriptFilePath
Full pathname of the post script file.
renderHorizontalDPI
The render horizontal DPI.
renderVerticalDPI
The render vertical DPI.
renderWidth
Width of the render.
renderHeight
Height of the render.
targetImageFormatAsString
Target image format as string.
targetImageColorDepth
Depth of the target image color.
targetImageGrayscale
True to target image grayscale.
targetImageTransparent
True to target image transparent.
targetImageInterlaced
True if target image interlaced.
targetImageQuality
Target image quality.
targetFilePath
Full pathname of the target file.
Returns:
Image info node set.
Was this helpful?
Last modified date: 10/14/2020