Open snpz opened 1 year ago
Hi.
I believe I found a llittle bug: When creating a document from scratch using the stream-constructor the _version field isn't set to 14 as in the other ctors. (PdfReader fails to open these)
public PdfDocument(Stream outputStream) { //PdfDocument.Gob.AttatchDocument(Handle); _creation = DateTime.Now; _state = DocumentState.Created; Initialize(); Info.CreationDate = _creation; _outStream = outputStream; }
If you need more info or something just let me know. Thanks for working on this project!
Hi.
I believe I found a llittle bug: When creating a document from scratch using the stream-constructor the _version field isn't set to 14 as in the other ctors. (PdfReader fails to open these)
If you need more info or something just let me know. Thanks for working on this project!