Advanced Customizations, Overrides, and Extensions » ePublisher Platform XSLT Extensions » Adapter » long GeneratePostScriptForPDF (string originalDocumentPath, string conversionPDFDocumentPath, bool singleFile, XPathNodeIterator tocStyleNodesIterator, XPathNodeIterator groupFileNodesIterator, string postScriptFilePath)
long GeneratePostScriptForPDF (string originalDocumentPath, string conversionPDFDocumentPath, bool singleFile, XPathNodeIterator tocStyleNodesIterator, XPathNodeIterator groupFileNodesIterator, string postScriptFilePath)
 
Generates a postscript for PDF.
Exceptions:
OutOfMemoryException
Thrown when a low memory situation occurs.
Parameters:
originalDocumentPath
Full pathname of the original document file.
conversionPDFDocumentPath
Full pathname of the conversion PDF document file.
singleFile
True for single file.
tocStyleNodesIterator
The TOC style node set.
groupFileNodesIterator
The group file node set.
postScriptFilePath
Full pathname of the postscript file.
Returns:
Number of pages in the PDF.
Was this helpful?
Last modified date: 10/14/2020