-
```
var result = new List();
foreach (var file in directoryInfo.GetFiles("*.pdf"))
{
var text = "";
using (PdfDocument document = PdfDocument.Open(…
-
# Reporting an Issue Here
## Expected Behavior
PDF opens without error
## Actual Behavior
Exception:
```
System.InvalidOperationException: Stream cannot be read. Please send us the PDF fil…
-
I will just describe the problem I'm facing rather then trying to come up with solutions myself.
I need to merge or split blocks of text whether they belong together or do not belong together. Eg a…
-
When opening specific documents I get an exception:
`{"Value cannot be null. (Parameter 'value')"}`
Unfortunately, these documents come from an external source, and all of them have this issue. As…
-
I built a project that includes the following source code in the Windows .NET 7.0 environment.
```
using (PdfDocument doc = PdfDocument.Open(bytes))
{
IEnumerable pages = doc.GetPages()…
-
![image](https://user-images.githubusercontent.com/18002706/211986117-cd1080fb-4351-42b2-9eda-141e8b5101bd.png)
`PdfTextRemover.RemoveText(filePath).Save("notext.pdf")`
[input file](https://1drv…
-
![image](https://user-images.githubusercontent.com/9813857/220829536-27405cd6-a5ba-47bb-af3e-efd446f19af3.png)
![image](https://user-images.githubusercontent.com/9813857/220829557-da35f26a-cb90-4663-…
-
This is the enhancement request. The filter DCT (Discrete Cosine Transform) is not supported, and as a result, some embedded JPG pictures cannot be extracted.
-
When the parser is trying to recognize a stream as a cross reference stream, without guarantee of success, it can happen that the code throws an exception, when encounteing a filter where the Decode m…
-
### Context / Scenario
In service mode (using a queue), when trying to import a corrupted document (i.e., invalid PDF file), decoder will throw an exception, but then the message will be put again in…