Hello World in PHP

Aspose.Words - Hello World

To Write anything in the Word Document using Aspose.Words for Java in Php, simply invoke writeIn method of DocumenBuilder class.

Php Code

 $builderBoject = new Java("com.aspose.words.DocumentBuilder",$documentObject);

 // Write a new paragraph in the document with the text "Hello World!"
 $builderBoject->writeln("Hello World!");

Download Running Code

Download Hello World (Aspose.Words) from any of the below mentioned social coding sites: