An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
Is there a way to include arbitrary files as attachment? In IText, this could by done using com.lowagie.text.pdf.PdfFileSpecification.fileEmbedded. Does anyone know if this can be done with PDFBOX as well?
Is there a way to include arbitrary files as attachment? In IText, this could by done using
com.lowagie.text.pdf.PdfFileSpecification.fileEmbedded
. Does anyone know if this can be done with PDFBOX as well?