|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.pdfa.checkeras colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.
Creates a PdfA1Checker with the requiredconformance levelconformance @paramconformanceLevelaConformance the required conformancelevel,aorb
Creates a PdfA2Checker with the requiredClass PdfA2Checker, void checkFormXObject(PdfStream)conformance levelconformance @paramconformanceLevelaConformance the required conformancelevel,aoruorb
For pdf/a-2+ checkersuse thethis method{@codeis overridden to use .checkFormXObject(PdfStream form, PdfStream contentStream)}methodmethod. @param form the PdfStream to check
Creates a PdfA3Checker with the requiredconformance levelconformance @paramconformanceLevelaConformance the required conformancelevel,aoruorb
Creates a PdfA4Checker with the requiredconformance levelconformance @paramconformanceLevelaConformance the required conformancelevel
Creates a PdfAChecker with the required conformanceClass PdfAChecker, void checkCatalog(PdfCatalog)level. @paramconformanceLevelaConformance the required conformancelevel
Verify the conformity of the pdf catalog. @param catalog the PdfCatalog of trailer to checkClass PdfAChecker, void checkColor(CanvasGraphicsState, Color, PdfDictionary, Boolean, PdfStream). @deprecated Will become abstract in the next major release.
This method checks compliance with the color restrictions imposed by the available color spaces in the document. @param gState canvas graphics state @param color the color to check @param currentColorSpaces a PdfDictionary containing the color spaces used in the document @param fill whether the color is used for fill or stroke operations @param contentStream current contentClass PdfAChecker, void checkColorSpace(PdfColorSpace, PdfObject, PdfDictionary, boolean, Boolean)stream @deprecated This method will be abstract in next major releasestream
This method performs a range of checks on the given color space, depending on the type and properties of that color space. @param colorSpace the color space to check @param pdfObject the pdf object to check color space in @param currentColorSpaces a PdfDictionary containing the color spaces used in the document @param checkAlternate whether or not to also check the parent color space @param fill whether the color space is used for fill or strokeClass PdfAChecker, void checkCrypto(PdfObject)operations @deprecated Will become abstract in the next major release.operations
Verify the conformity of encryption usage. @param cryptoClass PdfAChecker, void checkPageColorsUsages(PdfDictionary, PdfDictionary)Encryptionencryption object to verify. @deprecated Will become abstract in the next major release.
Verify the conformity of used color spaces on the page. @param pageDict the PdfDictionary contains contents for colors to beClass PdfAChecker, void checkSignatureType(boolean)checked.checked @param pageResources the PdfDictionary contains resources for colors to be checked. @deprecated Will become abstract in the next major release.
This method checks compliance of the signatureClass PdfAChecker, boolean checkStructure(PdfAConformance)typetype. @param isCAdES {@code true}isif CAdESsigsignature type is used,false otherwise.{@deprecated Will become abstract in the nextcodemajorfalse}release.otherwise
Checks conformanceClass PdfAChecker, void checkText(String, PdfFont)levelof PDF/A standard. @paramconformanceLevelaConformance thePdfAConformanceLevelPdfAConformance to be checked @return true if the specifiedconformanceLevelaConformance isafor PDF/A-1, PDF/A-2 or PDF/A-3
Verify the conformity of the text written by the specified font. @param textTexttext toverify.verify @param fontFontfont to verify the text against. @deprecated Will become abstract in the next major release.