Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #3552

Re: PostScript to SVG

From ken <ken@spamcop.net>
Newsgroups comp.lang.postscript
Subject Re: PostScript to SVG
Date 2020-07-06 15:26 +0100
Message-ID <MPG.396d44e27956d98b9898b8@usenet.plus.net> (permalink)
References <80bb8877-f7f9-4c4e-b3ea-c454dab4aa40o@googlegroups.com> <1593895164.bystand@zzo38computer.org>

Show all headers | View raw


In article <1593895164.bystand@zzo38computer.org>, 
news@zzo38computer.org.invalid says...
 
> I first produced PDF output, and then used a program called "pdf2svg",
> although better might be making a SVG output driver for Ghostscript. (I
> think there might be one but doesn't fully work, or something like that.

There *was* an SVG output device and at one time an SVG interpreter, 
both were declared defunct and removed from the source tree on the 9th 
March 2014.

Essentially the problem was that fonts are not well supported in SVG and 
many SVG consumers (at least back then) didn't really support fonts in 
SVG at all.

I expect the device still works so you could probably get the source for 
Ghostscript 9.10, take  the gdevsvg.c file from ghostpdl/devices/vector, 
and then modify the makefile of the current code to build and include 
the device.


> I don't know if it supports pdfmarks, or what device parameters it has.)

The pdfmark PostScript operator is only supported by the pdfwrite 
device.


				Ken

Back to comp.lang.postscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

PostScript to SVG jdaw1 <jdawiseman@gmail.com> - 2020-07-04 05:53 -0700
  Re: PostScript to SVG news@zzo38computer.org.invalid - 2020-07-04 14:07 -0700
    Re: PostScript to SVG ken <ken@spamcop.net> - 2020-07-06 15:26 +0100
      Re: PostScript to SVG news@zzo38computer.org.invalid - 2020-07-06 15:56 -0700
        Re: PostScript to SVG ken <ken@spamcop.net> - 2020-07-07 08:03 +0100
  Re: PostScript to SVG Jean-Francois Moine <moinejf@free.fr> - 2020-07-11 16:36 +0200
  Re: PostScript to SVG jdaw1 <jdawiseman@gmail.com> - 2020-07-12 03:19 -0700
  Re: PostScript to SVG luser droog <luser.droog@gmail.com> - 2020-07-29 00:22 -0700
    Re: PostScript to SVG luser droog <luser.droog@gmail.com> - 2021-08-27 19:47 -0700
      Re: PostScript to SVG jdaw1 <jdawiseman@gmail.com> - 2021-10-10 11:46 -0700

csiph-web