Uses of Class
com.itextpdf.kernel.pdf.PdfPage
Packages that use PdfPage
Package
Description
-
Uses of PdfPage in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfPageModifier and TypeMethodDescriptionprivate PdfPagePdfAcroForm.getFieldPage(PdfDictionary annotDict) Methods in com.itextpdf.forms with parameters of type PdfPageModifier and TypeMethodDescriptionvoidPdfAcroForm.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.voidprivate 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 PdfPageModifier and TypeMethodDescriptionprivate 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.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 PdfPageModifier and TypeMethodDescriptionstatic 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 PdfPageMethods in com.itextpdf.kernel.pdf that return PdfPageModifier and TypeMethodDescriptionPdfPage.addAnnotation(int index, PdfAnnotation annotation, boolean tagAnnotation) Adds specifiedPdfAnnotationto specified index in annotations array with or without autotagging.PdfPage.addAnnotation(PdfAnnotation annotation) Adds specified annotation to the end of annotations array and tagged it.PdfDocument.addNewPage()Creates and adds new page to the end of document.PdfDocument.addNewPage(int index) Creates and inserts new page to the document.PdfDocument.addNewPage(int index, PageSize pageSize) Creates and inserts new page to the document.PdfDocument.addNewPage(PageSize pageSize) Creates and adds new page with the specified page size.PdfPage.addOutputIntent(PdfOutputIntent outputIntent) AddsPdfOutputIntentthat shall specify the colour characteristics of output devices on which the page might be rendered.Inserts page to the document.Adds page to the end of document.PdfPage.copyTo(PdfDocument toDocument) Copies page to the specified document.PdfPage.copyTo(PdfDocument toDocument, IPdfPageExtraCopier copier) Copies page to the specified document.PdfPage.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) IPdfPageFactory.createPdfPage(PdfDictionary pdfObject) CreatePdfPageon the base of the pagePdfDictionary.IPdfPageFactory.createPdfPage(PdfDocument pdfDocument, PageSize pageSize) CreatePdfPagewith given page size and add it to thePdfDocument.PdfPageFactory.createPdfPage(PdfDictionary pdfObject) PdfPageFactory.createPdfPage(PdfDocument pdfDocument, PageSize pageSize) PdfDocument.getFirstPage()Get the first page of the document.PdfDocument.getLastPage()Gets the last page of the document.PdfDocument.getPage(int pageNum) Gets the page by page number.PdfDocument.getPage(PdfDictionary pageDictionary) Gets thePdfPageinstance byPdfDictionary.PdfPagesTree.getPage(int pageNum) Returns thePdfPageat the specified position in this list.PdfPagesTree.getPage(PdfDictionary pageDictionary) Returns thePdfPageby page's PdfDictionary.Helper method that associates specified value with the specified key in the underlyingPdfDictionary.Helper method that removes the value associated with the specified key from the underlyingPdfDictionary.PdfPage.removeAnnotation(PdfAnnotation annotation) Removes an annotation from the page.PdfPage.removeAnnotation(PdfAnnotation annotation, boolean rememberTagPointer) Removes an annotation from the page.PdfPagesTree.removePage(int pageNum) Removes the page at the specified position in this tree.PdfPage.setAdditionalAction(PdfName key, PdfAction action) Helper method to add an additional action to this page.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.PdfPage.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.PdfPage.setCropBox(Rectangle rectangle) Sets the CropBox object, that defines the visible region of default user space.PdfPage.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.PdfPage.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.PdfPage.setPageLabel(PageLabelNumberingStyle numberingStyle, String labelPrefix) This method adds or replaces a page label.PdfPage.setPageLabel(PageLabelNumberingStyle numberingStyle, String labelPrefix, int firstPage) This method adds or replaces a page label.PdfPage.setResources(PdfResources pdfResources) SetsPdfResourcesobject.PdfPage.setRotation(int degAngle) Sets the page rotation.PdfPage.setTabOrder(PdfName tabOrder) Sets a name specifying the tab order that shall be used for annotations on the page.PdfPage.setThumbnailImage(PdfImageXObject thumb) Sets a stream object that shall define the page’s thumbnail image.PdfPage.setTrimBox(Rectangle rectangle) Sets the TrimBox object, that define the intended dimensions of the finished page after trimming.PdfPage.setXmpMetadata(byte[] xmpMetadata) Sets the XMP Metadata.PdfPage.setXmpMetadata(XMPMeta xmpMeta) Serializes XMP Metadata to byte array and sets it.PdfPage.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 PdfPageModifier and TypeMethodDescriptionPdfDocument.copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument) Copies a range of pages from current document totoDocumentappending copied pages to the end.PdfDocument.copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument, int insertBeforePage) Copies a range of pages from current document totoDocument.PdfDocument.copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument, int insertBeforePage, IPdfPageExtraCopier copier) Copies a range of pages from current document totoDocument.PdfDocument.copyPagesTo(int pageFrom, int pageTo, PdfDocument toDocument, IPdfPageExtraCopier copier) Copies a range of pages from current document totoDocumentappending copied pages to the end.PdfDocument.copyPagesTo(List<Integer> pagesToCopy, PdfDocument toDocument) Copies a range of pages from current document totoDocumentappending copied pages to the end.PdfDocument.copyPagesTo(List<Integer> pagesToCopy, PdfDocument toDocument, int insertBeforePage) Copies a range of pages from current document totoDocument.PdfDocument.copyPagesTo(List<Integer> pagesToCopy, PdfDocument toDocument, int insertBeforePage, IPdfPageExtraCopier copier) Copies a range of pages from current document totoDocument.PdfDocument.copyPagesTo(List<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 PdfPageModifier and TypeMethodDescriptionInserts page to the document.Adds page to the end of document.booleanvoidInsertsPdfPageinto specific one-based position.voidAppends 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.voidCopies 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 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(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.booleanMoves 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 PdfPageModifier and TypeMethodDescriptionprivate voidPdfDocument.cloneOutlines(Set<PdfOutline> outlinesToCopy, PdfOutline newParent, PdfOutline oldParent, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument) This method copies create new outlines in the Document to copy.private voidPdfDocument.cloneOutlines(Set<PdfOutline> outlinesToCopy, PdfOutline newParent, PdfOutline oldParent, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument) This method copies create new outlines in the Document to copy.(package private) PdfDestinationPdfCatalog.copyDestination(PdfObject dest, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument) (package private) PdfDestinationPdfCatalog.copyDestination(PdfObject dest, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument) static voidOcgPropertiesCopier.copyOCGProperties(PdfDocument sourceDocument, PdfDocument destinationDocument, 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, Map<PdfPage, PdfPage> sourceToDestPageMapping) Copy unique page OCGs stored inside annotations/xobjects/resources from source pages to destination pages.private voidPdfDocument.copyOutlines(Set<PdfOutline> outlines, PdfDocument toDocument, Map<PdfPage, PdfPage> page2page) This method copies all given outlinesprivate voidPdfDocument.copyOutlines(Set<PdfOutline> outlines, PdfDocument toDocument, Map<PdfPage, PdfPage> page2page) This method copies all given outlinesprivate static PdfDestinationPdfCatalog.createDestinationFromPageRef(PdfObject dest, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument, PdfObject pageObject) private static PdfDestinationPdfCatalog.createDestinationFromPageRef(PdfObject dest, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument, PdfObject pageObject) private static Set<PdfIndirectReference> OcgPropertiesCopier.getAllUsedNonFlushedOCGs(Map<PdfPage, PdfPage> page2page, PdfDictionary toOcProperties) private static Set<PdfIndirectReference> OcgPropertiesCopier.getAllUsedNonFlushedOCGs(Map<PdfPage, PdfPage> page2page, PdfDictionary toOcProperties) private booleanPdfCatalog.isEqualSameNameDestExist(Map<PdfPage, PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage) private booleanPdfCatalog.isEqualSameNameDestExist(Map<PdfPage, PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage) private voidPdfDocument.resolveDestinations(PdfDocument toDocument, Map<PdfPage, PdfPage> page2page) private voidPdfDocument.resolveDestinations(PdfDocument toDocument, Map<PdfPage, PdfPage> page2page) -
Uses of PdfPage in com.itextpdf.kernel.pdf.annot
Fields in com.itextpdf.kernel.pdf.annot declared as PdfPageMethods in com.itextpdf.kernel.pdf.annot that return PdfPageModifier and TypeMethodDescriptionPdfAnnotation.getPage()Gets aPdfPageon which annotation is placed.Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfPageModifier and TypeMethodDescriptionMethod 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 PdfPageModifier and TypeMethodDescriptionprivate voidPdfCanvas.applyRotation(PdfPage page) private static PdfStreamPdfCanvas.getPageStream(PdfPage page) Constructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfPage -
Uses of PdfPage in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfPageModifier and TypeMethodDescriptionstatic StringPdfTextExtractor.getTextFromPage(PdfPage page) Extract text from a specified page using the default strategy.static StringPdfTextExtractor.getTextFromPage(PdfPage page, ITextExtractionStrategy strategy) Extract text from a specified page using an extraction strategy.static StringPdfTextExtractor.getTextFromPage(PdfPage page, ITextExtractionStrategy strategy, Map<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 PdfPageModifier and TypeFieldDescriptionprotected PdfPagePdfDocumentEvent.pageThe PdfPage associated with this event.Methods in com.itextpdf.kernel.pdf.event that return PdfPageModifier and TypeMethodDescriptionPdfDocumentEvent.getPage()Returns the PdfPage associated with this event.Constructors in com.itextpdf.kernel.pdf.event with parameters of type PdfPageModifierConstructorDescriptionPdfDocumentEvent(String type, PdfPage page) Creates a PdfDocumentEvent. -
Uses of PdfPage in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfPageModifier and TypeMethodDescriptionvoidParentTreeHandler.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.getPageMarkedContentReferences(PdfPage page) Gets a list of all marked content references on the page.PdfStructTreeRoot.getPageMarkedContentReferences(PdfPage page) Gets an unmodifiable collection of marked content references on page.voidMoves 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 PdfPageModifier and TypeMethodDescriptionprivate static StructureTreeCopier.CopyStructureResultStructureTreeCopier.copyStructure(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument) private static StructureTreeCopier.CopyStructureResultStructureTreeCopier.copyStructure(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument) voidPdfStructTreeRoot.copyTo(PdfDocument destDocument, int insertBeforePage, Map<PdfPage, PdfPage> page2page) Copies structure to adestDocumentand insert it in a specified position in the document.voidPdfStructTreeRoot.copyTo(PdfDocument destDocument, int insertBeforePage, Map<PdfPage, PdfPage> page2page) Copies structure to adestDocumentand insert it in a specified position in the document.voidPdfStructTreeRoot.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page) Copies structure to adestDocument.voidPdfStructTreeRoot.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page) Copies structure to adestDocument.static voidStructureTreeCopier.copyTo(PdfDocument destDocument, int insertBeforePage, 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, 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, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument) private static voidStructureTreeCopier.copyTo(PdfDocument destDocument, int insertBeforePage, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument) static voidStructureTreeCopier.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument) Copies structure to adestDocument.static voidStructureTreeCopier.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument) Copies structure to adestDocument.private static voidStructureTreeCopier.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument) Copies structure to adestDocument.private static voidStructureTreeCopier.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument) Copies structure to adestDocument.private static voidStructureTreeCopier.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument, int insertIndex) private static voidStructureTreeCopier.copyTo(PdfDocument destDocument, Map<PdfPage, PdfPage> page2page, PdfDocument callingDocument, boolean copyFromDestDocument, int insertIndex) Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfPageModifierConstructorDescriptionPdfMcrDictionary(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 PdfPageMethods in com.itextpdf.kernel.pdf.tagutils that return PdfPageMethods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfPageModifier and TypeMethodDescriptionTagStructureContext.flushPageTags(PdfPage page) Flushes the tags which are considered to belong to the given page.(package private) voidTagStructureContext.flushParentIfBelongsToPage(PdfStructElem parent, PdfPage currentPage) TagStructureContext.removeContentItem(PdfPage page, int mcid) Removes content item from the tag structure.TagStructureContext.removePageTags(PdfPage page) Removes all tags that belong only to this page.TagTreePointer.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 PdfPageModifierConstructorDescriptionPdfFormXObject(PdfPage page) Creates form XObject from page content. -
Uses of PdfPage in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return PdfPageModifier and TypeMethodDescriptionprivate 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 PdfPageModifier and TypeMethodDescriptionprotected 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 PdfPageMethods in com.itextpdf.kernel.validation.context that return PdfPageConstructors in com.itextpdf.kernel.validation.context with parameters of type PdfPage -
Uses of PdfPage in com.itextpdf.layout
Fields in com.itextpdf.layout declared as PdfPageModifier and TypeFieldDescriptionprotected PdfPageCanvas.pageIs initialized and used only when Canvas element autotagging is enabled, seeCanvas.enableAutoTagging(PdfPage).Methods in com.itextpdf.layout that return PdfPageModifier and TypeMethodDescriptionCanvas.getPage()The page on which this canvas will be rendered.Methods in com.itextpdf.layout with parameters of type PdfPageModifier and TypeMethodDescriptionvoidCanvas.enableAutoTagging(PdfPage page) Enables canvas content autotagging.private static PdfCanvasCanvas.initPdfCanvasOrThrowIfPageIsFlushed(PdfPage page) Constructors in com.itextpdf.layout with parameters of type PdfPage -
Uses of PdfPage in com.itextpdf.pdfa
Subclasses of PdfPage in com.itextpdf.pdfaMethods in com.itextpdf.pdfa that return PdfPageModifier and TypeMethodDescriptionPdfAPageFactory.createPdfPage(PdfDictionary pdfObject) CreatePdfPageon the base of the pagePdfDictionary.PdfAPageFactory.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 PdfPageModifier and TypeMethodDescriptionprivate voidvoidPdfAChecker.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.pdfuaMethods in com.itextpdf.pdfua that return PdfPageModifier and TypeMethodDescriptionPdfUAPageFactory.createPdfPage(PdfDictionary pdfObject) PdfUAPageFactory.createPdfPage(PdfDocument pdfDocument, PageSize pageSize) -
Uses of PdfPage in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter with parameters of type PdfPageModifier and TypeMethodDescriptionstatic voidSvgConverter.drawOnPage(InputStream stream, PdfPage page) Draws a Stream containing valid SVG to a given page at coordinate 0,0.static voidSvgConverter.drawOnPage(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(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(InputStream stream, PdfPage page, ISvgConverterProperties props) Draws a Stream containing valid SVG to a given page at a given location.static voidSvgConverter.drawOnPage(String content, PdfPage page) Draws a String containing valid SVG to a given page at the origin of the page.static voidSvgConverter.drawOnPage(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(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(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)