PoetryOffice / Write

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

Export to Portable Document Format files #11

Open richienyhus opened 8 years ago

richienyhus commented 8 years ago

Export Portable Document Format (.pdf) files.

We could use: https://github.com/jgresula/jagpdf Unfortunately jagpdf is unmaintained, but it is MIT & C++ .

https://github.com/qpdf/qpdf qpdf allows merging, analysis and limited editing of PDF files. Artistic & C++

https://github.com/libharu/libharu libharu is written in C and is under the BSD

https://github.com/loint/pdf-converter Python & MIT

https://github.com/mstamy2/PyPDF2 Python & BSD

https://bitbucket.org/rptlab/reportlab Python & BSD

https://github.com/pmaupin/pdfrw Python & MIT/BSD

https://github.com/kelvin0/PyXML2PDF Python & BSD

https://sourceforge.net/projects/podofo/ C++ & LGPL

Paradoxianer commented 8 years ago

Maybe first use pdf printer ...