Dpi and compression

Hi,


Hopefully these are simple questions…

I make PDFs (via aspose.words) for an external company and they asked my what dpi is used when creating the PDFs and what compression is used when generating the PDFs? I don’t know what the default settings are.

All I do is create a word file then use the line below to create a PDF

doc.Save(finalStream, Aspose.Words.SaveFormat.Pdf);




Hi Matthew,

Default resolution is 220 PPI and default compression is Auto. You can use PdfSaveOptions.DownsampleOptions and PdfSaveOptions.ImageCompression to set resolution and compression type respectively.

Best Regards,