[Libreoffice-bugs] [Bug 50879] form exported as pdf does not embed all required fonts
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 28 19:11:01 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=50879
--- Comment #36 from pubpedro at laposte.net ---
(In reply to Gellért Gyuris from comment #35)
> Workaround... add this script to exported PDF as a top-level document
> JavaScript:
>
> function updateFields() {
> for ( var fieldNumber = 0; fieldNumber < this.numFields; fieldNumber++) {
> getField(getNthFieldName(fieldNumber)).textFont = font.Helv;
> }
> }
Hello,
Where do I put this code ? in LO ? in a new module ?
Thanks.
--
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/20190828/299d6ffc/attachment.html>
More information about the Libreoffice-bugs
mailing list