Skip to content

Commit 452e282

Browse files
committed
Updated README.md for guidance about running the examples
1 parent 95b6643 commit 452e282

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Aspose.HTML for Java
2-
[Aspose.HTML for Java](https://products.aspose.com/html/java) is a Java component built to allow developers to programmatically create and manipulate HTML documents, whether simple or complex and on the fly. Aspose.HTML for Java allows developers to Insert, Remove, Replace HTML nodes, extract CSS style information, Navigate through HTML document either by NodeIterator, TreeWalker that are provided by Traversal Specifications, XPath or CSS selector queries. It also offers the scripting which allows to manipulate HTML DOM via JavaScript. As well as HTML, this API also provides the capabilities to load EPUB and MHTML.
2+
[Aspose.HTML for Java](https://products.aspose.com/html/java) is a Java component built to allow developers to programmatically create and manipulate [HTML](https://wiki.fileformat.com/web/html/) documents, whether simple or complex and on the fly. Aspose.HTML for Java allows developers to Insert, Remove, Replace HTML nodes, extract CSS style information, Navigate through HTML document either by NodeIterator, TreeWalker that are provided by Traversal Specifications, XPath or CSS selector queries. It also offers the scripting which allows to manipulate HTML DOM via JavaScript. As well as HTML, this API also provides the capabilities to load EPUB and MHTML.
33

44
This repository contains [Examples](Examples) for [Aspose.HTML for Java](https://products.aspose.com/html/java) to help you learn and write your own applications.
55

@@ -14,6 +14,18 @@ Directory | Description
1414
--------- | -----------
1515
[Examples](Examples) | A collection of Java examples that help you learn and explore the API features
1616

17+
## How to Run the Examples
18+
19+
+ You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
20+
+ Extract the contents of the ZIP file to any folder on your computer. All the examples are located in the Examples folder.
21+
+ You can run/execute these examples with any IDE of your choice.
22+
+ Open the project in your selected IDE.
23+
+ Open the example file that you want to run.
24+
+ Run the file in your IDE (method may vary depending on the IDE you use).
25+
+ The resources folder in the Examples/src folder contains input files used in the examples. It is mandatory that you download this folder along with the examples project.
26+
27+
Please find more details on how to run the examples [here](https://docs.aspose.com/display/htmljava/How+to+Run+the+Examples).
28+
1729
## Resources
1830

1931
+ **Website:** [www.aspose.com](https://www.aspose.com)

0 commit comments

Comments
 (0)