feat: export tagged pdf by default (#10915)
This commit is contained in:
parent
0eaa19d5e7
commit
7c3629b72a
|
|
@ -319,6 +319,7 @@ const DEFAULT_ARGS = [
|
|||
'--use-mock-keychain',
|
||||
// See https://chromium-review.googlesource.com/c/chromium/src/+/2436773
|
||||
'--no-service-autorun',
|
||||
'--export-tagged-pdf'
|
||||
];
|
||||
|
||||
async function urlToWSEndpoint(progress: Progress, endpointURL: string) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue