Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
What is this page about?
This page explains how to run a Hello World example in PHP.
Hello World Example
PHP Code
$dataDir = '.';
$doc = new \COM("Aspose.Words.Document");
$builder = new \COM("Aspose.Words.DocumentBuilder");
$builder->Document = $doc;
$builder->Write("Hello world!");
$doc->Save($dataDir . "/HelloWorld Out.docx");
Download HelloWorld Example (Aspose.Words) from any of the below mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.