How to export graphics2d To PDF using PDFCLown library

227 Views Asked by At

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.

1

There are 1 best solutions below

2
On BEST ANSWER

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