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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ You can structure a command in three fundamental ways:
59
59
|`-q` or </br>`--quality`| Set output file quality, either `low`, `medium`, or `high`; default is same as input. |
60
60
|`-m` or </br>`--merge`| Merge movie file with equally named audio file to become its audio track. |
61
61
|`-c` or </br>`--concat`| Concatenate input files of the same type (images, audio, video) into one output file (e.g. `concatenated_video.mp4` for movie files, `concatenated_audio.mp3` for audio files). |
62
+
|`-s` or </br>`--split`| Split a PDF into multiple files, either by page count or page ranges, e.g. `1-2,3-5` or `10` or `1-3,2-6,8-end` or `1-5,rest`. |
62
63
|`-a` or </br>`--across`| Merge/Concatenate across directories when multiple directories are provided. |
63
64
|`-w` or </br>`--web`| Ignores all other arguments, starts browser + a web server at `http://localhost:5000`. |
64
65
|`-d` or </br>`--delete`| Delete input files after conversion. |
@@ -103,6 +104,11 @@ You may also convert the images contained in a DOCX file to an MP4 video:
103
104
python any_to_any.py -i /path/to/file.docx -f mp4
104
105
```
105
106
107
+
Split a PDF into multiple files, either by page count or page ranges, e.g. `1-2,3-5` or `10` or `1-3,2-6,8-end` or `1-5,rest`:
0 commit comments