Search code examples
graphics2dpdfclown

How to export graphics2d To PDF using PDFCLown library


I am new to pdfClown. I have a Graphics2D data from my JAVA JCanvas i need to export this graphics2d data to PDF. How can i do that by using pdfclown? Please Help me.


Solution

  • At the moment, PDF Clown provides no adapters to translate Graphics2D calls into PDF: AFAIK, iText supports that.