DESCR 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. pstoedit translates PostScript and PDF graphics into other vector
  2. formats. Currently pstoedit can generate the following major formats:
  3. - built-in:
  4. * Flattened PostScript (with or without Bezier curves) (.fps)
  5. * Simplified PostScript with curves (.spsc)
  6. * .gs (any device that GhostScript provides)
  7. * AI (Adobe Illustrator) (based on ps2ai.ps - not a real pstoedit
  8. driver - see manual)
  9. - via the libp2edrvstd.so module (not available on static platforms):
  10. * Asymptote (.asy)
  11. * DXF - CAD exchange format
  12. * gnuplot
  13. * gschem
  14. * HPGL
  15. * Idraw (in fact a special form of EPS that idraw can read)
  16. * Java 1 or Java 2 applet
  17. * Kontour (.kil)
  18. * LaTeX2e picture (.tex)
  19. * LWO - LightWave 3D
  20. * Mathematica Graphics (.mma)
  21. * MetaPost (.mp) format for usage with TeX/LaTeX
  22. * OpenOffice metafile (.svm)
  23. * PCB
  24. * PDF - Adobe's Portable Document Format
  25. * PIC format for troff/groff
  26. * RIB - RenderMan
  27. * RPL - Real3D
  28. * Skencil/Sketch (.sk)
  29. * Tcl/Tk
  30. * Tgif .obj format (for tgif version >= 3)
  31. * XFig (.fig)