https://bugs.documentfoundation.org/show_bug.cgi?id=150886
Bug ID: 150886
Summary: Text in Exported Writer Forms is Hidden
Product: LibreOffice
Version: 7.4.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 182336
--> https://bugs.documentfoundation.org/attachment.cgi?id=182336&action=edit
Document that can reproduce the bug
I started a little project (see
https://gitlab.com/schrieveslaach/nextcloud-open-document-forms) in which I use
the LibreOffice CPP API to generate a PDF document from a ODT document with
form fields.
However, I my project the text is always hidden behind a white rectangle. The
text seems to rendered behind the form outline.
To reproduce the issue: You can git clone the project, use setsdkenv_unix to
set up the LibreOffice SDK and run cargo run (Rust toolchain required) to start
an HTTP server. When you open the URL http://127.0.0.1:8000/, you can enter a
name into the form and submit it. The resulting PDF will contain the entered
name (use ctrl + a to select all text), but it will be invisible.
The same happens, when you export the attached ODT as PDF in LibreOffice
Writer.
--
You are receiving this mail because:
You are the assignee for the bug.