Uses of Class
com.itextpdf.kernel.pdf.PdfPage
-
-
Uses of PdfPage in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfPage Modifier and Type Method Description private PdfPagePdfAcroForm. getFieldPage(PdfDictionary annotDict)Methods in com.itextpdf.forms with parameters of type PdfPage Modifier and Type Method Description voidPdfAcroForm. addField(PdfFormField field, PdfPage page)This method adds the field to a specific page.voidPdfAcroForm. addField(PdfFormField field, PdfPage page, boolean throwExceptionOnError)This method adds the field to a specific page.voidPdfAcroForm. addFieldAppearanceToPage(PdfFormField field, PdfPage page)This method merges field with its annotation and places it on the given page.voidPdfPageFormCopier. copy(PdfPage fromPage, PdfPage toPage)private voidPdfAcroForm. defineWidgetPageAndAddToIt(PdfPage currentPage, PdfDictionary mergedFieldAndWidget, boolean warnIfPageFlushed)private voidPdfAcroForm. processKids(PdfFormField field, PdfPage page) -
Uses of PdfPage in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields with parameters of type PdfPage Modifier and Type Method Description private static voidPdfFormAnnotationUtil. addNewWidgetToPage(PdfPage currentPage, PdfDictionary field, int annotIndex)static voidPdfFormAnnotationUtil. addWidgetAnnotationToPage(PdfPage page, PdfAnnotation annotation)Add widget annotation to the specified page.static voidPdfFormAnnotationUtil. addWidgetAnnotationToPage(PdfPage page, PdfAnnotation annotation, int index)Add widget annotation to the specified page.TTerminalFormFieldBuilder. setPage(PdfPage page)Sets page to be used for widget creation. -
Uses of PdfPage in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom with parameters of type PdfPage Modifier and Type Method Description static RectangleRectangle. getRectangleOnRotatedPage(Rectangle rect, PdfPage page)Gets the rectangle as it looks on the rotated page and returns the rectangle in coordinates relevant to the true page origin. -
Uses of PdfPage in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf with type parameters of type PdfPage Modifier and Type Field Description private ISimpleList<PdfPage>PdfPagesTree. pagesMethods in com.itextpdf.kernel.pdf that return PdfPage Modifier and Type Method Description PdfPagePdfPage. addAnnotation(int index, PdfAnnotation annotation, boolean tagAnnotation)Adds specifiedPdfAnnotationto specified index in annotations array with or without autotagging.PdfPagePdfPage. addAnnotation(PdfAnnotation annotation)Adds specified annotation to the end of annotations array and tagged it.PdfPagePdfDocument. addNewPage()Creates and adds new page to the end of document.PdfPagePdfDocument. addNewPage(int index)Creates and inserts new page to the document.PdfPagePdfDocument. addNewPage(int index, PageSize pageSize)Creates and inserts new page to the document.PdfPagePdfDocument. addNewPage(PageSize pageSize)Creates and adds new page with the specified page size.PdfPagePdfPage. addOutputIntent(PdfOutputIntent outputIntent)AddsPdfOutputIntentthat shall specify the colour characteristics of output devices on which the page might be rendered.PdfPagePdfDocument. addPage(int index, PdfPage page)Inserts page to the document.PdfPagePdfDocument. addPage(PdfPage page)Adds page to the end of document.PdfPagePdfPage. copyTo(PdfDocument toDocument)Copies page to the specified document.PdfPagePdfPage. copyTo(PdfDocument toDocument, IPdfPageExtraCopier copier)Copies page to the specified document.PdfPagePdfPage. copyTo(PdfDocument toDocument, IPdfPageExtraCopier copier, boolean addPageToDocument, int pageInsertIndex)Copies page and adds it to the specified document to the end or by index if the corresponding parameter is true.private PdfPagePdfPage. copyTo(PdfPage page, PdfDocument toDocument, IPdfPageExtraCopier copier)PdfPageIPdfPageFactory. createPdfPage(PdfDictionary pdfObject)CreatePdfPageon the base of the pagePdfDictionary.PdfPageIPdfPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)CreatePdfPagewith given page size and add it to thePdfDocument.PdfPagePdfPageFactory. createPdfPage(PdfDictionary pdfObject)PdfPagePdfPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)PdfPagePdfDocument. getFirstPage()Get the first page of the document.PdfPagePdfDocument. getLastPage()Gets the last page of the document.PdfPagePdfDocument. getPage(int pageNum)Gets the page by page number.PdfPagePdfDocument. getPage(PdfDictionary pageDictionary)Gets thePdfPageinstance byPdfDictionary.PdfPagePdfPagesTree. getPage(int pageNum)Returns thePdfPageat the specified position in this list.PdfPagePdfPagesTree. getPage(PdfDictionary pageDictionary)Returns thePdfPageby page's PdfDictionary.PdfPagePdfPage. put(PdfName key, PdfObject value)Helper method that associates specified value with the specified key in the underlyingPdfDictionary.PdfPagePdfPage. remove(PdfName key)Helper method that removes the value associated with the specified key from the underlyingPdfDictionary.PdfPagePdfPage. removeAnnotation(PdfAnnotation annotation)Removes an annotation from the page.PdfPagePdfPage. removeAnnotation(PdfAnnotation annotation, boolean rememberTagPointer)Removes an annotation from the page.PdfPagePdfPagesTree. removePage(int pageNum)Removes the page at the specified position in this tree.PdfPagePdfPage. setAdditionalAction(PdfName key, PdfAction action)Helper method to add an additional action to this page.PdfPagePdfPage. setArtBox(Rectangle rectangle)Sets the ArtBox object, that define the extent of the page’s meaningful content (including potential white space) as intended by the page’s creator.PdfPagePdfPage. setBleedBox(Rectangle rectangle)Sets the BleedBox object, that defines the region to which the contents of the page shall be clipped when output in a production environment.PdfPagePdfPage. setCropBox(Rectangle rectangle)Sets the CropBox object, that defines the visible region of default user space.PdfPagePdfPage. setIgnorePageRotationForContent(boolean ignorePageRotationForContent)If true - defines that in case the page has a rotation, then new content will be automatically rotated in the opposite direction.PdfPagePdfPage. setMediaBox(Rectangle rectangle)Sets the Media Box object, that defines the boundaries of the physical medium on which the page shall be displayed or printed.PdfPagePdfPage. setPageLabel(PageLabelNumberingStyle numberingStyle, java.lang.String labelPrefix)This method adds or replaces a page label.PdfPagePdfPage. setPageLabel(PageLabelNumberingStyle numberingStyle, java.lang.String labelPrefix, int firstPage)This method adds or replaces a page label.PdfPagePdfPage. setResources(PdfResources pdfResources)SetsPdfResourcesobject.PdfPagePdfPage. setRotation(int degAngle)Sets the page rotation.PdfPagePdfPage. setTabOrder(PdfName tabOrder)Sets a name specifying the tab order that shall be used for annotations on the page.PdfPagePdfPage. setThumbnailImage(PdfImageXObject thumb)Sets a stream object that shall define the page’s thumbnail image.PdfPagePdfPage. setTrimBox(Rectangle rectangle)Sets the TrimBox object, that define the intended dimensions of the finished page after trimming.PdfPagePdfPage. setXmpMetadata(byte[] xmpMetadata)Sets the XMP Metadata.PdfPagePdfPage. setXmpMetadata(XMPMeta xmpMeta)Serializes XMP Metadata to byte array and sets it.PdfPagePdfPage. setXmpMetadata(XMPMeta xmpMeta, SerializeOptions serializeOptions)Serializes XMP Metadata to byte array and sets it.Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfPage Modifier and Type Method Description java.util.List<PdfPage>PdfDocument. copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument)Copies a range of pages from current document totoDocumentappending copied pages to the end.java.util.List<PdfPage>PdfDocument. copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument, int insertBeforePage)Copies a range of pages from current document totoDocument.java.util.List<PdfPage>PdfDocument. copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument, int insertBeforePage, IPdfPageExtraCopier copier)Copies a range of pages from current document totoDocument.java.util.List<PdfPage>PdfDocument. copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument, IPdfPageExtraCopier copier)Copies a range of pages from current document totoDocumentappending copied pages to the end.java.util.List<PdfPage>PdfDocument. copyPagesTo(java.util.List<java.lang.Integer> pagesToCopy, PdfDocument toDocument)Copies a range of pages from current document totoDocumentappending copied pages to the end.java.util.List<PdfPage>PdfDocument. copyPagesTo(java.util.List<java.lang.Integer> pagesToCopy, PdfDocument toDocument, int insertBeforePage)Copies a range of pages from current document totoDocument.java.util.List<PdfPage>PdfDocument. copyPagesTo(java.util.List<java.lang.Integer> pagesToCopy, PdfDocument toDocument, int insertBeforePage, IPdfPageExtraCopier copier)Copies a range of pages from current document totoDocument.java.util.List<PdfPage>PdfDocument. copyPagesTo(java.util.List<java.lang.Integer> pagesToCopy, PdfDocument toDocument, IPdfPageExtraCopier copier)Copies a range of pages from current document totoDocumentappending copied pages to the end.Methods in com.itextpdf.kernel.pdf with parameters of type PdfPage Modifier and Type Method Description PdfPagePdfDocument. addPage(int index, PdfPage page)Inserts page to the document.PdfPagePdfDocument. addPage(PdfPage page)Adds page to the end of document.booleanPdfPages. addPage(int index, PdfPage pdfPage)voidPdfPagesTree. addPage(int index, PdfPage pdfPage)InsertsPdfPageinto specific one-based position.voidPdfPagesTree. addPage(PdfPage pdfPage)Appends the specifiedPdfPageto the end of this tree.protected voidPdfDocument. checkAndAddPage(int index, PdfPage page)Checks page before adding and add.protected voidPdfDocument. checkAndAddPage(PdfPage page)Checks page before adding.voidIPdfPageExtraCopier. copy(PdfPage fromPage, PdfPage toPage)Copies a page.private voidPdfPage. copyAnnotations(PdfDocument toDocument, PdfPage page, ICopyFilter copyFilter)private voidPdfPage. copyInheritedProperties(PdfPage copyPdfPage, PdfDocument pdfDocument, ICopyFilter copyFilter)private PdfPagePdfPage. copyTo(PdfPage page, PdfDocument toDocument, IPdfPageExtraCopier copier)protected PdfPagesPdfPagesTree. findPageParent(PdfPage pdfPage)(package private) static java.util.Set<PdfIndirectReference>OcgPropertiesCopier. getOCGsFromPage(PdfPage page)Get all OCGs from a given page annotations/xobjects/resources, including ones already stored in catalogintPdfDocument. getPageNumber(PdfPage page)Gets page number by page.intPdfPagesTree. getPageNumber(PdfPage page)Returns the index of the first occurrence of the specified page in this tree, or 0 if this tree does not contain the page.private booleanPdfCatalog. isEqualSameNameDestExist(java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage)static booleanPageContentRotationHelper. isPageRotationInverseMatrixWritten(PdfPage page)Checks if page rotation inverse matrix (which rotates content into the opposite direction from the page rotation direction in order to give the impression of the not rotated text) is already applied to the page content stream.booleanPdfDocument. movePage(PdfPage page, int insertBefore)Moves page to new place in same document with all it tag structure(package private) voidPdfCatalog. removeOutlines(PdfPage page)This method removes all outlines associated with a given pagebooleanPdfDocument. removePage(PdfPage page)Removes the first occurrence of the specified page from this document, if it is present.private voidPdfDocument. removeUnusedWidgetsFromFields(PdfPage page)Removes all widgets associated with a given page from AcroForm structure.static voidPageContentRotationHelper. setPageRotationInverseMatrixWritten(PdfPage page)Specify that inverse matrix (which rotates content into the opposite direction from the page rotation direction in order to give the impression of the not rotated text) is applied to the page content stream.Method parameters in com.itextpdf.kernel.pdf with type arguments of type PdfPage Modifier and Type Method Description private voidPdfDocument. cloneOutlines(java.util.Set<PdfOutline> outlinesToCopy, PdfOutline newParent, PdfOutline oldParent, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument)This method copies create new outlines in the Document to copy.private voidPdfDocument. cloneOutlines(java.util.Set<PdfOutline> outlinesToCopy, PdfOutline newParent, PdfOutline oldParent, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument)This method copies create new outlines in the Document to copy.(package private) PdfDestinationPdfCatalog. copyDestination(PdfObject dest, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument)(package private) PdfDestinationPdfCatalog. copyDestination(PdfObject dest, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument)static voidOcgPropertiesCopier. copyOCGProperties(PdfDocument sourceDocument, PdfDocument destinationDocument, java.util.Map<PdfPage,PdfPage> sourceToDestPageMapping)Copy unique page OCGs stored inside annotations/xobjects/resources from source pages to destination pages.static voidOcgPropertiesCopier. copyOCGProperties(PdfDocument sourceDocument, PdfDocument destinationDocument, java.util.Map<PdfPage,PdfPage> sourceToDestPageMapping)Copy unique page OCGs stored inside annotations/xobjects/resources from source pages to destination pages.private voidPdfDocument. copyOutlines(java.util.Set<PdfOutline> outlines, PdfDocument toDocument, java.util.Map<PdfPage,PdfPage> page2page)This method copies all given outlinesprivate voidPdfDocument. copyOutlines(java.util.Set<PdfOutline> outlines, PdfDocument toDocument, java.util.Map<PdfPage,PdfPage> page2page)This method copies all given outlinesprivate static PdfDestinationPdfCatalog. createDestinationFromPageRef(PdfObject dest, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument, PdfObject pageObject)private static PdfDestinationPdfCatalog. createDestinationFromPageRef(PdfObject dest, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument, PdfObject pageObject)private static java.util.Set<PdfIndirectReference>OcgPropertiesCopier. getAllUsedNonFlushedOCGs(java.util.Map<PdfPage,PdfPage> page2page, PdfDictionary toOcProperties)private static java.util.Set<PdfIndirectReference>OcgPropertiesCopier. getAllUsedNonFlushedOCGs(java.util.Map<PdfPage,PdfPage> page2page, PdfDictionary toOcProperties)private booleanPdfCatalog. isEqualSameNameDestExist(java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage)private booleanPdfCatalog. isEqualSameNameDestExist(java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage)private voidPdfDocument. resolveDestinations(PdfDocument toDocument, java.util.Map<PdfPage,PdfPage> page2page)private voidPdfDocument. resolveDestinations(PdfDocument toDocument, java.util.Map<PdfPage,PdfPage> page2page) -
Uses of PdfPage in com.itextpdf.kernel.pdf.annot
Fields in com.itextpdf.kernel.pdf.annot declared as PdfPage Modifier and Type Field Description protected PdfPagePdfAnnotation. pageMethods in com.itextpdf.kernel.pdf.annot that return PdfPage Modifier and Type Method Description PdfPagePdfAnnotation. getPage()Gets aPdfPageon which annotation is placed.Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfPage Modifier and Type Method Description PdfAnnotationPdfAnnotation. setPage(PdfPage page)Method that modifies annotation page property, which defines to which page annotation belongs. -
Uses of PdfPage in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfPage Modifier and Type Method Description private voidPdfCanvas. applyRotation(PdfPage page)private static PdfStreamPdfCanvas. getPageStream(PdfPage page)Constructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfPage Constructor Description PdfCanvas(PdfPage page)Convenience method for fast PdfCanvas creation by a certain page.PdfCanvas(PdfPage page, boolean wrapOldContent)Convenience method for fast PdfCanvas creation by a certain page. -
Uses of PdfPage in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfPage Modifier and Type Method Description static java.lang.StringPdfTextExtractor. getTextFromPage(PdfPage page)Extract text from a specified page using the default strategy.static java.lang.StringPdfTextExtractor. getTextFromPage(PdfPage page, ITextExtractionStrategy strategy)Extract text from a specified page using an extraction strategy.static java.lang.StringPdfTextExtractor. getTextFromPage(PdfPage page, ITextExtractionStrategy strategy, java.util.Map<java.lang.String,IContentOperator> additionalContentOperators)Extract text from a specified page using an extraction strategy.private voidPdfCanvasProcessor. initClippingPath(PdfPage page)voidPdfCanvasProcessor. processPageContent(PdfPage page)Processes PDF syntax. -
Uses of PdfPage in com.itextpdf.kernel.pdf.event
Fields in com.itextpdf.kernel.pdf.event declared as PdfPage Modifier and Type Field Description protected PdfPagePdfDocumentEvent. pageThe PdfPage associated with this event.Methods in com.itextpdf.kernel.pdf.event that return PdfPage Modifier and Type Method Description PdfPagePdfDocumentEvent. getPage()Returns the PdfPage associated with this event.Constructors in com.itextpdf.kernel.pdf.event with parameters of type PdfPage Constructor Description PdfDocumentEvent(java.lang.String type, PdfPage page)Creates a PdfDocumentEvent. -
Uses of PdfPage in com.itextpdf.kernel.pdf.navigation
Methods in com.itextpdf.kernel.pdf.navigation with parameters of type PdfPage Modifier and Type Method Description private PdfExplicitDestinationPdfExplicitDestination. add(PdfPage page)static PdfExplicitDestinationPdfExplicitDestination. create(PdfPage page, PdfName type, float left, float bottom, float right, float top, float zoom)Creates aPdfExplicitDestinationassociated with an object inside current PDF document.static PdfExplicitDestinationPdfExplicitDestination. createFit(PdfPage page)CreatesPdfExplicitDestination.static PdfExplicitDestinationPdfExplicitDestination. createFitB(PdfPage page)CreatesPdfExplicitDestination.static PdfExplicitDestinationPdfExplicitDestination. createFitBH(PdfPage page, float top)CreatesPdfExplicitDestination.static PdfExplicitDestinationPdfExplicitDestination. createFitBV(PdfPage page, float left)CreatesPdfExplicitDestination.static PdfExplicitDestinationPdfExplicitDestination. createFitH(PdfPage page, float top)CreatesPdfExplicitDestination.static PdfExplicitDestinationPdfExplicitDestination. createFitR(PdfPage page, float left, float bottom, float right, float top)CreatesPdfExplicitDestination.static PdfExplicitDestinationPdfExplicitDestination. createFitV(PdfPage page, float left)CreatesPdfExplicitDestination.static PdfExplicitDestinationPdfExplicitDestination. createXYZ(PdfPage page, float left, float top, float zoom)CreatesPdfExplicitDestination. -
Uses of PdfPage in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfPage Modifier and Type Method Description voidParentTreeHandler. createParentTreeEntryForPage(PdfPage page)Creates and flushes parent tree entry for the page.voidPdfStructTreeRoot. createParentTreeEntryForPage(PdfPage page)Creates and flushes parent tree entry for the page.intParentTreeHandler. getNextMcidForPage(PdfPage page)intPdfStructTreeRoot. getNextMcidForPage(PdfPage page)private intParentTreeHandler. getOrCreatePageStructParentIndex(PdfPage page)ParentTreeHandler.PageMcrsContainerParentTreeHandler. getPageMarkedContentReferences(PdfPage page)Gets a list of all marked content references on the page.java.util.Collection<PdfMcr>PdfStructTreeRoot. getPageMarkedContentReferences(PdfPage page)Gets an unmodifiable collection of marked content references on page.voidPdfStructTreeRoot. move(PdfPage fromPage, int insertBeforePage)Moves structure associated with specified page and insert it in a specified position in the document.static voidStructureTreeCopier. move(PdfDocument document, PdfPage from, int insertBefore)Move tag structure of page to other place in the same documentvoidParentTreeHandler. savePageStructParentIndexIfNeeded(PdfPage page)voidPdfStructTreeRoot. savePageStructParentIndexIfNeeded(PdfPage page)private booleanParentTreeHandler. updateStructParentTreeEntries(PdfPage page, ParentTreeHandler.PageMcrsContainer mcrs)Method parameters in com.itextpdf.kernel.pdf.tagging with type arguments of type PdfPage Modifier and Type Method Description private static StructureTreeCopier.CopyStructureResultStructureTreeCopier. copyStructure(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument)private static StructureTreeCopier.CopyStructureResultStructureTreeCopier. copyStructure(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument)voidPdfStructTreeRoot. copyTo(PdfDocument destDocument, int insertBeforePage, java.util.Map<PdfPage,PdfPage> page2page)Copies structure to adestDocumentand insert it in a specified position in the document.voidPdfStructTreeRoot. copyTo(PdfDocument destDocument, int insertBeforePage, java.util.Map<PdfPage,PdfPage> page2page)Copies structure to adestDocumentand insert it in a specified position in the document.voidPdfStructTreeRoot. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page)Copies structure to adestDocument.voidPdfStructTreeRoot. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page)Copies structure to adestDocument.static voidStructureTreeCopier. copyTo(PdfDocument destDocument, int insertBeforePage, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument)Copies structure to adestDocumentand insert it in a specified position in the document.static voidStructureTreeCopier. copyTo(PdfDocument destDocument, int insertBeforePage, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument)Copies structure to adestDocumentand insert it in a specified position in the document.private static voidStructureTreeCopier. copyTo(PdfDocument destDocument, int insertBeforePage, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument)private static voidStructureTreeCopier. copyTo(PdfDocument destDocument, int insertBeforePage, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument)static voidStructureTreeCopier. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument)Copies structure to adestDocument.static voidStructureTreeCopier. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument)Copies structure to adestDocument.private static voidStructureTreeCopier. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument)Copies structure to adestDocument.private static voidStructureTreeCopier. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument)Copies structure to adestDocument.private static voidStructureTreeCopier. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument, int insertIndex)private static voidStructureTreeCopier. copyTo(PdfDocument destDocument, java.util.Map<PdfPage,PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument, int insertIndex)Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfPage Constructor Description PdfMcrDictionary(PdfPage page, PdfStructElem parent)PdfMcrNumber(PdfPage page, PdfStructElem parent)PdfStructElem(PdfDocument document, PdfName role, PdfPage page) -
Uses of PdfPage in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils declared as PdfPage Modifier and Type Field Description private PdfPageTagTreePointer. currentPageMethods in com.itextpdf.kernel.pdf.tagutils that return PdfPage Modifier and Type Method Description PdfPageTagTreePointer. getCurrentPage()Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfPage Modifier and Type Method Description TagStructureContextTagStructureContext. flushPageTags(PdfPage page)Flushes the tags which are considered to belong to the given page.(package private) voidTagStructureContext. flushParentIfBelongsToPage(PdfStructElem parent, PdfPage currentPage)TagTreePointerTagStructureContext. removeContentItem(PdfPage page, int mcid)Removes content item from the tag structure.TagStructureContextTagStructureContext. removePageTags(PdfPage page)Removes all tags that belong only to this page.TagTreePointerTagTreePointer. setPageForTagging(PdfPage page)Sets a page which content will be tagged with this instance ofTagTreePointer. -
Uses of PdfPage in com.itextpdf.kernel.pdf.xobject
Constructors in com.itextpdf.kernel.pdf.xobject with parameters of type PdfPage Constructor Description PdfFormXObject(PdfPage page)Creates form XObject from page content. -
Uses of PdfPage in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return PdfPage Modifier and Type Method Description private PdfPagePdfSplitter. getPageByOutline(int fromPage, PdfOutline outline) -
Uses of PdfPage in com.itextpdf.kernel.utils.annotationsflattening
Methods in com.itextpdf.kernel.utils.annotationsflattening with parameters of type PdfPage Modifier and Type Method Description protected PdfCanvasDefaultAnnotationFlattener. createCanvas(PdfPage page)Creates a canvas.protected PdfCanvasHighLightTextMarkupAnnotationFlattener. createCanvas(PdfPage page)Creates a canvas.protected booleanDefaultAnnotationFlattener. draw(PdfAnnotation annotation, PdfPage page)Draws annotation.protected booleanHighLightTextMarkupAnnotationFlattener. draw(PdfAnnotation annotation, PdfPage page)Draws annotation.protected booleanSquigglyTextMarkupAnnotationFlattener. draw(PdfAnnotation annotation, PdfPage page)Draws annotation.protected booleanStrikeOutTextMarkupAnnotationFlattener. draw(PdfAnnotation annotation, PdfPage page)Draws annotation.protected booleanUnderlineTextMarkupAnnotationFlattener. draw(PdfAnnotation annotation, PdfPage page)Draws annotation.booleanAbstractTextMarkupAnnotationFlattener. flatten(PdfAnnotation annotation, PdfPage page)Flatten annotation.booleanDefaultAnnotationFlattener. flatten(PdfAnnotation annotation, PdfPage page)Flatten annotation.booleanIAnnotationFlattener. flatten(PdfAnnotation annotation, PdfPage page)Flatten annotation.booleanNotSupportedFlattener. flatten(PdfAnnotation annotation, PdfPage page)Logs a warning that annotation flattening is not supported for the given annotation.booleanRemoveWithoutDrawingFlattener. flatten(PdfAnnotation annotation, PdfPage page)Flatten annotation.booleanWarnFormfieldFlattener. flatten(PdfAnnotation annotation, PdfPage page)Flatten annotation. -
Uses of PdfPage in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as PdfPage Modifier and Type Field Description private PdfPagePdfPageValidationContext. pageMethods in com.itextpdf.kernel.validation.context that return PdfPage Modifier and Type Method Description PdfPagePdfPageValidationContext. getPage()Gets the pdf page.Constructors in com.itextpdf.kernel.validation.context with parameters of type PdfPage Constructor Description PdfPageValidationContext(PdfPage page)Instantiates a newPdfPageValidationContextbased on pdf page. -
Uses of PdfPage in com.itextpdf.layout
Fields in com.itextpdf.layout declared as PdfPage Modifier and Type Field Description protected PdfPageCanvas. pageIs initialized and used only when Canvas element autotagging is enabled, seeCanvas.enableAutoTagging(PdfPage).Methods in com.itextpdf.layout that return PdfPage Modifier and Type Method Description PdfPageCanvas. getPage()The page on which this canvas will be rendered.Methods in com.itextpdf.layout with parameters of type PdfPage Modifier and Type Method Description voidCanvas. enableAutoTagging(PdfPage page)Enables canvas content autotagging.private static PdfCanvasCanvas. initPdfCanvasOrThrowIfPageIsFlushed(PdfPage page)Constructors in com.itextpdf.layout with parameters of type PdfPage Constructor Description Canvas(PdfPage page, Rectangle rootArea)Creates a new Canvas to manipulate a specific page content stream. -
Uses of PdfPage in com.itextpdf.pdfa
Subclasses of PdfPage in com.itextpdf.pdfa Modifier and Type Class Description (package private) classPdfAPageMethods in com.itextpdf.pdfa that return PdfPage Modifier and Type Method Description PdfPagePdfAPageFactory. createPdfPage(PdfDictionary pdfObject)CreatePdfPageon the base of the pagePdfDictionary.PdfPagePdfAPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)CreatePdfPagewith given page size and add it to thePdfDocument. -
Uses of PdfPage in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type PdfPage Modifier and Type Method Description private voidPdfAChecker. checkPage(PdfPage page)voidPdfAChecker. checkSinglePage(PdfPage page)This method checks all requirements that must be fulfilled by a page in a PDF/A document. -
Uses of PdfPage in com.itextpdf.pdfua
Subclasses of PdfPage in com.itextpdf.pdfua Modifier and Type Class Description (package private) classPdfUAPageMethods in com.itextpdf.pdfua that return PdfPage Modifier and Type Method Description PdfPagePdfUAPageFactory. createPdfPage(PdfDictionary pdfObject)PdfPagePdfUAPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize) -
Uses of PdfPage in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter with parameters of type PdfPage Modifier and Type Method Description static voidSvgConverter. drawOnPage(java.io.InputStream stream, PdfPage page)Draws a Stream containing valid SVG to a given page at coordinate 0,0.static voidSvgConverter. drawOnPage(java.io.InputStream stream, PdfPage page, float x, float y)Draws a Stream containing valid SVG to a given page, at a given location.static voidSvgConverter. drawOnPage(java.io.InputStream stream, PdfPage page, float x, float y, ISvgConverterProperties props)Draws a Stream containing valid SVG to a given page at a given location.static voidSvgConverter. drawOnPage(java.io.InputStream stream, PdfPage page, ISvgConverterProperties props)Draws a Stream containing valid SVG to a given page at a given location.static voidSvgConverter. drawOnPage(java.lang.String content, PdfPage page)Draws a String containing valid SVG to a given page at the origin of the page.static voidSvgConverter. drawOnPage(java.lang.String content, PdfPage page, float x, float y)Draws a String containing valid SVG to a given page on the provided x and y coordinate.static voidSvgConverter. drawOnPage(java.lang.String content, PdfPage page, float x, float y, ISvgConverterProperties props)Draws a String containing valid SVG to a given page on the provided x and y coordinate.static voidSvgConverter. drawOnPage(java.lang.String content, PdfPage page, ISvgConverterProperties props)Draws a String containing valid SVG to a given page on the provided x and y coordinate.private static voidSvgConverter. withTaggingIfNeeded(PdfDocument document, PdfCanvas canvas, PdfPage page, ISvgConverterProperties props, IOThrowingAction function)
-