Difference between Aspose.pdf- Aspose.pdf.facades

Hi,

In Aspose.pdf there are actually 3 major namespace to deal with pdf documents.

Aspose.pdf
Aspose.pdf.Generator
Aspose.pdf.facades

As far as i know 1st and 3rd are used for extracting information from pdf and 2nd one is used to generate pdf document. Correct me if i am wrong. If so why two different approach to extract content. I am not able to understand which one to use in what scenario? Also is there any way i can extract header information using any of them?

Thanks,
Mehul

Hi Mehul,

All the feature of Aspose.Pdf.kit can be found under Aspose.Pdf.Facades namespace in the merged application. You may also check the following links for details regarding migrating from old versions to Aspose.Pdf for .NET v6.x.

http://www.aspose.com/documentation/.net-components/aspose.pdf-for-.net/migration-from-aspose-pdf-kit-to-aspose-pdf-6-x.html

http://www.aspose.com/documentation/.net-components/aspose.pdf-for-.net/changes-required-when-migrating-from-aspose-pdf-kit.html

Please feel free to contact support in case you need any further assistance.

Thanks & Regards,

Hi Rashid,

Thanks for the reply.