Description: PDF export as PDF form of a document that contains form controls does not embed the fonts used in the form controls for user input. Since these fonts will be needed when filling in the form, it seems to me that they should be embedded but not subsetted, since one doesn't know what the user will type in the PDF form. Steps to Reproduce: Create a document with form controls Export as PDF, check the "Create PDF form" checkbox, with "submit format" to PDF. Actual Results: Fonts used in the form input fields are not embedded. Expected Results: Fonts used in the form input fields should be embedded. Reproducible: Always User Profile Reset: No Additional Info: Version: 6.1.5.2 Build ID: 1:6.1.5-3+deb10u4 CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: gtk3; Locale: en-GB (en_GB.utf8); Calc: group threaded
Created attachment 154386 [details] example odt file
Created attachment 154387 [details] exported PDF file Note the output of pdffonts: $ pdffonts fdo127717.pdf name type encoding emb sub uni object ID ------------------------------------ ----------------- ---------------- --- --- --- --------- BAAAAA+LiberationSerif TrueType WinAnsi yes yes yes 11 0 Carlito TrueType WinAnsi no no no 13 0 "LiberationSerif", used in the document text is embedded and subsetted. But "Carlito", used for the text box (user input in the PDF form) is not embedded.
Created attachment 154388 [details] PDF export options
*** This bug has been marked as a duplicate of bug 50879 ***