Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / appendPage Method / appendPage(PDDocument,PageInfo,PdfSaveOptions) Method
The specified PDF document.
The printed page info.
Options for saving pdf file.
In This Topic
    appendPage(PDDocument,PageInfo,PdfSaveOptions) Method
    In This Topic
    Append the page info to the specified pdf document.
    Syntax
    public void appendPage( 
       PDDocument doc,
       PageInfo pageInfo,
       PdfSaveOptions options
    )

    Parameters

    doc
    The specified PDF document.
    pageInfo
    The printed page info.
    options
    Options for saving pdf file.
    See Also