Clone repository with examples git clone https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java.git
Navigate to the examples folder cd ./GroupDocs.Conversion-for-Java/Examples/
Resolve dependencies and build the examples with the mvn compile command.
Run the examples with the mvn exec:java command.
To check what examples are available open ./src/main/java/com/groupdocs/conversion/examples/RunExamples.java file using your favorite text editor. Uncomment examples that you want to run and type mvn compile exec:java to start them.
Run examples using Eclipse IDE
To run the examples using Eclipse IDE import the project to get started with it:
Go to the File menu and click Open Projects from File System...
Open the Examples folder.
Open the RunExamples.java file and uncomment the examples you want to run.
Go to the Run menu and click Run.
The following screenshot shows the Examples project opened in Eclipse IDE.
Contribute
If you like to add or improve an example, we encourage you to contribute to the project. All examples in this repository are open source and can be freely used in your own applications.
To contribute, you can fork the repository, edit the source code, and create a pull request. We will review the changes and include them in the repository if found helpful.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.