File tree Expand file tree Collapse file tree
english/java/com.groupdocs.conversion.options.load/webloadoptions Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
4446public 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+
You can’t perform that action at this time.
0 commit comments