-
- open https://www.epri.com/research/programs/062333/results/3002026852
- download https://restservice.epri.com/publicdownload/000000003002026852/0/Product
- save `3002026852_Common Information Mode…
-
Hi!
I've found `IndexError` when pdf file is relatively large. Necessary information is provided below.
## Environment
Which environment were you using when you encountered the problem?
``…
-
I am experiencing an issue while integrating `@fileforge/pdfreader` into my React project. After following the documentation and installing the package, I encountered a Webpack compilation error relat…
-
Hi, I'm trying to import scribe using react but to no avail.
Tried doing it with a clean install, from scratch:
npx create-react-app my-app
then in my-app folder:
npm i scribe.js-ocr
wh…
-
import { PdfReader } from 'pdfreader';
import { Rule } from 'pdfreader/Rule';
const processItem = Rule.makeItemProcessor([
Rule.on(/а/)
.extractRegexpValues()
.then((item) => consol…
-
I need to combine som documents but PdfReader.Open fails to open/import pdf document that is working fine in Adobe and Bluebeam.
PdfDocument = PdfReader.Open(path, PdfDocumentOpenMode.Import);
S…
-
There is a report of bugs found by some [univercity students](https://github.com/ZanderHuang) .
Some might apply to OpenPDF as well. At least it is worth checking out. Another possibility would be to…
-
Tried to open a pdf document (template) to write on, however, by giving it the string path, it returns null - testpdf returns 0.
Using a filestream, testpdf gives 15 (version 1.5 of pdf, I assume) …
-
# Reporting an Issue Here
## Expected Behavior
PDFSharp supports async API
## Actual Behavior
PDFSharp does not support async API
## Example
`PdfReader.Open` vs `PdfReader.OpenAsync`
`P…
-
> I agree with @alexaryn in that responsibility of closing a stream should rest purely on the caller of `PdfWriter`, and not `PdfWriter` itself. Calling `pdf_writer.close()` or using the context manag…