asPrintablePDF Method

Summary

Retrieves a PDF-printable version of a LEADDocument.

Syntax
TypeScript
JavaScript
asPrintablePDF = function( 
   options 
) 
static asPrintablePDF( 
   options: PDFPrinterOptions 
): JQueryPromise<PDFPrintResult>; 

Parameters

options

PDFPrinterOptions object.

Return Value

Returns a JQueryPromise object that resolves to a PDFPrintResult object.

Remarks

This method will retrieve a PDF-printable version of a LEADDocument. Internally, this method will use the StatusJobDataRunner to convert the document to PDF if any of the following criteria is met:

  • The input document is not already a PDF
  • The input document has transformation changes, such as pages being rotated.
  • Annotations need to be included in the document.
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.