Is it possible to output other formats than .docx and .odt with TinyButStrong and OpenTPS plugin
Posted
by
Corum
on Stack Overflow
See other posts from Stack Overflow
or by Corum
Published on 2011-05-20T10:40:59Z
Indexed on
2011/11/20
1:50 UTC
Read the original article
Hit count: 158
I have a module which merge document from database records and .docx
or .odt
document model.
I have to output .docx
, .odt
or .pdf
. For outputing MS and Open format, there is no problem, all work properly.
But what I want to know is, if I can output something (like XML or HTML) which I can use after to build a PDF document?
If I can't, are there any libraries which provide merge document like :
DOCX (or ODT) + database record => PDF
And I don't want use phplivedocx.
© Stack Overflow or respective owner