Convert multi page pdf to a single png

hi

I would like to know if ASPOSE PDF is able to convert a book in pdf format to a single png image format using C#?

I did refer to this Convert PDF documents using C# API|Aspose.PDF for .NET but the output of many images is not what I needed. Thanks

If it is possible, any code sample in C#?

Thanks.

@sg225551

Thank you for contacting support.

You may achieve these requirements by converting all pages to images and then insert those images on a single page of PDF document as explained in Adding Image Stamp in PDF File. Once such PDF document is generated, create an image of that single page as per your requirments.

We hope this will be helpful. Please feel free to contact us if you need any further assistance.