Uses of Class
br.gov.lexml.pdfa.PDFAttachmentFile
Packages that use PDFAttachmentFile
-
Uses of PDFAttachmentFile in br.gov.lexml.pdfa
Methods in br.gov.lexml.pdfa with parameters of type PDFAttachmentFileModifier and TypeMethodDescriptionPDFA.addAttachment(PDFAttachmentFile file) Add an attachmentprotected static com.itextpdf.text.pdf.PdfFileSpecificationPDFAttachmentHelper.addAttachment(com.itextpdf.text.pdf.PdfWriter writer, PDFAttachmentFile file) Fonte: http://support.itextpdf.com/node/130PDFA.addAttachments(PDFAttachmentFile... files) Add a list of attachmentsMethod parameters in br.gov.lexml.pdfa with type arguments of type PDFAttachmentFileModifier and TypeMethodDescriptionPDFA.addAttachments(List<PDFAttachmentFile> files) Add a list of attachmentsstatic voidPDFAttachmentHelper.addAttachmentsToPDF(InputStream pdfSource, OutputStream dest, List<PDFAttachmentFile> files, com.itextpdf.text.pdf.PdfAConformanceLevel conformanceLevel) Open a PDF, add attachments files to and close it.static List<com.itextpdf.text.pdf.PdfFileSpecification>PDFAttachmentHelper.addAttachmentsToPdfWriter(com.itextpdf.text.pdf.PdfWriter writer, List<PDFAttachmentFile> files) Add attachments files to a PdfWriter