
On Mon, 04 Apr 2005 11:34:21 +0200, Lars Behrens wrote:
What data path, using free (linux) tools, would you suggest for the best conversion and import? I didn't see any EPS import features in the current inkscape CVS. Are there other vector formats that would be better suited? Thanks.
With sketch installed, eps and ps import should work in inkscape. Cheerz Lars
Interesting. Just to make sure I have your drift, You're recommending I install skencil http://www.nongnu.org/skencil/index.html then use skencil to import the vector pdf as eps. Finally I should use skencil to save the imported map as SVG, which can be opened by inkscape.
Did I get that recommendation right, or does inkscape actually use skencil importers if you build it with skencil installed?
BTW, xpdf's command pdftops would be used to generate the initial EPS. Do you have any recommendations on postscript options that would be best for the EPS generation? Thanks.
$ pdftops --help pdftops version 3.00
-level1 : generate Level 1 PostScript -level1sep : generate Level 1 separable PostScript -level2 : generate Level 2 PostScript -level2sep : generate Level 2 separable PostScript -level3 : generate Level 3 PostScript -level3sep : generate Level 3 separable PostScript -eps : generate Encapsulated PostScript (EPS) -form : generate a PostScript form -noembt1 : don't embed Type 1 fonts -noembtt : don't embed TrueType fonts -noembcidps : don't embed CID PostScript fonts -noembcidtt : don't embed CID TrueType fonts -paper <string> : paper size (letter, legal, A4, A3, match) -paperw <int> : paper width, in points -paperh <int> : paper height, in points