PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

PdfReader.Open bug

Open MortenEngellThomsen opened this issue 8 years ago • 3 comments

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

MortenEngellThomsen avatar Nov 01 '17 10:11 MortenEngellThomsen

Same problem, but I am using another PdfSharpCore lib. https://github.com/ststeiger/PdfSharpCore

AndrePScope avatar Nov 10 '17 12:11 AndrePScope

Same problem

elijadar avatar Nov 27 '17 15:11 elijadar

Have the same issue.

EssyTech avatar Apr 05 '18 15:04 EssyTech