Search found 2 matches
- Mon Dec 02, 2013 3:00 am
- Forum: Help with using Inkscape
- Topic: Embedded font to command line PDF export
- Replies: 1
- Views: 2406
Re: Embedded font to command line PDF export
I found a workaround to use TTF fonts in my SVG, and export to PDF with command line. I'm going to explain in 3 steps: 1) I set up new fonts in my Linux environment. As per the Ubuntu documentation , here are the quick steps: Copy the .TTF fonts into the /usr/share/fonts folder. ie: /usr/share/fonts...
- Sun Dec 01, 2013 10:59 am
- Forum: Help with using Inkscape
- Topic: Embedded font to command line PDF export
- Replies: 1
- Views: 2406
Embedded font to command line PDF export
Hi, I would like to export a SVG to PDF using the command line . I want to use embedded SVG fonts, to see beautiful text in the PDF. As explained in the documentation: "Used fonts are subset and embedded". Does someone could write a working example of SVG ? Thanks! Here is the command line...