Pdf to image auto android
Pdf to image auto android
Good afternoon, I need a schedule and I think you will be of help. I work with an android app ... Cardioline touch app ... for the realization of electrocardiograms ... this application exports in pdf local, I would need to develop an automatic converter of the pdf to jpg, later to upload them to a web page queblos capture ... would you have any solution ??? You could budget this help for me. I would appreciate it very much. regards
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Pdf to image auto android
If your PDF contains electrocardiograms as raster images, I suggest you extract them with the "pdfimages" utility.
But if they are vector images, you could use ImageMagick that calls Ghostscript to rasterize the pages, or use Ghostscript directly.
But if they are vector images, you could use ImageMagick that calls Ghostscript to rasterize the pages, or use Ghostscript directly.
snibgo's IM pages: im.snibgo.com