Can I convert my PDFs to JPEG/TIFF/GIF using ABCpdf?
I have never heard about it, I always convert my PDF files using the help of the converter from https://www.coolutils.com/TotalPDFConverter It works great in all cases for me, and I can totally recommend it. You will definitely find it useful for you as well
Yes – see the Doc.Rendering property as detailed in the documentation. You need an ABCpdf Professional License for PDF rendering. Simply write code like this (this is ASP but the .NET code would be very similar):Set doc = CreateObject(“ABCpdf6.Doc”) doc.Read “c:\myfile.pdf” doc.PageNumber = 2 doc.Rendering.Save “c:\mypreview.