PdfSharpCore
PdfSharpCore copied to clipboard
PdfReader.Open bug
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) hover opening it with a filestream gives Unable to cast object of type 'PdfSharpCore.Pdf.PdfInteger' to type 'System.IConvertible'.
I really would like to write on a template pdf :)
Same problem, but I am using another PdfSharpCore lib. https://github.com/ststeiger/PdfSharpCore
Same problem
Have the same issue.