|
Scribus
Open source desktop publishing at your fingertips
|
An import filter for Palm Documents (PDB files). PDB documents are simple non-formatted texts in binary forms used mainly for e-books distribution. It's taken from Abiword's PDB import/export plugin http://www.abisource.com I've simplified the importer guts to fit special Scribus needs. More...
#include <pdbim.h>
Public Member Functions | |
| PdbIm (const QString &fname, const QString &enc, gtWriter *w) | |
| Parse and decode the PDB file. More... | |
| void | write () |
| Write data into Scribus text frame. User should specify encoding of the imported text - it's recoded here. | |
An import filter for Palm Documents (PDB files). PDB documents are simple non-formatted texts in binary forms used mainly for e-books distribution. It's taken from Abiword's PDB import/export plugin http://www.abisource.com I've simplified the importer guts to fit special Scribus needs.
| PdbIm::PdbIm | ( | const QString & | fname, |
| const QString & | enc, | ||
| gtWriter * | w | ||
| ) |
Parse and decode the PDB file.
| fname | a file name of the document |
| enc | user selected text encoding. See encoding attr. |
| w | a reference to the gtWriter instance |