Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PDF processing library in Erlang

Tags:

pdf

erlang

I am looking for a PDF processing library written in Erlang, but I was unable to find any yet. ErlGuten, the only library I found could only generate PDFs not process them. Anyone aware of such library?

like image 734
hji Avatar asked Jun 17 '09 07:06

hji


3 Answers

I think your best option is to bridge with a 3rd party PDF library. Such as Adobe's own PDF Library SDK or another lesser known vendor.

See; http://www.adobe.com/devnet/pdf/library/

like image 167
apalsson Avatar answered Sep 22 '22 21:09

apalsson


There is an open source library based on webkit: WKHTMLTOPDF
It generates PDF from an HTML template.

And here is small tutorial of how we are using it whith an Erlang backend.

like image 20
Mic Avatar answered Sep 24 '22 21:09

Mic


Maybe Jinterface is the best way.Try to process PDFs with Java.

like image 1
Jack Liu Avatar answered Sep 24 '22 21:09

Jack Liu