https://bugs.documentfoundation.org/show_bug.cgi?id=50879

--- Comment #36 from pubpe...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to