Skip to content

Commit c0f4a21

Browse files
Docs update
1 parent 818dcbe commit c0f4a21

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

Docs/content/comparison/java/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ keywords:
88
productName: GroupDocs.Comparison for Java
99
hideChildren: True
1010
---
11-
{{< alert style="info" >}}Welcome to the GroupDocs.Comparison for JavaIt is a Difference Checker and Documents Merging API. Supported are all industry standard document formats: PDF, OpenDocument, HTML, Microsoft Word, Excel, PowerPoint and Text files. It compares both Content and Styles of the documents. Supported with out-of-box ‘Track Changes’ functionality producing a summary file listing the source files with the changes made.{{< /alert >}}
11+
{{< alert style="info" >}}
12+
![](comparison/java/images/home.png) **Welcome to the GroupDocs.Comparison for Java**
13+
It is a Difference Checker and Documents Merging API. Supported are all industry standard document formats: PDF, OpenDocument, HTML, Microsoft Word, Excel, PowerPoint and Text files. It compares both Content and Styles of the documents. Supported with out-of-box ‘Track Changes’ functionality producing a summary file listing the source files with the changes made.
14+
{{< /alert >}}
1215

1316
## GroupDocs.Comparison for Java Resources
14-
1517
Following are the links to some useful resources you may need to accomplish your tasks.
16-
1718
* [GroupDocs.Comparison for Java Online Documentation]({{< ref "comparison/java" >}})
1819
* [GroupDocs.Comparison for Java Features]({{< ref "comparison/java/getting-started/features-overview.md" >}})
1920
* [GroupDocs.Comparison for Java Limitations]({{< ref "comparison/java/getting-started/evaluation-limitations-and-licensing-of-groupdocs.comparison.md" >}})

Docs/content/comparison/java/developer-guide/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ keywords:
88
productName: GroupDocs.Comparison for Java
99
hideChildren: False
1010
---
11-
{{< alert style="info" >}}This section describes some basic and advanced use cases of GroupDocs.Comparison for Java. Please refer to GitHub repository for more examples and samples.{{< /alert >}}
11+
{{< alert style="info" >}}
12+
This section describes some basic and advanced use cases of **[GroupDocs.Comparison for Java](https://products.groupdocs.com/comparison/java)**. Please refer to [GitHub repository](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java) for more examples and samples.
13+
{{< /alert >}}

Docs/content/comparison/java/developer-guide/advanced-usage/generate-document-pages-preview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ The following are the steps to generate document preview with GroupDocs.Compari
2323
* page numbers to process;
2424
* custom size of preview images (if needed). 
2525

26-
{{< alert style="info" >}}Stream that were created by CreatePageStream callback will be disposed automatically once after generation of preview image. If you need to implement custom image preview stream disposing you have to pass additional argument ReleasePageStream to clean up resources.{{< /alert >}}
26+
{{< alert style="info" >}}
27+
Stream that were created by [CreatePageStream](https://apireference.groupdocs.com/comparison/java/com.groupdocs.comparison.common.delegates/Delegates_CreatePageStream) callback will be disposed automatically once after generation of preview image. If you need to implement custom image preview stream disposing you have to pass additional argument [ReleasePageStream](https://apireference.groupdocs.com/comparison/java/com.groupdocs.comparison.common.delegates/Delegates_ReleasePageStream) to clean up resources.
28+
{{< /alert >}}
2729

2830
* Call [generatePreview](https://apireference.groupdocs.com/comparison/java/com.groupdocs.comparison/Document#generatePreview(com.groupdocs.comparison.options.PreviewOptions)) method of [Source](https://apireference.groupdocs.com/comparison/java/com.groupdocs.comparison/Comparer#getSource()) and [Targets](https://apireference.groupdocs.com/comparison/java/com.groupdocs.comparison/Comparer#getTargets()) document and pass [PreviewOptions](https://apireference.groupdocs.com/comparison/java/com.groupdocs.comparison.options/PreviewOptions) to it. 
2931

4.89 KB
Loading

0 commit comments

Comments
 (0)