Uses of Class
org.apache.pdfbox.cos.COSString
Packages that use COSString
Package
Description
These are the low level objects that make up a PDF document.
The pdfparser package contains classes to parse PDF documents and objects within the document.
This is the persistence layer used to write the PDFBox documents to a stream.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
The file specification package defines classes that are used for the PDF File Specification logic.
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
The destination package allows destinations into a pdf document to be specified.
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
This package contains utility classes that are used by the PDFBox project.
-
Uses of COSString in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSStringModifier and TypeMethodDescriptionstatic COSString
COSString.createFromHexString
(String hex) This will create a COS string from a string of hex characters.static COSString
COSString.createFromHexString
(String hex, boolean force) Creates a COS string from a string of hex characters, optionally ignoring malformed input.Methods in org.apache.pdfbox.cos with parameters of type COSStringModifier and TypeMethodDescriptionICOSVisitor.visitFromString
(COSString obj) Notification of visit to string object. -
Uses of COSString in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSStringModifier and TypeMethodDescriptionprotected COSString
BaseParser.parseCOSString()
This will parse a PDF string.protected COSString
BaseParser.parseCOSString
(boolean isDictionary) Deprecated.Not needed anymore.Methods in org.apache.pdfbox.pdfparser with parameters of type COSStringModifier and TypeMethodDescriptionprotected final void
NonSequentialPDFParser.decryptString
(COSString str, long objNr, long objGenNr) Decrypts given COSString. -
Uses of COSString in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSStringModifier and TypeMethodDescriptionCOSWriter.visitFromString
(COSString obj) visitFromString method comment. -
Uses of COSString in org.apache.pdfbox.pdmodel.common
Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSString -
Uses of COSString in org.apache.pdfbox.pdmodel.common.filespecification
Constructors in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type COSString -
Uses of COSString in org.apache.pdfbox.pdmodel.encryption
Methods in org.apache.pdfbox.pdmodel.encryption that return COSStringModifier and TypeMethodDescriptionPDEncryptionDictionary.getRecipientStringAt
(int i) returns the COSString contained in the Recipients field at position i.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSStringModifier and TypeMethodDescriptionvoid
SecurityHandler.decryptString
(COSString string, long objNum, long genNum) This will decrypt a string.void
SecurityHandler.encryptString
(COSString string, long objNum, long genNum) This will encrypt a string. -
Uses of COSString in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return COSString -
Uses of COSString in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util with parameters of type COSStringModifier and TypeMethodDescriptionstatic Calendar
DateConverter.toCalendar
(COSString text) Deprecated.This method throws an IOException for failure.