We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Looking for solution to extract content from a PDF file (using console tool or a library).
It will be used on server to produce on-line e-books from uploaded PDF files.
Need to extract following things:
- text with fonts and styles;
- images;
- audio and video;
- links and hotspots.
- page snapshots and thumbnails;
- general PDF information, e.g. book layouts, number of pages etc.
Looking at Adobe PDF Library ($5000 though), BCL SDK (?), PDFLib (€795), QuickPDF ($250)
Now we are using open source pdf2xml (extracts text, images and links) and GhostScript (snapshots and thumbnails). The other things left are:
- fonts;
- multimedia;
- hotspots;
- page info.
We are hesitating between paying a lot of money (and possibly make mistake choosing wrong solution) or use free/open source solutions.
Which BEST solution to extract nearly everything from PDF would you recommend?
Any comments will be much appreciated.