Skip to content

Commit

Permalink
shell api: add attachments cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 17, 2023
1 parent a013940 commit 994e148
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/shell_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ Page Object Analyzer
Image Converter
***************
.. command-output:: pypdfium2 imgtopdf --help


Attachments
***********
.. command-output:: pypdfium2 attachments --help
.. FIXME restructure attachments CLI so we can get help without having to specify a placeholder file
.. command-output:: pypdfium2 attachments file.pdf list --help
.. command-output:: pypdfium2 attachments file.pdf extract --help
.. command-output:: pypdfium2 attachments file.pdf edit --help

0 comments on commit 994e148

Please sign in to comment.