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

    Parameters

    doc
    The specified PDF document.
    pageInfo
    The printed page info.
    See Also