You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
– Removed support for OneUpdater. From now Alfred PDF Tools relies on
Alfred-Workflow library for self-updating.
– Significant code improvements for better stability and maintenance.
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,18 @@ Download the workflow file from [GitHub releases][2] and install it by double-cl
17
17
*`Optimize`: Optimize the selected PDF files by entering the intended resolution of the output file (150 dpi is set once no value is input). The document will be improved on the process with increased contrast and text straightening. Invoke Alfred and type the keyword `progress` if you want to track the optimization process;
18
18
*`Encrypt`: Encrypt the selected PDF files by entering a password;
19
19
*`Merge`: Merge the selected PDF files. Use the `⌘` modifier key if you also want to move the source files to Trash;
20
-
*`Split`: Split the selected PDF file either by page count or file size (use the `⌘` modifier key in the latter case);
21
-
*`Slice`: Slice the selected PDF file in multiple files by entering page numbers and/or page ranges separated by commas (e.g. 2, 5-8). For a single file/slice use the `⌘` modifier key.
20
+
*`Split by Page Count`: Split the selected PDF file by page count.
21
+
*`Split by File Size`: Split the selected PDF file by file size.
22
+
*`Slice in Multiple Files`: Slice the selected PDF file in multiple files by entering page numbers and/or page ranges separated by commas (e.g. 2, 5-8).
23
+
*`Slice in a Single File`: Slice the selected PDF file in a single file by entering page numbers and/or page ranges separated by commas (e.g. 2, 5-8).
22
24
23
25
## Contribute
24
26
25
27
To report a bug or request a feature, please [create an issue][3] or [submit a pull request][4] on GitHub.
26
28
27
29
## Credits
28
30
29
-
This workflow relies on [PyPDF2][5] library currently maintained by [Phaseit, Inc.][6], [Alfred-Workflow][7] library by Dean Jackson, [K2pdfopt][8] by Johannes Buchnerand, [Send2Trash][9] by Virgil Dupras and [OneUpdater][10] by Vítor Galvão.
31
+
This workflow relies on [PyPDF2][5] library currently maintained by [Phaseit, Inc.][6], [Alfred-Workflow][7] library by Dean Jackson, [K2pdfopt][8] by Johannes Buchnerand, [Send2Trash][9] by Virgil Dupras and [docopt][10].
30
32
31
33
## License
32
34
@@ -41,5 +43,5 @@ This workflow relies on [PyPDF2][5] library currently maintained by [Phaseit, In
0 commit comments