Converting .zip files into PDF using Aspose Java

Hi Good day,

How are you?
Could you pls assist with the conversion issue, with .zip files in ASPOSE java
I have a scenario to convert .zip file, that comes as email attachment and i have to convert the whole email body and attachment into PDF .
Will Aspose will cater for .zip file conversion.
Pls find the attached sample,

Your response will be appreciated,


Kind Regards,
Prasad

Hi Parasad,

You can use Aspose.Email and Aspose.Words for Java to convert emails to PDF . You can also use Aspose.Email to extract attachments from the email message .

As far as converting ZIP file is concerned, I can see only PDF files in the ZIP file so you just need to extract PDF files from ZIP using the code given at http://www.codejava.net/java-se/file-io/programmatically-extract-a-zip-file-using-java

If you want to convert other file types, please share the types of the files you want to convert to PDF. If you want to merge all PDFs and generate a single PDF, you can use Aspose.Pdf for Java to merge PDFs .

Best Regards,