Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / pdf2svg / pkg-descr
1 Under Linux there aren't many freely available vector graphics editors and
2 as far as I know there are none that can edit EPS (encapsulated postscript)
3 and PDF (portable document format) files. I produce lots of these files in
4 my day-to-day work and I would like to be able to edit them. The best vector
5 graphics editor I have found so far is Inkscape but it only reads SVG
6 files... (Note: the upcoming v0.46 should be able to read PDFs!)
7
8 To overcome this problem I have written a very small utility to convert PDF
9 files to SVG files using Poppler and Cairo. Version 0.2.1 is available here
10 (with modifications by Matthew Flaschen and Ed Grace). This appears to work
11 on any PDF document that Poppler can read (try them in XPDF or Evince since
12 they both use Poppler).
13
14 So now it is possible to easily edit PDF documents with your favourite SVG
15 editor! One other alternative would be to use pstoedit but the commercial
16 SVG module costs (unsurprisingly!) and the free SVG module is not very good
17 at handling text...
18
19 WWW: http://www.cityinthesky.co.uk/pdf2svg.html