Skip to content
Advertisement

Convert Base64 into PDF without converting it into an Image in JAVA

I’ve done converting PNG to PDF using itext. How can i convert BASE64 into a PDF File, how can i achieve this.

JavaScript

Thank you

Advertisement

Answer

You can add b64 image to pdf like this:

JavaScript
Advertisement