[Libreoffice-bugs] [Bug 39667] Enable accessible/tagged PDF export options by default
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Oct 14 18:07:26 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=39667
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |s.mehrbrodt at gmail.com,
| |thb at libreoffice.org
Keywords|needsDevEval |difficultyBeginner,
| |easyHack, skillDesign,
| |topicUI
--- Comment #16 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
(In reply to Alex ARNAUD from comment #15)
> @Heiko: Do you know who is aware on how to change a default settings in
> LibreOffice? I assume it's trivial for someone aware of this.
The checkbox is on filter/uiconfig/ui/pdfgeneralpage.ui. It is set by const
bool bIsPDFA = (pParent->mnPDFTypeSelection>=1) && (pParent->mnPDFTypeSelection
<= 3); in filter/source/pdf/impdialog.cxx, which is defined in
filter/source/pdf/pdfexport.hxx. The value is read in impdialog.cxx as
mnPDFTypeSelection = maConfigItem.ReadInt32( "SelectPdfVersion", 0 ); and this
configuration is defined in
https://opengrok.libreoffice.org/xref/core/officecfg/registry/schema/org/openoffice/Office/Common.xcs?r=a927e096#5389
as 0. Just set it to one of the other values.
Samuel, Thorsten: What is a sane/save default for this?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201014/a9b24ba8/attachment.htm>
More information about the Libreoffice-bugs
mailing list