https://bugs.documentfoundation.org/show_bug.cgi?id=96289
--- Comment #10 from Julien Nabet <[email protected]> --- I noticed these: 7280 > <item oor:path="/org.openoffice.Office.Common/Filter/PDF/Export"> 7281 > <prop oor:name="ViewPDFAfterExport" oor:op="fuse"> 7282 > <value>true</value> 7283 > </prop> 7284 > </item> 7285 > <item oor:path="/org.openoffice.Office.Common/Filter/PDF/Export"> 7286 > <prop oor:name="SelectPdfVersion" oor:op="fuse"> 7287 > <value>1</value> 7288 > </prop> 7289 > </item> 7290 > <item oor:path="/org.openoffice.Office.Common/Filter/PDF/Export"> 7291 > <prop oor:name="IsAddStream" oor:op="fuse"> 7292 > <value>false</value> 7293 > </prop> 7294 > </item> 7295 > <item oor:path="/org.openoffice.Office.Common/Filter/PDF/Export"> 7296 > <prop oor:name="ExportNotes" oor:op="fuse"> 7297 > <value>false</value> 7298 > </prop> 7299 > </item> 7300 > <item oor:path="/org.openoffice.Office.Common/Filter/PDF/Export"> 7301 > <prop oor:name="MaxImageResolution" oor:op="fuse"> 7302 > <value>150</value> 7303 > </prop> 7304 > </item> these options are present in options of PDF export. IsAddStream corresponds to "Hybrid PDF (embed ODF file)" MaxImageResolution corresponds to value of "Reduce image resolution" SelectPdfVersion with value 1 corresponds to "Archive PDF/A-1a (ISO 19005-1)" So, you may use your old file and change some values until you find the one which triggers the problem. To be sure it's one of these and not something else, try to uncheck "Hybrid PDF (embed ODF file)" + "Archive PDF/A-1a (ISO 19005-1)", "export Notes" and "View PDF". -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
