Hi,
I have a PDF file with images of high DPI (like 2000dpi images). How could I convert the given PDF to PDF with low resolution images (say 200dpi images)?
I dont want to extract the images from the given PDF file. If I extract it, I dont know where to put them again.
Your help will be greatly appreciated.
Thanks
Hello Balaji,
I am afraid there no direct method of converting PDF with high DPI images into PDF with low DPI images. As a workaround you can convert the pages of existing PDF file into images using Aspose.Pdf.Kit and then convert and PDF file using those images with the help of Aspose.Pdf.
For converting PDF file into images use PdfConverter class of Aspose.Pdf.Kit. You may even set the resolution of the resultant images using Resolution property of PdfConverter class.
To see the sample code snippet for converting PDF to images, please check the following link.
You may even watch the following video tutorial for converting PDF file into Images Convert PDF document into Images using PdfConverter
Please visit the following link for information on How to Convert an Image to PDF.