New potential user - looking for guidance

Hi Folks,

I’m a PHP developer, looking for a solution for a client. I’m pleased to find Aspose, and it appears that Aspose can do what I want, but I’m a little lost with all the different flavors.

The project is as follows: For each of 200 customers, mail merge 6 different contracts in MS Word, save into PDF files and then combine into a single zip file for electronic delivery to each customer (200 zip files). I have 2 weeks to get this set up, but need to get going in the right direction ASAP.

  1. Is Aspose the right decision?
  2. Is Aspose Cloud the right Aspose product family?
  3. is Aspose Words sufficient, or do I need Total?
  4. How do I get started?
  5. Is this do-able in the timeframe needed, including learning curve.

Thanks

Jonathan

Hi there,


Thanks for your inquiry. You can achieve your requirements using Aspose.Words. Using Aspose.Words you can perform mail merge and save the final document to Pdf. Please read following documentation links for your kind reference.
http://www.aspose.com/docs/display/wordsnet/How+to++Convert+a+Document+to+PDF
http://www.aspose.com/docs/display/wordsnet/Simple+Mail+Merge+Explained
http://www.aspose.com/docs/display/wordsnet/Mail+Merge+with+Regions+Explained
http://www.aspose.com/docs/display/wordsnet/How+to++Execute+Simple+Mail+Merge
http://www.aspose.com/docs/display/wordsnet/How+to++Execute+Mail+Merge+with+Regions

Please read the following article to work with PHP and Aspose.Words.
http://www.aspose.com/docs/display/wordsnet/PHP+and+Aspose.Words+for+.NET

You can configure your PHP to work with COM. Please see http://www.php.net/manual/en/book.com.php for more information. Also please see Using Aspose.Words for .NET via COM Interop. I hope, this helps.