Uses of Class
com.aowagie.text.pdf.PdfWriter
Packages that use PdfWriter
-
Uses of PdfWriter in com.aowagie.text.pdf
Subclasses of PdfWriter in com.aowagie.text.pdfFields in com.aowagie.text.pdf declared as PdfWriterModifier and TypeFieldDescriptionprotected PdfWriterBaseField.writerprotected PdfWriterPdfAnnotation.writerprotected PdfWriterPdfContentByte.writerThis is the writerprotected PdfWriterPdfOutline.writerMethods in com.aowagie.text.pdf that return PdfWriterModifier and TypeMethodDescriptionstatic PdfWriterPdfWriter.getInstance(Document document, OutputStream os) Use this method to get an instance of thePdfWriter.PdfContentByte.getPdfWriter()Gets thePdfWriterin use by this object.PdfStamper.getWriter()Gets the underlying PdfWriter.Methods in com.aowagie.text.pdf with parameters of type PdfWriterModifier and TypeMethodDescriptionprotected static PdfFormFieldPdfFormField.createButton(PdfWriter writer, int flags) static PdfFormFieldPdfFormField.createCheckBox(PdfWriter writer) protected static PdfFormFieldPdfFormField.createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex) static PdfFormFieldPdfFormField.createCombo(PdfWriter writer, boolean edit, String[][] options, int topIndex) static PdfFormFieldPdfFormField.createCombo(PdfWriter writer, boolean edit, String[] options, int topIndex) static PdfFormFieldPdfFormField.createEmpty(PdfWriter writer) static PdfFormFieldPdfFormField.createList(PdfWriter writer, String[][] options, int topIndex) static PdfFormFieldPdfFormField.createList(PdfWriter writer, String[] options, int topIndex) static PdfFormFieldPdfFormField.createPushButton(PdfWriter writer) static PdfFormFieldPdfFormField.createRadioButton(PdfWriter writer, boolean noToggleToOff) static PdfAnnotationPdfAnnotation.createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Creates a screen PdfAnnotationstatic PdfFormFieldPdfFormField.createSignature(PdfWriter writer) static PdfTemplatePdfTemplate.createTemplate(PdfWriter writer, float width, float height) Creates a new template.static PdfFormFieldPdfFormField.createTextField(PdfWriter writer, boolean multiline, boolean password, int maxLen) static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileExtern(PdfWriter writer, String filePath) Creates a file specification for an external file.protected com.aowagie.text.pdf.PdfReaderInstancePdfReader.getPdfReaderInstance(PdfWriter writer) protected PdfObjectPdfSpotColor.getSpotObject(PdfWriter writer) voidPdfPageEvent.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title) Called when a Chapter is written.voidPdfPageEventHelper.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title) Called when a Chapter is written.voidPdfPageEvent.onChapterEnd(PdfWriter writer, Document document, float paragraphPosition) Called when the end of a Chapter is reached.voidPdfPageEventHelper.onChapterEnd(PdfWriter writer, Document document, float position) Called when the end of a Chapter is reached.voidPdfPageEvent.onCloseDocument(PdfWriter writer, Document document) Called when the document is closed.voidPdfPageEventHelper.onCloseDocument(PdfWriter writer, Document document) Called when the document is closed.voidCalled when a page is finished, just before being written to the document.voidCalled when a page is finished, just before being written to the document.voidPdfPageEvent.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written.voidPdfPageEventHelper.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written.voidPdfPageEvent.onOpenDocument(PdfWriter writer, Document document) Called when the document is opened.voidPdfPageEventHelper.onOpenDocument(PdfWriter writer, Document document) Called when the document is opened.voidPdfPageEvent.onParagraph(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEventHelper.onParagraph(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEvent.onParagraphEnd(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEventHelper.onParagraphEnd(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEvent.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) Called when a Section is written.voidPdfPageEventHelper.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) Called when a Section is written.voidPdfPageEvent.onSectionEnd(PdfWriter writer, Document document, float paragraphPosition) Called when the end of a Section is reached.voidPdfPageEventHelper.onSectionEnd(PdfWriter writer, Document document, float position) Called when the end of a Section is reached.voidPdfPageEvent.onStartPage(PdfWriter writer, Document document) Called when a page is initialized.voidPdfPageEventHelper.onStartPage(PdfWriter writer, Document document) Called when a page is initialized.voidSets the XFA key from the instance data.static voidSets the XFA key from a byte array.protected voidPdfStream.superToPdf(PdfWriter writer, OutputStream os) voidPdfArray.toPdf(PdfWriter writer, OutputStream os) Writes the PDF representation of thisPdfArrayas an array ofbyteto the specifiedOutputStream.voidPdfDictionary.toPdf(PdfWriter writer, OutputStream os) Writes the PDF representation of thisPdfDictionaryas an array ofbyteto the givenOutputStream.voidPdfLiteral.toPdf(PdfWriter writer, OutputStream os) voidPdfObject.toPdf(PdfWriter writer, OutputStream os) Writes the PDF representation of thisPdfObjectas an array ofbytes to the writer.voidPdfOutline.toPdf(PdfWriter writer, OutputStream os) Returns the PDF representation of thisPdfOutline.voidPdfStream.toPdf(PdfWriter writer, OutputStream os) voidPdfString.toPdf(PdfWriter writer, OutputStream os) Writes the PDF representation of thisPdfStringas an array ofbyteto the specifiedOutputStream.voidPRIndirectReference.toPdf(PdfWriter writer, OutputStream os) voidPRStream.toPdf(PdfWriter writer, OutputStream os) Constructors in com.aowagie.text.pdf with parameters of type PdfWriterModifierConstructorDescriptionPdfAcroForm(PdfWriter writer) Creates new PdfAcroFormPdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action) Constructs a newPdfAnnotationof subtype link (Action).PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content) Constructs a newPdfAnnotationof subtype text.protectedPdfFormField(PdfWriter writer) Creates new PdfFormFieldPdfFormField(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action) Constructs a newPdfAnnotationof subtype link (Action).Creates a newTextField. -
Uses of PdfWriter in com.aowagie.text.pdf.events
Methods in com.aowagie.text.pdf.events with parameters of type PdfWriterModifier and TypeMethodDescriptionvoidPdfPageEventForwarder.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title) Called when a Chapter is written.voidPdfPageEventForwarder.onChapterEnd(PdfWriter writer, Document document, float position) Called when the end of a Chapter is reached.voidPdfPageEventForwarder.onCloseDocument(PdfWriter writer, Document document) Called when the document is closed.voidCalled when a page is finished, just before being written to the document.voidPdfPageEventForwarder.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written.voidPdfPageEventForwarder.onOpenDocument(PdfWriter writer, Document document) Called when the document is opened.voidPdfPageEventForwarder.onParagraph(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEventForwarder.onParagraphEnd(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEventForwarder.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) Called when a Section is written.voidPdfPageEventForwarder.onSectionEnd(PdfWriter writer, Document document, float position) Called when the end of a Section is reached.voidPdfPageEventForwarder.onStartPage(PdfWriter writer, Document document) Called when a page is initialized. -
Uses of PdfWriter in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal with parameters of type PdfWriterModifier and TypeMethodDescriptionstatic voidPdfXConformanceImp.checkPDFXConformance(PdfWriter writer, int key, Object obj1) Business logic that checks if a certain object is in conformance with PDF/X.static PdfAnnotationPdfAnnotationsImp.convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect) PdfAnnotationsImp.rotateAnnotations(PdfWriter writer, Rectangle pageSize) Constructors in com.aowagie.text.pdf.internal with parameters of type PdfWriter