<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
Hello all,<BR>
<BR>
I have created a cups-svg printer driver by modifying the code of cups-pdf to make it use ps2edit as a filter.<BR>
<BR>
Advantages:<BR>
- svg is a standardized vector graphics format. It can be imported natively into Inkscape, or with little loss into OpenOffice Draw<BR>
- the cups-svg driver can be shared to Windows users using Samba, the same way as cups-pdf, allowing windows user to print svg without getting into details of printing to ps file, importing ps into Inkscape etc.<BR>
<BR>
Typically, this allows converting file formats to svg for edit, when a unix/linux editor does not exist.<BR>
<BR>
A typical tough case is converting Autocad DXF. By printing DXF using Autocad's free viewer (Autodesk DWG Trueview) to SVG, small edits can be made to mechanical drawing prior to importing them into a wordprocessor like OO Writer.<BR>
<BR>
The printer driver is only able to print one page at a time, as (AFAIK) the svg file format only allows 1 page.<BR>
<BR>
I am willing to donate the modified code, as I am not a real programmer and have no clue how to create a decent package. In the ideal case I would hope that the code or similar code would go into the cups-pdf driver as installation goes in exactly the same way. Actually it would be great is cups-pdf would be made more configurable, so no modification of the code would be necessary.<BR>
<BR>
How do I proceed from here?<BR>
<BR>
Regards<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
---<BR>
<BR>
Ferry Toth<BR>
Exalon Delft BV<BR>
Radex Innovation Center<BR>
Delft<BR>
The Netherlands
</TD>
</TR>
</TABLE>
</BODY>
</HTML>