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'.
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 :)