Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations.
Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows:
GroupDocsJavaAPIGroupDocs Java APIhttps://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations.
Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows:
<repositories> <repository> <id>GroupDocsJavaAPI</id> <name>GroupDocs Java API</name> <url>https://releases.groupdocs.com/java/repo/</url> </repository> </repositories> Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom.
Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML.
From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML.
From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix.
GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications.
The page describes how to add image annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add image annotation to a document using GroupDocs.Annotation for .NET.
The page describes how to add dropdown component to a document using GroupDocs.Annotation for .NET....The page describes how to add dropdown component to a document using GroupDocs.Annotation for .NET.
The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for .NET.
The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET.
The page describes how to add button component to a document using GroupDocs.Annotation for Java....The page describes how to add button component to a document using GroupDocs.Annotation for Java.
Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image:
Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image:
Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported.