# doc_to_pdf **Repository Path**: large_face/doc_to_pdf ## Basic Information - **Project Name**: doc_to_pdf - **Description**: No description available - **Primary Language**: C# - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Convert Doc{x,} and more to PDF This program uses the LibreOffice binary directly since there is has not official API for .NET apps. ## Setting it all up * Linux: install the libreoffice package and make sure the /usr/bin/soffice binary exist. * Windows: Just use it as it is. Don't forget to update LibreOffice once in a while: just install the .msi file to the Windows directory. ## Compiling main.cs: ```sh mcs main.cs -out:Test.exe ```