Aspose from PHP

Hi

I have website developed usingApahe/ PHP/Mysql. I would like to use Aspose product range to generate my reports in Pdf, Excel and Word. How can I integrate aspose with PHP?

Please could you direct me to some documentation on this. We do have a corporate license for the product.

Thanks


This message was posted using Page2Forum from Aspose.Pdf for .NET

Hi

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for your interest in Aspose products. Please see the following link to learn how to utilize Aspose.Words in other programming languages:

http://www.aspose.com/documentation/.net-components/aspose.words-for-.net-and-java/utilize-aspose-words-in-other-programming-languages.html

Hope this helps.

Best regards.

Hi,

Please see the following document links to learn how to use Aspose.Cells for .NET and Java in other programming languages for Excel spreadsheets:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/utilize-aspose-cells-in-other-programming-languages.html
http://www.aspose.com/documentation/java-components/aspose.cells-for-java/utilize-aspose-cells-in-other-programming-languages.html

Thank you.

Hi Rajalakshmi,

Please see the details on using Aspose.Pdf.Kit for .NET in other programming languages at the following URL:
http://www.aspose.com/documentation/.net-components/aspose.pdf.kit-for-.net/utilize-aspose-pdf-kit-for-net-in-other-programming-languages.html

In order to see the details on using Aspose.Pdf.Kit for .NET in PHP, please visit the following link:
http://www.aspose.com/documentation/.net-components/aspose.pdf.kit-for-.net/php-via-com-interop.html

Regards,

Hi Shahzad,

Thanks for the links. That was useful but still I am unable to get going with aspose.pdf from php. I have installed the evalauation copy. Is there anything special to include in order to even instantiate the COM object for aspose.pdf.pdf. I have problems at this stage itself.

Thanks

Raji

Hi Rajalakshmi,

I had shared the links relating to Aspose.Pdf.Kit for .NET. However, it looks like you want to use Aspose.Pdf for .NET via PHP as well. A representative from the Aspose.Pdf team would be able to help you out shortly.

We’re sorry for the inconvenience and looking forward to help you out.
Regards,

Hi Shahzad,

Thanks. Yes I would like to use aspose.pdf from PHP. In future we may also be using it for Excel, Word etc.

My web application is designed such that it can be installed on any laptop and used as a standalone application. I find the features of aspose.pdf very powerful for my application and hence considering on using it.

I have managed to find out how to integrate it with PHP. My question now is how do I distribute it with my application especially since it needs to be registered in the system registry.

Look forward to hearing from you.

Thanks
Raji

Hi Rajalakshmi,

If you want to deploy a .NET application, you simply need to bundle the Aspose.Pdf.dll with your application; however, if you want to deploy it as a COM component, you need to register the assembly using Regasm.exe (Assembly Registration Tool).

I hope this helps. If you have any further questions, please do let us know.
Regards,