sungaila / PDFtoImage

A .NET library to render PDF files into images.
https://www.sungaila.de/PDFtoImage/
MIT License
188 stars 24 forks source link

Made PdfDocument public close #93 #94

Closed chrisg32 closed 3 months ago

chrisg32 commented 3 months ago

Simply making PdfDocument public in order to take advantage of its power. Left it in the Internals namespace as to differentiate since it was not intended to be public and (I assume) is subject to change where the PublicAPI namespace implies more stability.

Feel free to reject/modify. I understand the desire to keep the Internals internal but this would open the open of this great library a bit more.

sungaila commented 3 months ago

See https://github.com/sungaila/PDFtoImage/issues/93#issuecomment-2264905557