DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.37k stars 599 forks source link

PDF To Image Conversation #1596

Open mikes02 opened 5 months ago

mikes02 commented 5 months ago

I have searched multiple places and haven't found a solution. Can dart_pdf read in a pdf and convert it to an image? Based on snippets of what I found, it may be possible with 'pdf_crypto'. I am specifically looking to do it in dart, not in flutter. Is this possible? Can you provide an example before I move forward with pdf_crypto?

DavBfr commented 5 months ago

No it's not possible with pure dart. Even with pdf_crypto.

Krunal96369 commented 4 months ago

Hey @mikes02, Have you found a way to achieve that?

mikes02 commented 4 months ago

@Krunal96369 no, I have not.