Printing from command line fails "Error: ttftool: Incomplete TTF file"
Bug #87806 reported by
Stefano Rivera
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| abiword (Debian) |
Fix Released
|
Unknown
|
|||
| abiword (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Binary package hint: abiword
$ abiword --print output.ps input.doc
Error: ttftool: Incomplete TTF file
And while it produces a PS file, it contains only this snippet of postscript (attached), no content.
From the GUI, it works fine, but I want to script *->PDF conversions...
$ uname -a
Linux liszt 2.6.20-8-generic #2 SMP Tue Feb 13 01:14:41 UTC 2007 x86_64 GNU/Linux
$ dpkg -l abiword
ii abiword 2.4.6-1.1ubuntu2 WYSIWYG word processor based on GTK2
Seems related to http://
| Changed in abiword: | |
| status: | Unknown → Unconfirmed |
| Changed in abiword: | |
| status: | New → Fix Released |
To post a comment you must log in.

Workaround:
abiword --to "output.pdf" input.doc
does work.