Task
|
PyOpenOffice
Instance
|
Command Line
Interface
|
Serial Letter or Report - Save
as one File |
newfile =
tool.makeSerialLetters(templatefile,replace_listofdicts,one_file=1)
|
not
implemented yet
|
Serial Letter or Report - Save
as many Files
|
tool.makeSerialLetters(templatefile,replace_listofdicts,one_file=0) |
not
implemented yet
|
Replace Pictures - Save as new
SXW file
|
newfile =
tool.replacePictures(templatefile,list_of_picture_files)
|
not
implemented yet
|
Plain Text Extract - Save as PDF
|
tool.makePlainText(filenameOrList_of_filenames,
plain_text_output=0)
|
not
implemented yet
|
Plain Text Extract - Save as
cp1252-Plain-Text
|
tool.makePlainText(filenameOrList_of_filenames,
plain_text_output=1) |
not
implemented yet
|
Transform SXW to PDF
|
list_of_outfiles =
tool.makeSafePdf(filenameOrList_of_filenames)
|
python pyopenoffice.py filename
|
Serial Letter or Report - Save
as PDF
|
use
first tool.makeSerialLetters(...), then tool.makeSafePdf(...)
|
not
implemented yet
|