Convert word to pdf file from remote server

Can i use your word.java component to convert to word file at a remote server to pdf format and save pdf file to remote server also ?

And do you have a sample code working with PHP ?

Hi there,

Thanks for your inquiry. Please check the following links about using Aspose.Words Java for PHP and examples.

Aspose.Words Java For PHP
Programming With Documents in PHP
Aspose.Words Java for PHP Examples

Regarding your query about loading and saving document from/to remote server, you can load a document into the Aspose.Words’ DOM in the form of stream or by passing complete file path to document’s constructor. Once document is loaded into Aspose.Words’ DOM, you can save it to Pdf using Document.save method. Please check the Document’s constructors from here:

Document’s class members

Can I convert Word => PDF => HTML5 with image and css embed in one HTML file ?

Hi there,

Thanks for your inquiry. Please use Aspose.Words to convert Word to Pdf and Aspose.Pdf to convert Pdf to Html5. Please check following documentation links.

Aspose.Pdf Java for PHP
Working with Document Conversion in PHP