Skip to content

Commit 72b5d36

Browse files
committed
Updated text and code part for Convert to Image with advanced options documentation
1 parent d18d503 commit 72b5d36

4 files changed

Lines changed: 81 additions & 49 deletions

File tree

484 KB
Loading

java/developer-guide/advanced-usage/converting/conversion-options-by-document-family/convert-to-html-with-advanced-options.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: Convert to HTML, Convert HTML
88
productName: GroupDocs.Conversion for Java
99
hideChildren: False
1010
---
11-
To convert documents to HTML with advanced options using **GroupDocs.Conversion for Java**, you can utilize the [WebConvertOptions](https://reference.groupdocs.com/conversion/java/com.groupdocs.conversion.options.convert/webconvertoptions/) class. This class provides various properties to customize the HTML output according to your requirements:
11+
To convert documents to HTML with advanced options using [GroupDocs.Conversion for Java](https://products.groupdocs.com/conversion/java/), you can utilize the [WebConvertOptions](https://reference.groupdocs.com/conversion/java/com.groupdocs.conversion.options.convert/webconvertoptions/) class. This class provides various properties to customize the HTML output according to your requirements:
1212
| Option | Description |
1313
|--------|-------------|
1414
|[**setUsePdf()**](https://reference.groupdocs.com/conversion/java/com.groupdocs.conversion.options.convert/webconvertoptions/#setUsePdf-boolean-) | If `true`, the input firstly is converted to PDF and after that to desired format. |
@@ -27,7 +27,6 @@ import com.groupdocs.conversion.examples.Constants;
2727
import com.groupdocs.conversion.options.convert.WebConvertOptions;
2828
import com.groupdocs.conversion.options.load.WordProcessingLoadOptions;
2929

30-
3130
/**
3231
* This example demonstrates how to convert password-protected document to HTML and specifying pages to be converted
3332
*/

0 commit comments

Comments
 (0)