Hello,
I need to build a PDF document programmatically from scratch using Aspose. I couldn't understand why there are two separate APIs within Aspose to create a PDF document. I went through some documentation explaining differences, but I am unable to make a decision.
I was able to create a document using both Aspose.Pdf and Aspose.Pdf.Generator APIs and succeeded too. But the latter took about 100ms and former took 1100ms.
- Which one do you suggest for brand new development?
- Which API is meant for backward compatibility / legacy applications?
- Which DOM API is preferred between this and this?
Your response is appreciated.
Regards
Anil