Skip to content

Commit f1e2f70

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent b4f4dbd commit f1e2f70

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

  • content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.load/webloadoptions

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.load/webloadoptions/_index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Options for loading web documents.
3939
| [setSkipExternalResources(boolean skip)](#setSkipExternalResources-boolean-) | \{@inheritDoc\} |
4040
| [getWhitelistedResources()](#getWhitelistedResources--) | \{@inheritDoc\} |
4141
| [setWhitelistedResources(List<String> whiteList)](#setWhitelistedResources-java.util.List-java.lang.String--) | \{@inheritDoc\} |
42+
| [isUsePdf()](#isUsePdf--) | Use pdf for the conversion. |
43+
| [setUsePdf(boolean usePdf)](#setUsePdf-boolean-) | |
4244
### WebLoadOptions() {#WebLoadOptions--}
4345
```
4446
public WebLoadOptions()
@@ -208,3 +210,26 @@ public void setWhitelistedResources(List<String> whiteList)
208210
| --- | --- | --- |
209211
| whiteList | java.util.List<java.lang.String> | |
210212

213+
### isUsePdf() {#isUsePdf--}
214+
```
215+
public boolean isUsePdf()
216+
```
217+
218+
219+
Use pdf for the conversion. Default: false
220+
221+
**Returns:**
222+
boolean
223+
### setUsePdf(boolean usePdf) {#setUsePdf-boolean-}
224+
```
225+
public void setUsePdf(boolean usePdf)
226+
```
227+
228+
229+
230+
231+
**Parameters:**
232+
| Parameter | Type | Description |
233+
| --- | --- | --- |
234+
| usePdf | boolean | |
235+

0 commit comments

Comments
 (0)