Xpdf is an open-source PDF viewer for the X Window System and Motif.
0
votes
1answer
46 views
How to identify which clip paths apply to a path or fill in PDF vector graphics?
I am trying to extract vector graphics from a PDF file and create corresponding SVG files. I am using SVGOutputDev (https://github.com/immateriel/pdf2svg/blob/master/SVGOutputDev.cc) with xpdf ...
0
votes
0answers
28 views
Need sample code to extract SVG clip paths using xpdf library [closed]
I am using xpdf library, in particular a slightly modified version of SVGOutputDev.cc from pdf2svg (https://github.com/immateriel/pdf2svg/blob/master/SVGOutputDev.cc), to extract vector graphics as ...
-1
votes
1answer
99 views
How to identify and extract vector graphics from PDF using xpdf library? [closed]
Does anyone have a sample code demonstrating how to extract vector graphics objects (such as those representing charts and flow diagrams) from a PDF using XPDF library? There doesn't seem to be any ...
0
votes
0answers
87 views
Installing xPDF online to a Webserver
I want to use XPDF (http://foolabs.com/xpdf/download.html) to parse text from PDF. I 've used the Win VErsion so far but i am forced to migrate my script on an online server.
Can anyone tell me ...
0
votes
0answers
50 views
how to change default key bindings in xpdf?
I'd like to change some default key bindings in xpdf to meet my demands, for examle, I prefer binding "gg" to "gotoPage(1)", while the default hotkey is "ctrl-home", and, binding "=" instead of the ...
1
vote
0answers
141 views
parsing pdf content stream to understand paragraph boundary
Is there a way to parse the pdf content stream and identify paragraph boundary? I read ISO 32000-1:2008 but could not understand if, the pdf content stream contains any operator which tells a display ...
0
votes
1answer
155 views
Can pdfbox extract vector images?
As per my understanding,
1. .eps format images are vector images.
2. When we draw something in word (like a flowchart) that is stored
as a vector image.
I am almost sure about the first, not ...
0
votes
1answer
130 views
why from scanned documents, text can be extracted, but not image
I asked a similar question before, in stackoverflow. I wanted to ask another related question, so I am rephrasing the original question again.
I was using PDFBox to extract image and text from a ...
0
votes
0answers
125 views
pdftotext on Centos 6 64bit?
I have a HostGator VPS server, and want to be able to run pdftotext, part of xpdf (http://www.foolabs.com/xpdf/download.html).
After testing this out on my Mac, it worked fine, so I went to ...
2
votes
4answers
271 views
How to extract images from a PDF in their original format
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
votes
1answer
202 views
XPDF pdftotext and page number handling
Using perl to utilize pdftotext for the purpose of extracting text from a pdf. Works great. My issue is that the pdf's I am reading are multi-page and I am looking for data on specific lines at the ...
1
vote
2answers
225 views
PHP Explode with an Unicode character as separator
XPDFs pdftotext converts pdf to text and outputs it at command line level. If needed it inserts PageBreaks between the pages as specified in TextOutputDev.cc:
eopLen = uMap->mapUnicode(0x0c, eop, ...
1
vote
3answers
745 views
shell_exec() not executing pdftotext command
I installed the required library and its working in terminal but not in my php file.
My code is :
$mypdf = shell_exec('/usr/local/bin/pdftotext test.pdf test.txt');
echo $mypdf;
If I execute this ...
3
votes
2answers
853 views
Cropping PDF using BoundingBox/CropBox in Postscript
I would like to know what the actual difference between BoundingBox and CropBox in a Postscript file is. I want to crop a PDF file and display only the cropped part of it as another PDF file. I ...
1
vote
0answers
57 views
xpdf vietnamese characters [closed]
I am using the command line xpdf tool and I am trying to 'read' some pdfs which contains vietnamese texts. My problem is whatever setting I am trying, I'm getting a wrong output. All pdfs are opened ...
0
votes
0answers
169 views
Why this error in converting pdf to text using Xpdfbin?
I tried to convert a pdf file to text using xpdfbin.
I got this error.
`pdftotext /tmp/report10548.pdf`
pdftotext: /lib64/libc.so.6: version `GLIBC_2.11' not found (required by pdftotext)
what may ...
0
votes
1answer
82 views
İs there a method to read pdf or doc document in wordpress?
I want to read pdf or doc document's text content in wordpress plugin. I downloaded xpdf and i used it to get content. But in wordpress plugin or theme i can't get the content.
$filename = "try.pdf";
...
1
vote
1answer
332 views
Getting the RIGHT word count of a PDF file
The response in this topic helped me understand why sometimes my
PDF fails to find a word and why I keep getting different word counts when using
different PDF word count programs. I decided to use ...
0
votes
3answers
2k views
how to extract texts from PDFs using xpdf?
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 code :
...
1
vote
2answers
511 views
BASH script to check PDF's are ocr'd
Don't know where to start on this really
I have a linux server with over 8000 PDf's and need to know which PDF's have been ocr'd and which one's haven't.
Was thinking some sort of script calling ...
2
votes
1answer
477 views
how to get specified text pos through xpdf or mupdf?
I want to extract some specified text in pdf files and the text position.
I know xpdf and mupdf can parse pdf files,so i think they may help me to fulfill this task.
But how to use these two lib to ...
0
votes
1answer
355 views
Converting pdf to text
I need to create a C# or C++ (MFC) application that converts pdf files to txt. I need not only to convert, but remove headers, footers, some garbage characters on the left margin etc. Thus the ...
1
vote
1answer
1k views
is MuPdf library faster than xpdf/poppler at rendering images from pdf pages?
Is MuPdf library faster at rendering images from pdf pages than xpdf/poppler? They say it is high-performance.
1
vote
1answer
210 views
Scan for secured pdf documents
I've currently run into the need to find which pdfs within a directory are "Secured Documents".
All of the pdfs should be unsecured, and convertible via xpdf, however, this is not the case. How could ...
0
votes
1answer
216 views
process the data of an image like pdf or something else using pdfcreator
hay all.
maybe you guys can help me in my project.
im using pdfcreator as a virtual printer to print to a file some images.
can be pdf can be any type of image. but i need to extract data from it.
...
3
votes
3answers
1k views
Fastest PDF->text library for .NET project
I'm trying to create an application which will be basically a catalogue of my PDF collection. We are talking about 15-20GBs containing tens of thousands of PDFs. I am also planning to include a ...
0
votes
1answer
1k views
How can I install xpdf on a Godaddy Linux shared hosting server?
I'm having trouble determining if it's possible, based on the amount of access I have to my Godaddy server, to install XPDF. Could someone shed some light on this?
Here's the link to XPDF.
And here ...
10
votes
3answers
2k views
Extract TOC of PDF?
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 ...
3
votes
3answers
2k views
Editing PDF with XPDF (or with something else)
I would like to ask if it is possible to edit PDF files using the xpdf library and if yes how? I guess this is possible but i could not find any tutorial nor documentation for xpdf so i have realy no ...