1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
gPDFText 0.1.0 "import/export"
=============================
* Add import from text file and export to PDF
of the selected size.
* Use asynchronous writes for PDF and text.
* save PDF files as background task.
* adds dependencies on cairo and pango for PDF
creation.
gPDFText 0.0.2 "undo/redo"
==========================
* Add undo/redo support using trash stacks.
* New Czech and Swedish translation of the Manual, new
Swedish and Italian translations of program messages.
gPDFText 0.0.1 ("getting started")
=================================
* Features:
- Uses poppler-glib to read in text content from PDF
files.
: Remove line wrapping and restore original
paragraphs.
: Rejoin words separated by hyphens.
: Saves text as simple ASCII content.
- Simple GTK+ interface with instant-apply GConf
preferences.
- Selectable editor font.
- GtkSpell support.
- Uses GtkBuilder support in latest GTK+.
- Minimal dependencies, small binary.
- gPDFText Manual via yelp.
- German and Russian translations of program
output and the gPDFText Manual.
* Future additions:
- The plan is to enable gPDFText to also save the
modified text as a new PDF file as well as saving
as a normal ASCII text file.
- Other ebook formats might be supportable, depending
on whether there is free software support for
reading the format in the first place.
|