Flying Saucer iText PDF Renderer: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==References== {| | valign="top" | * [https://stackoverflow.com/questions/50411588/ Flying Saucer » Images are not Rendered in PDF] * [https://stackoverflow.com/questions/114...") |
No edit summary |
||
Line 1: | Line 1: | ||
<source lang="xml"> | |||
<dependency> | |||
<groupId>org.xhtmlrenderer</groupId> | |||
<artifactId>flying-saucer-pdf</artifactId> | |||
<version>9.1.15</version> | |||
</dependency> | |||
</source> | |||
==References== | ==References== | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://stackoverflow.com/questions/54491570/ Flying Saucer » ITextRenderer Supporting Base64 Images] | |||
* [https://kb.itextpdf.com/home/it7kb/ebooks/itext-7-converting-html-to-pdf-with-pdfhtml/chapter-7-frequently-asked-questions-about-pdfhtml/can-pdfhtml-render-base64-images-to-pdf Flying Saucer » PDF HTML render Base64 images to PDF] | |||
* [https://stackoverflow.com/questions/71044046/ Flying Saucer » Convert ITextRenderer to base64] | |||
* [https://stackoverflow.com/questions/50411588/ Flying Saucer » Images are not Rendered in PDF] | * [https://stackoverflow.com/questions/50411588/ Flying Saucer » Images are not Rendered in PDF] | ||
* [https://stackoverflow.com/questions/11477065/ Flying Saucer » Render Images to PDF] | * [https://stackoverflow.com/questions/11477065/ Flying Saucer » Render Images to PDF] |
Latest revision as of 01:56, 3 October 2022
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-pdf</artifactId>
<version>9.1.15</version>
</dependency>
References
| ||