- Please let me know which product can convert a PDF to PNG. Common sense tells me ‘Aspose.PDF’ , but one of your web pages suggests: ‘Aspose.Words’ . Please let me know.
- Can the product from #1 (above) convert ‘scanned PDF’ to PNG?
- Can the product from #1 (above) convert muti page PDF to one PNG file?
Thanks
-
You are correct that Aspose.PDF is the product designed for converting PDF files to PNG format. Aspose.Words is primarily focused on Word documents and does not handle PDF to image conversions.
-
Yes, Aspose.PDF can convert scanned PDFs to PNG. However, if the scanned PDF consists of images without any text layer, you may need to use Aspose.OCR to extract text from the scanned images before conversion.
-
Aspose.PDF does not support converting a multi-page PDF into a single PNG file directly. Instead, it generates a separate PNG file for each page of the PDF. If you need a single image, you would have to combine the individual PNGs into one image using an image processing library.
For further information, please consult the official documentation for Aspose.PDF and Aspose.OCR.