UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
407 stars 137 forks source link

Docx to PDF #28

Open faroca opened 7 years ago

faroca commented 7 years ago

Option: Save as PDF. It's possible?

abatar1 commented 7 years ago

Hello. Unfortunately, OpenXml doesn't support pdf format as far as pdf doesn't know anything about xml. Therefore this task becomes very complex. Nevertheless, there are many .NET libraries that can convert docx to pdf which you can use.