You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets download from to download each entry (file) in parallel (default None).<br />(URLs MUST return a Content-Disposition header with a filename parameter.).<br />
7
+
Sets download from to download each entry (file) in parallel (URLs MUST return a Content-Disposition header with a filename parameter.).<br />
@@ -30,13 +30,16 @@ The HTML file to convert into PDF.
30
30
31
31
### cookies(array $cookies)
32
32
### downloadFrom(array $downloadFrom)
33
-
Sets download from to download each entry (file) in parallel (default None).<br />(URLs MUST return a Content-Disposition header with a filename parameter.).<br />
33
+
Sets download from to download each entry (file) in parallel (URLs MUST return a Content-Disposition header with a filename parameter.).<br />
Return a 409 Conflict response if the HTTP status code from at least one resource is not acceptable.<br />(default None). (overrides any previous configuration).<br />
60
+
Return a 409 Conflict response if the HTTP status code from at least one resource is not acceptable. (overrides any previous configuration).<br />
Define whether to print the entire content in one single page.<br /><br />If the singlePage form field is set to true, it automatically overrides the values from the paperHeight and nativePageRanges form fields.
Specify whether to put extracted pages into a single file or as many files as there are page ranges. Only works with pages mode. (default false).
198
+
Specify whether to put extracted pages into a single file or as many files as there are page ranges. Only works with pages mode. (default false).<br />
Sets the JavaScript expression to wait before converting an HTML<br />document to PDF until it returns true. (default None).<br /><br />For instance: "window.status === 'ready'".<br />
218
+
Sets the JavaScript expression to wait before converting an HTMLdocument to PDF until it returns true.<br /><br />For instance: "window.status === 'ready'".<br />
Copy file name to clipboardExpand all lines: docs/pdf/builders_api/LibreOfficePdfBuilder.md
+49-9Lines changed: 49 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,10 @@ Specify whether form fields are exported as widgets or only their fixed print re
25
25
Specify whether to update the indexes before conversion, keeping in mind that doing so might result in missing links in the final PDF.
26
26
27
27
### downloadFrom(array $downloadFrom)
28
-
Sets download from to download each entry (file) in parallel (default None).<br />(URLs MUST return a Content-Disposition header with a filename parameter.).<br />
28
+
Sets download from to download each entry (file) in parallel (URLs MUST return a Content-Disposition header with a filename parameter.).<br />
Specify whether to put extracted pages into a single file or as many files as there are page ranges. Only works with pages mode. (default false).
130
+
Specify whether to put extracted pages into a single file or as many files as there are page ranges. Only works with pages mode. (default false).<br />
0 commit comments