Overview
Package
Class
Use
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
N
O
P
Q
S
X
Y
A
ACROFORM
- Static variable in class com.adobe.pdf.
FormType
C
com.adobe.pdf
- package com.adobe.pdf
Provides classes and interfaces for manipulating Adobe PDF documents and their data.
D
deleteAnnotations()
- Method in interface com.adobe.pdf.
PDFDocument
Deletes all annotations in a PDF document.
deleteFileAttachment(byte[])
- Method in interface com.adobe.pdf.
PDFDocument
Deletes a file attachment in a PDF document that is associated with the given name.
E
exportAnnotations()
- Method in interface com.adobe.pdf.
PDFDocument
Exports a PDF document’s annotations as a stream of XFDF XML data.
exportFileAttachment(byte[])
- Method in interface com.adobe.pdf.
PDFDocument
Exports data associated with the given name as a FileAttachment object.
exportFormData(FormDataFormat)
- Method in interface com.adobe.pdf.
PDFDocument
Exports a form’s data as an XFA or an XFDF data stream as specified by the format parameter.
exportXMP()
- Method in interface com.adobe.pdf.
PDFImage
Exports the XMP metadata associated with an image.
exportXMP()
- Method in interface com.adobe.pdf.
PDFDocument
Exports the XMP metadata that is associated with a PDF document.
F
FileAttachment
- interface com.adobe.pdf.
FileAttachment
.
FileAttachment defines a public interface for referencing embedded file streams that can be archived or transmitted along with a PDF file.
FormDataFormat
- class com.adobe.pdf.
FormDataFormat
.
FormDataFormat indicates in which format to export form data.
FormType
- class com.adobe.pdf.
FormType
.
FormType defines the valid form types.
G
getData()
- Method in interface com.adobe.pdf.
FileAttachment
Returns the data of the file attachment.
getFileAttachmentNames()
- Method in interface com.adobe.pdf.
PDFDocument
Returns an array of names as byte arrays that references file attachments.
getFilename()
- Method in interface com.adobe.pdf.
FileAttachment
Returns the file name associated with the data embedded in the document.
getFormType()
- Method in interface com.adobe.pdf.
PDFDocument
Returns the form type on which a PDF document is based.
getImages()
- Method in interface com.adobe.pdf.
PDFDocument
Returns a list of all images that are referenced by a PDF document.
getMimetype()
- Method in interface com.adobe.pdf.
FileAttachment
Returns the MIME type of the data embedded in the document.
getNumberOfPages()
- Method in interface com.adobe.pdf.
PDFDocument
Returns the number of pages within the PDF document.
getPageNumber()
- Method in interface com.adobe.pdf.
PDFWord
Gets the number of the page on which a particular word occurs.
getQuadList()
- Method in interface com.adobe.pdf.
PDFWord
Gets the list of Quad objects associated with a word.
getString()
- Method in interface com.adobe.pdf.
PDFWord
Gets the Unicode characters that represent a particular word.
getVersion()
- Method in interface com.adobe.pdf.
PDFDocument
Returns the version of the PDF document.
getWords()
- Method in interface com.adobe.pdf.
PDFDocument
Returns a list iterator for accessing the words in the content of the PDF document.
I
importAnnotations(InputStream)
- Method in interface com.adobe.pdf.
PDFDocument
Imports into a PDF document annotations that are represented in an XFDF XML data stream.
importFileAttachment(byte[], FileAttachment)
- Method in interface com.adobe.pdf.
PDFDocument
Imports the specified FileAttachment object into a PDF document under the given name.
importFormData(InputStream)
- Method in interface com.adobe.pdf.
PDFDocument
Imports the form data as an XFA or an XFDF data stream.
importXMP(InputStream)
- Method in interface com.adobe.pdf.
PDFImage
Imports the XMP metadata to associate with an image.
importXMP(InputStream)
- Method in interface com.adobe.pdf.
PDFDocument
Ensures that the input stream that represents XML is valid and uses it to replace the metadata referenced by the PDF document.
N
newFileAttachment(InputStream, String, String)
- Static method in class com.adobe.pdf.
PDFFactory
Creates a new FileAttachment object from a given data stream.
NOT_A_FORM
- Static variable in class com.adobe.pdf.
FormType
O
openDocument(InputStream)
- Static method in class com.adobe.pdf.
PDFFactory
Creates a new PDFDocument object based on a java.io.InputStream object that references an existing PDF or XDP file.
P
p1()
- Method in interface com.adobe.pdf.
Quad
Gets the lower left corner of the bounding quadrilateral.
p2()
- Method in interface com.adobe.pdf.
Quad
Gets the lower right corner of the bounding quadrilateral.
p3()
- Method in interface com.adobe.pdf.
Quad
Gets the upper right corner of the bounding quadrilateral.
p4()
- Method in interface com.adobe.pdf.
Quad
Gets the upper left corner of the bounding quadrilateral.
PDFDocument
- interface com.adobe.pdf.
PDFDocument
.
PDFDocument defines a public interface for manipulating PDF documents.
PDFFactory
- class com.adobe.pdf.
PDFFactory
.
PDFFactory defines a static PDFFactory object.
PDFFactory()
- Constructor for class com.adobe.pdf.
PDFFactory
PDFImage
- interface com.adobe.pdf.
PDFImage
.
PDFImage defines a public interface for exporting or importing image XMP metadata.
PDFWord
- interface com.adobe.pdf.
PDFWord
.
PDFWord defines a public interface for accessing one word from a list of the static-text words in a PDF document.
Point
- interface com.adobe.pdf.
Point
.
Point defines a public interface for obtaining the X and Y values associated with one corner of the area that one or more characters occupy.
Q
Quad
- interface com.adobe.pdf.
Quad
.
Quad defines a public interface for obtaining the location and orientation of one or more characters in a word.
S
save()
- Method in interface com.adobe.pdf.
PDFDocument
Returns the modified PDF document data stream.
saveAsXDP()
- Method in interface com.adobe.pdf.
PDFDocument
Returns the modified PDF document as an XDP data stream.
X
x()
- Method in interface com.adobe.pdf.
Point
Gets the horizontal position of a corner.
XFA
- Static variable in class com.adobe.pdf.
FormDataFormat
XFDF
- Static variable in class com.adobe.pdf.
FormDataFormat
XML_FORM
- Static variable in class com.adobe.pdf.
FormType
Y
y()
- Method in interface com.adobe.pdf.
Point
Gets the vertical position of a corner.
A
C
D
E
F
G
I
N
O
P
Q
S
X
Y
Overview
Package
Class
Use
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes