All Projects → yws179 → Word2pdf Tools

yws179 / Word2pdf Tools

📝通过LibreOffice / WPS / Microsoft Office / 第三方库 实现多种word转pdf格式的方案

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Word2pdf Tools

Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+14457.32%)
Mutual labels:  libreoffice, docx, pdf
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (+7337.8%)
Mutual labels:  libreoffice, docx, pdf
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+3890.24%)
Mutual labels:  docx, pdf, libreoffice
Pdf
Simple http microservice that converts Word documents to PDF
Stars: ✭ 107 (+30.49%)
Mutual labels:  libreoffice, pdf
Plagiarism Checker
A utility to check if a document's contents are plagiarised
Stars: ✭ 149 (+81.71%)
Mutual labels:  docx, pdf
P2.
📄 p2. - Simple and secure PDF to PNG server.
Stars: ✭ 191 (+132.93%)
Mutual labels:  docx, pdf
opentbs
With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
Stars: ✭ 48 (-41.46%)
Mutual labels:  libreoffice, docx
workable-converter
基于libreoffice实现的文档转换项目,无框架依赖,即插即用
Stars: ✭ 74 (-9.76%)
Mutual labels:  libreoffice, docx
Serverless Libreoffice
Run LibreOffice in AWS Lambda to create PDFs & convert documents
Stars: ✭ 410 (+400%)
Mutual labels:  libreoffice, pdf
Phpword
A pure PHP library for reading and writing word processing documents
Stars: ✭ 6,017 (+7237.8%)
Mutual labels:  docx, pdf
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+3482.93%)
Mutual labels:  pdf, docx
Docconv
Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text
Stars: ✭ 735 (+796.34%)
Mutual labels:  docx, pdf
Net Core Docx Html To Pdf Converter
.NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF
Stars: ✭ 133 (+62.2%)
Mutual labels:  docx, pdf
Markdownslides
MarkdownSlides is a Reveal.js and PDF slides generator from MARKDOWN files, that also generate HTML, EPUB and DOCX documents. The idea is that from a same MARKDOWN file we can get slides and books without worrying about style, just worrying about content.
Stars: ✭ 121 (+47.56%)
Mutual labels:  docx, pdf
Officeproducer
Produce doc/docx/pdf format from doc/docx template
Stars: ✭ 95 (+15.85%)
Mutual labels:  docx, pdf
Academic Pandoc Template
Write beautiful academic texts with the distraction-free Pandoc Markdown and typademic.
Stars: ✭ 60 (-26.83%)
Mutual labels:  docx, pdf
Documentreader
This library reads word documents (.doc and .docx), txt and PDF files, and gives the output content of the document as a String.
Stars: ✭ 57 (-30.49%)
Mutual labels:  docx, pdf
Superfileview
基于腾讯浏览服务Tbs,使用X5Webkit内核,实现文件的展示功能,支持多种文件格式
Stars: ✭ 1,115 (+1259.76%)
Mutual labels:  docx, pdf
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (-9.76%)
Mutual labels:  pdf
Cheatsheets
JavaScript and Node.js cheatsheets
Stars: ✭ 1,191 (+1352.44%)
Mutual labels:  pdf

WORD2PDF DEMO

原本项目中使用了Microsoft Office来进行docx文件转换为pdf文件,但由于Microsoft Office是一款收费软件,且收费方式还是以人头计算的,在产品开发使用中存在版权问题。所以近日就收集网上的一些方案,并加以优化整合到了这个demo项目,进行对比,替换掉原本的方案。
author : Felix Yan (严伟森)

方案一: Aspose库

Aspose库是一款处理office文档都非常方便的库,支持多种语言,收费,支持免费试用(会在开头有红色版权标注)

方案二: 使用LibreOffice免费办公软件自带的soffice工具

LibreOffice自带的soffice工具支持以命令的方式进行文件类型转换,所以本例子通过java执行命令来调用soffice完成word到pdf的转换

方案三:使用LibreOffice官网Api文档的方式(通过UNO)

方案四: 使用Jacob库(待实现)(仅支持windows)

此方法可通过调用 Microsoft Office / WPS 来实现转换

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].