| Package | Description |
|---|---|
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.events | |
| com.aowagie.text.pdf.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfStamperImp |
| Modifier and Type | Field and Description |
|---|---|
protected PdfWriter |
PdfOutline.writer |
protected PdfWriter |
PdfContentByte.writer
This is the writer
|
protected PdfWriter |
PdfAnnotation.writer |
| Modifier and Type | Method and Description |
|---|---|
static PdfWriter |
PdfWriter.getInstance(Document document,
OutputStream os)
Use this method to get an instance of the
PdfWriter. |
PdfWriter |
PdfContentByte.getPdfWriter()
Gets the
PdfWriter in use by this object. |
PdfWriter |
PdfStamper.getWriter()
Gets the underlying PdfWriter.
|
| Modifier and Type | Method and Description |
|---|---|
protected static PdfFormField |
PdfFormField.createButton(PdfWriter writer,
int flags) |
static PdfFormField |
PdfFormField.createCheckBox(PdfWriter writer) |
protected static PdfFormField |
PdfFormField.createChoice(PdfWriter writer,
int flags,
PdfArray options,
int topIndex) |
static PdfFormField |
PdfFormField.createCombo(PdfWriter writer,
boolean edit,
String[][] options,
int topIndex) |
static PdfFormField |
PdfFormField.createCombo(PdfWriter writer,
boolean edit,
String[] options,
int topIndex) |
static PdfFormField |
PdfFormField.createEmpty(PdfWriter writer) |
static PdfFormField |
PdfFormField.createList(PdfWriter writer,
String[][] options,
int topIndex) |
static PdfFormField |
PdfFormField.createList(PdfWriter writer,
String[] options,
int topIndex) |
static PdfFormField |
PdfFormField.createPushButton(PdfWriter writer) |
static PdfFormField |
PdfFormField.createRadioButton(PdfWriter writer,
boolean noToggleToOff) |
static PdfAnnotation |
PdfAnnotation.createScreen(PdfWriter writer,
Rectangle rect,
String clipTitle,
PdfFileSpecification fs,
String mimeType,
boolean playOnDisplay)
Creates a screen PdfAnnotation
|
static PdfFormField |
PdfFormField.createSignature(PdfWriter writer) |
static PdfTemplate |
PdfTemplate.createTemplate(PdfWriter writer,
float width,
float height)
Creates a new template.
|
static PdfFormField |
PdfFormField.createTextField(PdfWriter writer,
boolean multiline,
boolean password,
int maxLen) |
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
String filePath,
String fileDisplay,
byte[] fileStore)
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileExtern(PdfWriter writer,
String filePath)
Creates a file specification for an external file.
|
protected com.aowagie.text.pdf.PdfReaderInstance |
PdfReader.getPdfReaderInstance(PdfWriter writer) |
protected PdfObject |
PdfSpotColor.getSpotObject(PdfWriter writer) |
void |
PdfPageEventHelper.onChapter(PdfWriter writer,
Document document,
float paragraphPosition,
Paragraph title)
Called when a Chapter is written.
|
void |
PdfPageEvent.onChapter(PdfWriter writer,
Document document,
float paragraphPosition,
Paragraph title)
Called when a Chapter is written.
|
void |
PdfPageEventHelper.onChapterEnd(PdfWriter writer,
Document document,
float position)
Called when the end of a Chapter is reached.
|
void |
PdfPageEvent.onChapterEnd(PdfWriter writer,
Document document,
float paragraphPosition)
Called when the end of a Chapter is reached.
|
void |
PdfPageEventHelper.onCloseDocument(PdfWriter writer,
Document document)
Called when the document is closed.
|
void |
PdfPageEvent.onCloseDocument(PdfWriter writer,
Document document)
Called when the document is closed.
|
void |
PdfPageEventHelper.onEndPage(PdfWriter writer,
Document document)
Called when a page is finished, just before being written to the document.
|
void |
PdfPageEvent.onEndPage(PdfWriter writer,
Document document)
Called when a page is finished, just before being written to the document.
|
void |
PdfPageEventHelper.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
String text)
Called when a
Chunk with a generic tag is written. |
void |
PdfPageEvent.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
String text)
Called when a
Chunk with a generic tag is written. |
void |
PdfPageEventHelper.onOpenDocument(PdfWriter writer,
Document document)
Called when the document is opened.
|
void |
PdfPageEvent.onOpenDocument(PdfWriter writer,
Document document)
Called when the document is opened.
|
void |
PdfPageEventHelper.onParagraph(PdfWriter writer,
Document document,
float paragraphPosition)
Called when a Paragraph is written.
|
void |
PdfPageEvent.onParagraph(PdfWriter writer,
Document document,
float paragraphPosition)
Called when a Paragraph is written.
|
void |
PdfPageEventHelper.onParagraphEnd(PdfWriter writer,
Document document,
float paragraphPosition)
Called when a Paragraph is written.
|
void |
PdfPageEvent.onParagraphEnd(PdfWriter writer,
Document document,
float paragraphPosition)
Called when a Paragraph is written.
|
void |
PdfPageEventHelper.onSection(PdfWriter writer,
Document document,
float paragraphPosition,
int depth,
Paragraph title)
Called when a Section is written.
|
void |
PdfPageEvent.onSection(PdfWriter writer,
Document document,
float paragraphPosition,
int depth,
Paragraph title)
Called when a Section is written.
|
void |
PdfPageEventHelper.onSectionEnd(PdfWriter writer,
Document document,
float position)
Called when the end of a Section is reached.
|
void |
PdfPageEvent.onSectionEnd(PdfWriter writer,
Document document,
float paragraphPosition)
Called when the end of a Section is reached.
|
void |
PdfPageEventHelper.onStartPage(PdfWriter writer,
Document document)
Called when a page is initialized.
|
void |
PdfPageEvent.onStartPage(PdfWriter writer,
Document document)
Called when a page is initialized.
|
void |
XfaForm.setXfa(PdfWriter writer)
Sets the XFA key from the instance data.
|
static void |
XfaForm.setXfa(XfaForm form,
PdfReader reader,
PdfWriter writer)
Sets the XFA key from a byte array.
|
protected void |
PdfStream.superToPdf(PdfWriter writer,
OutputStream os) |
void |
PRStream.toPdf(PdfWriter writer,
OutputStream os) |
void |
PRIndirectReference.toPdf(PdfWriter writer,
OutputStream os) |
void |
PdfString.toPdf(PdfWriter writer,
OutputStream os)
Writes the PDF representation of this
PdfString as an array
of byte to the specified OutputStream. |
void |
PdfStream.toPdf(PdfWriter writer,
OutputStream os) |
void |
PdfOutline.toPdf(PdfWriter writer,
OutputStream os)
Returns the PDF representation of this
PdfOutline. |
void |
PdfObject.toPdf(PdfWriter writer,
OutputStream os)
Writes the PDF representation of this
PdfObject as an
array of bytes to the writer. |
void |
PdfLiteral.toPdf(PdfWriter writer,
OutputStream os) |
void |
PdfDictionary.toPdf(PdfWriter writer,
OutputStream os)
Writes the PDF representation of this
PdfDictionary as an
array of byte to the given OutputStream. |
void |
PdfArray.toPdf(PdfWriter writer,
OutputStream os)
Writes the PDF representation of this
PdfArray as an array
of byte to the specified OutputStream. |
| Constructor and Description |
|---|
PdfAcroForm(PdfWriter writer)
Creates new PdfAcroForm
|
PdfAnnotation(PdfWriter writer,
float llx,
float lly,
float urx,
float ury,
PdfAction action)
Constructs a new
PdfAnnotation of subtype link (Action). |
PdfAnnotation(PdfWriter writer,
float llx,
float lly,
float urx,
float ury,
PdfString title,
PdfString content)
Constructs a new
PdfAnnotation of subtype text. |
PdfFormField(PdfWriter writer)
Creates new PdfFormField
|
PdfFormField(PdfWriter writer,
float llx,
float lly,
float urx,
float ury,
PdfAction action)
Constructs a new
PdfAnnotation of subtype link (Action). |
TextField(PdfWriter writer,
Rectangle box,
String fieldName)
Creates a new
TextField. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPageEventForwarder.onChapter(PdfWriter writer,
Document document,
float paragraphPosition,
Paragraph title)
Called when a Chapter is written.
|
void |
PdfPageEventForwarder.onChapterEnd(PdfWriter writer,
Document document,
float position)
Called when the end of a Chapter is reached.
|
void |
PdfPageEventForwarder.onCloseDocument(PdfWriter writer,
Document document)
Called when the document is closed.
|
void |
PdfPageEventForwarder.onEndPage(PdfWriter writer,
Document document)
Called when a page is finished, just before being written to the
document.
|
void |
PdfPageEventForwarder.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
String text)
Called when a
Chunk with a generic tag is written. |
void |
PdfPageEventForwarder.onOpenDocument(PdfWriter writer,
Document document)
Called when the document is opened.
|
void |
PdfPageEventForwarder.onParagraph(PdfWriter writer,
Document document,
float paragraphPosition)
Called when a Paragraph is written.
|
void |
PdfPageEventForwarder.onParagraphEnd(PdfWriter writer,
Document document,
float paragraphPosition)
Called when a Paragraph is written.
|
void |
PdfPageEventForwarder.onSection(PdfWriter writer,
Document document,
float paragraphPosition,
int depth,
Paragraph title)
Called when a Section is written.
|
void |
PdfPageEventForwarder.onSectionEnd(PdfWriter writer,
Document document,
float position)
Called when the end of a Section is reached.
|
void |
PdfPageEventForwarder.onStartPage(PdfWriter writer,
Document document)
Called when a page is initialized.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PdfXConformanceImp.checkPDFXConformance(PdfWriter writer,
int key,
Object obj1)
Business logic that checks if a certain object is in conformance with PDF/X.
|
static PdfAnnotation |
PdfAnnotationsImp.convertAnnotation(PdfWriter writer,
Annotation annot,
Rectangle defaultRect) |
PdfArray |
PdfAnnotationsImp.rotateAnnotations(PdfWriter writer,
Rectangle pageSize) |
| Constructor and Description |
|---|
PdfAnnotationsImp(PdfWriter writer) |
Copyright © 2021. All rights reserved.