NullReferenceException in PdfTrailer.cs #85
Labels
enhancement
not repro
As a matter of principle we only investigate non-trivial issues that are replicable (VS solution)
suggestion
Suggestion or feature request
Hi,
I recently had to write a simple Application to merge some PDFs. In most cases PDFSharp worked like a charm but I had one PDF where PDFReader.Open threw a NullReferenceException.
Sadly I can't give you the pdf. But i will try to reproduce the error with other pdfs.
my workaround was:
instead of
i used:
but I'm really not sure if that is a good idea :)
The text was updated successfully, but these errors were encountered: