PoetryOffice / Write

A word processor for the Haiku operating system
MIT License
3 stars 0 forks source link

Implement a way to export PostScript files #4

Open richienyhus opened 8 years ago

richienyhus commented 8 years ago

We will need to implement a way to export PostScript (.ps) files.

Although there are a couple of C++ tools, they are unfortunately under the AGPL.

richienyhus commented 8 years ago

These libs might help a little:

Graphical: https://github.com/arcshock/CPS Text: https://github.com/luser-dr00g/xpost https://sourceforge.net/projects/pyx/

https://github.com/litcave/neatpost C & BSD

Paradoxianer commented 8 years ago

Ist this a double of #3?

richienyhus commented 8 years ago

@Paradoxianer I divided up the import/decode and export/encode enhancements.

For #3, we really only need to extract the raw text from the file, as things like formatting would require us to write a plugin for this very complicated file format or use a tool that under a licence that is completely incompatible with this project.