-
PDF blocks are currently not supported.
-
- PHP Version: 8.1.13
- PDFParser Version: 2.5.0
### Description:
In my pdf file, there are strings with the character Đ, for example: "Địa chỉ". The characters 'ị' 'a' 'c' 'h' 'ỉ' are en…
-
The output of pdfparser is a string that is 1 long line of text. There are no line endings (CR, LF, \r, \n, etc.) even when there are clear line terminations in the PDF
-
- PHP Version: latest
- PDFParser Version: v2.5.0
### Description:
I am getting large spaces in between the word and also large spaces within the words. Please help me to fix it
Demo output …
-
Hi,
I've got folder on the server with several pdf files (all of them using the same template). I've been trying hard to figure out how I could parse all of them in one run by PDF Parser, but PDF P…
-
I am getting an exception when trying to parse PDF
Exception
Missing catalog.
```
return $pages;
} elseif (isset($this->dictionary['Page'])) {
// Search for 'page' (unordered pages).
$pages = $thi…
-
Hello, I use this code.
`
def pdfread(fp):
parser = PDFParser(fp)
doc = PDFDocument()
parser.set_document(doc)
doc.set_parser(parser)
doc.initialize('')
rsrcmgr = P…
-
How can i achieve output like the demo shows here: http://www.pdfparser.org/demo
I want to read in new line. which demo shows. Can i get the demo code or demo source to achieve this.
Awaiting fo…
-
Node version: `v0.10.25`
When attempting to run `npm start` after running `npm install`:
``` bash
/var/www/filescan/controllers/FileService.js:2
let PDFParser = require("pdf2json"),
^^^
Erro…
-
I am new to the project and would like to be able to stamp all the pages of a PDF with some text.
I was following some of the C++ examples that use ModifyPDF.
I expected the MediaBox to be the exten…