Created attachment 86240 [details] Taken from http://commons.wikimedia.org/wiki/File:Periodic_table_large.svg
When converting the attached SVG to PDF from the command line the text is missing. This is the command I'm using: libreoffice --headless -–invisible --convert-to pdf:writer_pdf_Export When dragging the SVG file to Impress or Draw it seems to import with the text. When Dragging the SVG file to the main LO window, it opens Impress but the text is missing. Thanks
It looks like the .SVG file doesn't contain the drawing, but some kind of SVG/XML code/extension to extract it from Wikipedia inline. Maybe the LibO SVG input filter don't manage such extension, or some resources used by the extension are absent on my system (LibO 4.0.5.2 on Win7) ?
Dominique, this is the actual SVG file http://upload.wikimedia.org/wikipedia/commons/4/4d/Periodic_table_large.svg I don't understand what you mean by SVG/XML code/extension.
Thanks for the new attachment. It's really different than the previous one you provided (attachment 86240 [details]), and now I have some results (LibO 4.0.5.2 on Win7) : - loading into Writer and Impress, re-exporting to PDF : OK (except font replacement which leads to overflows toward the right, mainly for the main title) - LibO DRAW : only the graphics, no text. - No test for the command-line SvgToPdf conversion.
The missing text in case of File > Open is already tracked in bug 32248. I think, that the directly converting to *.pdf has the same reason. Close duplicate to bug 32248?
(In reply to comment #2) > libreoffice --headless --invisible --convert-to pdf:writer_pdf_Export Tested under Ubuntu 10.04 x86_64 with v4.1.3.2. All these commands have the same effect i.e., no text is output: $ soffice --headless --convert-to pdf:"draw_pdf_Export" Periodic_table_large.svg $ soffice --headless --convert-to pdf:"impress_pdf_Export" Periodic_table_large.svg $ soffice --headless --convert-to pdf:"writer_globaldocument_pdf_Export" Periodic_table_large.svg $ soffice --headless --convert-to pdf:"writer_pdf_Export" Periodic_table_large.svg $ soffice --headless --convert-to pdf:"writer_web_pdf_Export" Periodic_table_large.svg That stated, I completely agree with comment #6. This is a duplicate report. It is a bit confusing because the Component is set to Presentation due to this text in comment #2: > When Dragging the SVG file to the main LO window, it opens Impress ... This is a separate issue. Possibly a Windows-specific variation (reverse) of the MacOS one reported in bug 50091.
*** This bug has been marked as a duplicate of bug 32248 ***