xpdf Questions
1
I'm using pdftoppm to extract pages from a pdf file, so I can later convert the resulting pbm files into multi-page tiffs with ImageMagick. I've got it to work using the following code:
os.system('...
Seaver asked 9/6, 2014 at 19:53
6
Solved
I'm using pdfimages -j bar.pdf /tmp/image to extract images from a PDF. My objective is to get them in their raw state as they were added. So If it was a .tif I'd like to get a .tif, if it's a jpg ...
0
I'm using "pdftotext -bbox file.pdf" to convert a pdf file into HTML.
Here's a sample line from the output:
<word xMin="351.852025" yMin="42.548936" xMax="365.689478"
yMax="47.681498">foo&l...
Elegit asked 6/5, 2018 at 11:23
4
Solved
I am extracting a pdf into images / swf and text with the help of SWFTools and XPDF.. I am running these in a PDF script.
But now I am trying to go one step further and try to get the TOC from the...
2
Image extraction with pdfimages and mupdf/mutool works fine so far.
Images in PDFs produced with FreePDF are always sliced, so one image results in multiple image files.
Is there a trick to avoid...
Deck asked 19/1, 2015 at 11:13
3
Solved
I have many PDFs in a folder. I want to extract the text from these PDFs using xpdf. For example :
example1.pdf extract to example1.txt
example2.pdf extract to example2.txt
etc..
here is my cod...
1
Solved
Is MuPdf library faster at rendering images from pdf pages than xpdf/poppler? They say it is high-performance.
Nebulous asked 6/9, 2011 at 15:58
1
© 2022 - 2024 — McMap. All rights reserved.