Advanced Customizations, Overrides, and Extensions » ePublisher Platform XSLT Extensions » Adapter » bool GeneratePDF (string originalDocumentPath, string conversionPDFDocumentPath, bool singleFile, XPathNodeIterator tocStyleNodesIterator, XPathNodeIterator groupFileNodesIterator, string pdfJobSettings, string pdfFilePath)
bool GeneratePDF (string originalDocumentPath, string conversionPDFDocumentPath, bool singleFile, XPathNodeIterator tocStyleNodesIterator, XPathNodeIterator groupFileNodesIterator, string pdfJobSettings, string pdfFilePath)
 
Generates a 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.
pdfJobSettings
The PDF job settings.
pdfFilePath
Full pathname of the PDF file.
Returns:
True if it succeeds, false if it fails.
Was this helpful?
Last modified date: 10/14/2020