sungaila / PDFtoImage

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

Document and example missing. #26

Closed Adi-18 closed 1 year ago

Adi-18 commented 1 year ago

Document and example missing (VB.NET, C#). I.e.:

slaners commented 1 year ago

Do you understand how to use it? I tried to use it, but it reminded me “The type initializer for 'PDFtoImage.PdfiumViewer.NativeMethods' threw an exception.”

my code FileStream fSm = new(filePath, FileMode.Open); var imgObj = PDFtoImage.Conversion.ToImages(fSm);

sungaila commented 1 year ago

Hi @slaners,

could you please add the full stack trace and which OS you tried this on?

slaners commented 1 year ago

Hi @slaners,

could you please add the full stack trace and which OS you tried this on?

I'm sorry, I've been busy recently, I recreated a project to prevent other incompatibilities, I used the previous code, and now it works fine.

sungaila commented 1 year ago

@slaners Glad to hear that! Please reopen this issue if you encounter another problem.