Here is some example code that converts PDFs (all pages) to JPG, and uploads to s3 for good measure! Brilliant !
https://github.com/catherinelu/evangelist/blob/master/server.go On Monday, 16 May 2016 22:37:28 UTC-7, Bogdan Bursuc wrote: > > Ghostscript is the way to go on this: is the fastest I know, and I've used > it. All others are using ghostscript AFAIK. > http://www.ghostscript.com/Documentation.html > > On Mon, May 16, 2016 at 11:10 PM waTR <[email protected] <javascript:>> > wrote: > >> ImageMagick is looking like the way to go. However, there is also this: >> https://github.com/yob/pdfreader >> >> >> >> On Monday, 16 May 2016 11:11:50 UTC-7, waTR wrote: >>> >>> We are building a set of RESTful services, which all are based on taking >>> a PDF and transforming it into an image. Is there any code out there >>> showing an example of what mix of libraries to use to do this. It would be >>> a set of blue prints in PDF that would need to be converted to a high >>> resolution image or SVG. The blueprints consist of lines and text only. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "golang-nuts" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- > Thanks, > Bogdan I. Bursuc > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
