Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combines with asciidoc and docbook2odf/xhtml2odt to create PDF or Word (.doc) files #188

Closed
roozgar opened this issue Feb 23, 2014 · 3 comments
Labels

Comments

@roozgar
Copy link

roozgar commented Feb 23, 2014

in Features list here
http://dag.wiee.rs/home-made/unoconv/#features
there is a way to create doc file

is any one worked with this?
i cant find any document regarding this tools

thank you

@dagwieers
Copy link
Member

Nowadays I use asciidoc-odf to convert to ODF using my own templates. And then you can use unoconv to go from ODF to PDF, DOC, ...

@roozgar
Copy link
Author

roozgar commented Feb 23, 2014

please explain a bit more!
converting from html to odf then odf to doc?!?
how about included images and shapes!? what do you do for them1?

can you send me a sample code?!

On 2/23/14, Dag Wieers [email protected] wrote:

Nowadays I use asciidoc-odf to convert to ODF using my own templates. And
then you can use unoconv to go from ODF to PDF, DOC, ...


Reply to this email directly or view it on GitHub:
#188 (comment)

@dagwieers
Copy link
Member

What I do is:

AsciiDoc --> FODT --> DOC

Using the following tools:

Using this:

asciidoc -b odt mydocument.asciidoc
unoconv -f doc -o mydocument.doc mydocument.fodt
unoconv -f pdf -o mydocument.pdf mydocument.fodt 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants