Uses of Class
com.lowagie.text.pdf.PdfImportedPage
Packages that use PdfImportedPage
-
Uses of PdfImportedPage in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that return PdfImportedPageModifier and TypeMethodDescriptionPdfImportedPage.getFromReader()Deprecated.Reads the content from thisPdfImportedPage-object from a reader.PdfCopy.getImportedPage(PdfReader reader, int pageNumber) Deprecated.Grabs a page from the input documentPdfStamper.getImportedPage(PdfReader reader, int pageNumber) Deprecated.Gets a page from other PDF document.PdfWriter.getImportedPage(PdfReader reader, int pageNumber) Deprecated.Use this method to get a page from other PDF document.Methods in com.lowagie.text.pdf with parameters of type PdfImportedPageModifier and TypeMethodDescriptionvoidPdfCopy.addPage(PdfImportedPage iPage) Deprecated.Add an imported page to our outputPdfCopy.createPageStamp(PdfImportedPage iPage) Deprecated.Create a page stamp.voidPdfLister.listPage(PdfImportedPage iPage) Deprecated.Visualizes an imported pageprotected intPdfCopy.setFromIPage(PdfImportedPage iPage) Deprecated.convenience method.