All Projects → python-fan → Pdf2word

python-fan / Pdf2word

Licence: mit
60行代码实现多线程PDF转Word

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pdf2word

Weasyprint
The awesome document factory
Stars: ✭ 4,689 (+904.07%)
Mutual labels:  pdf, converter
Asciidoctor Pdf
📃 Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
Stars: ✭ 868 (+85.87%)
Mutual labels:  pdf, converter
Cairosvg
Convert your vector images
Stars: ✭ 453 (-3%)
Mutual labels:  pdf, converter
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (-90.36%)
Mutual labels:  pdf, converter
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 (-71.52%)
Mutual labels:  pdf, converter
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (-69.81%)
Mutual labels:  pdf, converter
Mdpdf
Markdown to PDF command line app with support for stylesheets
Stars: ✭ 512 (+9.64%)
Mutual labels:  pdf, converter
Gulp Markdown Pdf
Markdown to PDF
Stars: ✭ 56 (-88.01%)
Mutual labels:  pdf, converter
I7j Pdfhtml
pdfHTML is an iText 7 add-on for Java that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 104 (-77.73%)
Mutual labels:  pdf, converter
Decktape
PDF exporter for HTML presentations
Stars: ✭ 1,847 (+295.5%)
Mutual labels:  pdf, converter
Markdown Pdf
📄 Markdown to PDF converter
Stars: ✭ 2,365 (+406.42%)
Mutual labels:  pdf, converter
Codeconverter
Convert code from C# to VB.NET and vice versa using Roslyn
Stars: ✭ 432 (-7.49%)
Mutual labels:  converter
One File Pdf
A minimalist Go PDF writer in 1982 lines. Draws text, images and shapes. Helps understand the PDF format. Used in production for reports.
Stars: ✭ 429 (-8.14%)
Mutual labels:  pdf
Puppetron
Puppeteer (Headless Chrome Node API)-based rendering solution.
Stars: ✭ 429 (-8.14%)
Mutual labels:  pdf
React Pdf Highlighter
Set of React components for PDF annotation
Stars: ✭ 448 (-4.07%)
Mutual labels:  pdf
Ocrmypdf
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
Stars: ✭ 5,549 (+1088.22%)
Mutual labels:  pdf
Pdfh5
web/h5/移动端PDF预览插件
Stars: ✭ 423 (-9.42%)
Mutual labels:  pdf
Remarshal
Convert between CBOR, JSON, MessagePack, TOML, and YAML
Stars: ✭ 421 (-9.85%)
Mutual labels:  converter
Pdf To Text
Extract text from a pdf
Stars: ✭ 462 (-1.07%)
Mutual labels:  pdf
Rust Skia
Safe Skia Bindings for Rust
Stars: ✭ 450 (-3.64%)
Mutual labels:  pdf

pdf2word

60行代码实现多线程PDF转Word

使用方法

  • clone或下载项目到本地
git clone git@github.com:simpleapples/pdf2word.git
  • 进入项目目录,建立虚拟环境,并安装依赖
cd pdf2word
python3 -m venv venv  
source venv/bin/activate
pip install -r requirements.txt
  • 修改config.cfg文件,指定存放pdf和word文件的文件夹,以及同时工作的进程数
  • 执行python main.py

欢迎Star

Python私房菜

License

采用 MIT 开源许可证

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].