Posted 3 June 2020, 11:11 am EST
Really two part question…
I’m drawing directly into a PDF from C# and it is working good except for a call to DrawImage. It throws an exception saying “Pdf document is closed: call Clear() to start a new one before adding any content.”
This is the same document that I have been writing to and continue writing in. I call Clear() before writing anything into it. So message appears to be incorrect.
I cant get past the writing of an image (logo) into my pdf so I tried to find a way to write an SVG image. Any suggestions?