com.qoppa.pdfProcess.PDFDocument.clearSecurity(String)
|
com.qoppa.pdfSecure.PDFSecure.clearSecurity(String) |
com.qoppa.pdf.annotations.IAnnotationFactory.createRubberStamp(Image)
|
com.qoppa.pdfProcess.PDFDocument.exportAnnotsAsFDF(OutputStream, String)
|
com.qoppa.pdfProcess.PDFDocument.exportAnnotsAsFDF(String)
|
com.qoppa.pdfProcess.PDFDocument.exportAnnotsAsXFDF(OutputStream, String)
|
com.qoppa.pdfProcess.PDFDocument.exportAnnotsAsXFDF(String)
|
com.qoppa.pdf.dom.IPDFDocument.getAnnotationFactory()
Use com.qoppa.pdfNotes.MutableDocument.getAnnotationFactory()
or com.qoppa.pdfProcess.PDFDocument.getAnnotationFactory()
instead.
|
com.qoppa.pdf.annotations.FreeText.getFont()
Use getFontName() and getFontSize() instead.
|
com.qoppa.pdf.annotations.RubberStamp.getImage() |
com.qoppa.pdfProcess.PDFPage.getImageGray(int)
Use getImageCS() instead, with ColorSpace.getInstance(ColorSpace.CS_GRAY) for the color space argument.
|
com.qoppa.pdfProcess.PDFGraphics.getImageParams()
|
com.qoppa.pdf.annotations.TextMarkup.getMarkupType()
Use Annotation.getSubtype() instead. Possible values are
Highlight, Underline, StrikeOut, Squiggly.
|
com.qoppa.pdf.PDFPermissions.getPermFlag() |
com.qoppa.pdf.dom.IPDFDocument.getPermissions()
|
com.qoppa.pdfAssemble.PDFAssemble.getPermissions()
|
com.qoppa.pdfProcess.PDFDocument.getPermissions()
|
com.qoppa.pdfSecure.PDFSecure.getPermissions()
|
com.qoppa.pdf.PDFPermissions.hasAllPermissions() |
com.qoppa.pdf.PDFPermissions.isAssembleDocumentAllowed() |
com.qoppa.pdf.PDFPermissions.isChangeDocumentAllowed() |
com.qoppa.pdf.PDFPermissions.isExtractTextGraphicsAllowed() |
com.qoppa.pdf.PDFPermissions.isExtractTextGraphicsForAccessibilityAllowed() |
com.qoppa.pdf.PDFPermissions.isFillFormFieldsAllowed() |
com.qoppa.pdf.PDFPermissions.isModifyAnnotsAllowed() |
com.qoppa.pdf.PDFPermissions.isPrintAllowed() |
com.qoppa.pdf.PDFPermissions.isPrintHighResAllowed() |
com.qoppa.pdf.PDFPermissions.ownerPasswordEntered() |
com.qoppa.pdf.PDFPermissions.setAssembleDocumentAllowed(boolean) |
com.qoppa.pdf.PDFPermissions.setChangeDocumentAllowed(boolean) |
com.qoppa.pdf.annotations.RubberStamp.setColor(Color) |
com.qoppa.pdf.PDFPermissions.setExtractTextGraphicsAllowed(boolean) |
com.qoppa.pdf.PDFPermissions.setExtractTextGraphicsForAccessibilityAllowed(boolean) |
com.qoppa.pdf.PDFPermissions.setFillFormFieldsAllowed(boolean) |
com.qoppa.pdf.annotations.FreeText.setFont(Font)
Use setPDFFont() instead.
|
com.qoppa.pdf.annotations.RubberStamp.setImage(Image)
Use IAnnotationFactory.createRubberStamp(Image image) instead
|
com.qoppa.pdfProcess.PDFGraphics.setImageParams(ImageSettings)
|
com.qoppa.pdf.PDFPermissions.setModifyAnnotsAllowed(boolean) |
com.qoppa.pdf.PDFPermissions.setPermFlag(int) |
com.qoppa.pdf.PDFPermissions.setPrintAllowed(boolean) |
com.qoppa.pdf.PDFPermissions.setPrintHighResAllowed(boolean) |
com.qoppa.pdfProcess.PDFDocument.setSecurity(String, String, PasswordPermissions, String, int)
|
com.qoppa.pdfSecure.PDFSecure.setSecurity(String, String, PasswordPermissions, String, int)
|
com.qoppa.pdf.annotations.Annotation.setSubtype(String)
This method is not used for common Annotations because it is not possible to change the type of an annotation. There is still a setSubtype() method
in the TextMarkup annotation to change text markup types (Highlight, Strikeout, etc).
|