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.pdfModifier and TypeClassDescription(package private) static class(package private) classMake copies of PDF documents.(package private) classclassFields in com.aowagie.text.pdf declared as PdfWriterModifier and TypeFieldDescription(package private) PdfWriterAcroFields.writerprotected PdfWriterBaseField.writerprivate final PdfWriterPdfAcroForm.writerprotected PdfWriterPdfAnnotation.writerprotected PdfWriterPdfContentByte.writerThis is the writerprivate final PdfWriterPdfDocument.PdfCatalog.writerThe writer writing the PDF for which we are creating this catalog object.private PdfWriterPdfDocument.writerThePdfWriter.private PdfWriterPdfFileSpecification.writerprivate final PdfWriterPdfFunction.writerprivate final PdfWriterPdfIndirectObject.writerprotected PdfWriterPdfOutline.writerprivate final PdfWriterPdfPages.writerprivate final PdfWriterPdfReaderInstance.writerprivate final PdfWriterPdfShading.writerprivate final PdfWriterPdfShadingPattern.writerprivate PdfWriterPdfStream.writerprivate final PdfWriterPdfStructureTreeRoot.writerHolds value of property writer.private final PdfWriterPdfWriter.PdfBody.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.BaseField.getWriter()Getter for property writer.(package private) PdfWriterPdfShading.getWriter()PdfStamper.getWriter()Gets the underlying PdfWriter.PdfStructureTreeRoot.getWriter()Gets the writer.Methods in com.aowagie.text.pdf with parameters of type PdfWriterModifier and TypeMethodDescriptionprivate voidPdfDocument.PdfCatalog.addNames(TreeMap localDestinations, HashMap documentLevelJS, HashMap documentFileAttachment, PdfWriter writer) Adds the names of the named destinations to the catalog.(package private) voidAdds aPdfWriterto thePdfDocument.static PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height) Creates a new appearance to be used with form fields.private static PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height, PdfName forcedName) protected 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) private static PdfArraySimpleNamedDestination.createDestinationArray(String value, PdfWriter writer) static PdfFormFieldPdfFormField.createEmpty(PdfWriter writer) private static PdfAnnotationPdfAnnotation.createFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) Creates a file attachment annotationprivate static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight) Creates a link.static PdfFormFieldPdfFormField.createList(PdfWriter writer, String[][] options, int topIndex) static PdfFormFieldPdfFormField.createList(PdfWriter writer, String[] options, int topIndex) private static voidSimpleBookmark.createOutlineAction(PdfDictionary outline, HashMap map, PdfWriter writer, boolean namedAsNames) 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.private static PdfTemplatePdfTemplate.createTemplate(PdfWriter writer, float width, float height, PdfName forcedName) 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.private static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, int compressionLevel) Creates a file specification with the file embedded.private static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, String mimeType, PdfDictionary fileParameter, int compressionLevel) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileExtern(PdfWriter writer, String filePath) Creates a file specification for an external file.(package private) PdfDictionaryPdfPageLabels.getDictionary(PdfWriter writer) Gets the page label dictionary to insert into the document.protected PdfReaderInstancePdfReader.getPdfReaderInstance(PdfWriter writer) (package private) PdfObjectColorDetails.getSpotColor(PdfWriter writer) Gets theSpotColorobject.protected PdfObjectPdfSpotColor.getSpotObject(PdfWriter writer) (package private) static Object[]SimpleBookmark.iterateOutlines(PdfWriter writer, PdfIndirectReference parent, List kids, boolean namedAsNames) (package private) static PdfActionPdfAction.javaScript(String code, PdfWriter writer, boolean unicode) Creates a JavaScript action.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.voidSetter for property writer.voidSets the XFA key from the instance data.static voidSets the XFA key from a byte array.(package private) static PdfShadingPdfShading.simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, Color startColor, Color endColor) private static PdfShadingPdfShading.simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd) private static PdfShadingPdfShading.simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd) protected voidPdfStream.superToPdf(PdfWriter writer, OutputStream os) voidPdfArray.toPdf(PdfWriter writer, OutputStream os) Writes the PDF representation of thisPdfArrayas an array ofbyteto the specifiedOutputStream.(package private) byte[]Returns the PDF representation of thisPdfContentByte-object.voidPdfDashPattern.toPdf(PdfWriter writer, OutputStream os) Returns the PDF representation of thisPdfArray.voidPdfDictionary.toPdf(PdfWriter writer, OutputStream os) Writes the PDF representation of thisPdfDictionaryas an array ofbyteto the givenOutputStream.voidPdfEFStream.toPdf(PdfWriter writer, OutputStream os) 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.voidPdfWriter.PdfTrailer.toPdf(PdfWriter writer, OutputStream os) Returns the PDF representation of thisPdfObject.voidPRIndirectReference.toPdf(PdfWriter writer, OutputStream os) voidPRStream.toPdf(PdfWriter writer, OutputStream os) (package private) static PdfFunctionprivate static PdfShadingPdfShading.type2(PdfWriter writer, Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend) private static PdfShadingPdfShading.type3(PdfWriter writer, Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend) (package private) abstract voidBaseFont.writeFont(PdfWriter writer, PdfIndirectReference ref, Object[] params) Outputs to the writer the font dictionaries and streams.(package private) voidCJKFont.writeFont(PdfWriter writer, PdfIndirectReference ref, Object[] params) (package private) voidDocumentFont.writeFont(PdfWriter writer, PdfIndirectReference ref, Object[] params) Outputs to the writer the font dictionaries and streams.(package private) voidWrites the font definition to the document.(package private) voidTrueTypeFont.writeFont(PdfWriter writer, PdfIndirectReference ref, Object[] params) Outputs to the writer the font dictionaries and streams.(package private) voidTrueTypeFontUnicode.writeFont(PdfWriter writer, PdfIndirectReference ref, Object[] params) Outputs to the writer the font dictionaries and streams.(package private) voidType1Font.writeFont(PdfWriter writer, PdfIndirectReference ref, Object[] params) Outputs to the writer the font dictionaries and streams.static PdfDictionaryWrites a name tree to a PdfWriter.(package private) static PdfDictionaryCreates a number tree.Constructors in com.aowagie.text.pdf with parameters of type PdfWriterModifierConstructorDescription(package private)AcroFields(PdfReader reader, PdfWriter writer) Creates a newTextField.PdfAcroForm(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.(package private)PdfAnnotation(PdfWriter writer, Rectangle rect) (package private)Creates new PdfTemplate(package private)Constructs a newPdfBody.privatePdfCatalog(PdfIndirectReference pages, PdfWriter writer) Constructs aPdfCatalog.(package private)Constructs a newPdfContentByte-object.PdfEFStream(InputStream in, PdfWriter writer) Creates a Stream object using an InputStream and a PdfWriter objectprotectedPdfFormField(PdfWriter writer) Creates new PdfFormFieldPdfFormField(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action) Constructs a newPdfAnnotationof subtype link (Action).privatePdfFunction(PdfWriter writer) Creates new PdfFunction(package private)PdfImportedPage(PdfReaderInstance readerInstance, PdfWriter writer, int pageNumber) privatePdfIndirectObject(int number, int generation, PdfObject object, PdfWriter writer) Constructs aPdfIndirectObject.(package private)PdfIndirectObject(int number, PdfObject object, PdfWriter writer) Constructs aPdfIndirectObject.PdfLayerMembership(PdfWriter writer) Creates a new, empty, membership layer.(package private)PdfOutline(PdfWriter writer) Constructs aPdfOutline.(package private)Constructs aPdfPages-object.(package private)Creates new PdfPattern(package private)PdfPatternPainter(PdfWriter wr, Color defaultColor) (package private)PdfReaderInstance(PdfReader reader, PdfWriter writer) privatePdfShading(PdfWriter writer) Creates new PdfShading(package private)PdfStream(InputStream inputStream, PdfWriter writer) Creates an efficient stream.(package private)PdfStructureTreeRoot(PdfWriter writer) Creates a new instance of PdfStructureTreeRoot(package private)PdfTemplate(PdfWriter wr) Creates new PdfTemplate(package private)PushbuttonField(PdfWriter writer, Rectangle box, String fieldName) Creates a new instance of PushbuttonFieldprivateStampContent(PdfWriter writer, PageResources pageResources) Creates a new instance of StampContentCreates a newTextField.(package private)Type3Glyph(PdfWriter writer, PageResources pageResources, float wx, float llx, float lly, float urx, float ury, boolean colorized) -
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