Skip to content

Commit

Permalink
PDF to Word v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlings committed Oct 5, 2024
1 parent b3fb1e8 commit 3fc3fea
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ __Some workflows live in their own repository:__
- [1.20 Window Navigator](#120-window-navigator)
- [1.21 Fuzzy Search](#121-fuzzy-search)
- [1.22 PDF to Table](#122-pdf-to-table)
- [1.23 PDF to Docx](#123-pdf-to-docx)
- [2. Proof of Concept \& Demos](#2-proof-of-concept--demos)
- [2.1. Extended Hotkeys](#21-extended-hotkeys)
- [2.2. Permission Handler](#22-permission-handler)
Expand Down Expand Up @@ -831,6 +832,35 @@ Extract tables from PDFs via the [Universal Action](https://www.alfredapp.com/he
- [Tabula](https://github.com/tabulapdf/tabula-java) (The jar file is included in this workflow)


## 1.23 PDF to Docx

[![Download button for workflow: PDF to Docx](https://img.shields.io/badge/download-v1.0.0-informational)](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.0.0-pdfdocx)

<table>
<tr>
<td>
<img src="assets/icons/pdfdocx.png" width="150px">
</td>
<td>
Convert PDFs to Word documents.
</td>
</tr>
</table>

### Setup

- Install [pdf2docx](https://github.com/ArtifexSoftware/pdf2docx) via the command line: `pip install pdf2docx`

### Usage

Convert PDFs to Word documents (docx) via the [Universal Action](https://www.alfredapp.com/help/features/universal-actions).

<!-- PDF to Docx Universal Action preview image -->
<img src="assets/images/preview_pdfdocx-1.png" width="550px"/>




---

# 2. Proof of Concept & Demos
Expand Down
Binary file added assets/icons/pdfdocx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/preview_pdfdocx-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3fc3fea

Please sign in to comment.