diff options
| author | Tamas K. Papp <tkpapp@gmail.com> | 2025-12-28 18:07:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-28 22:37:37 +0530 |
| commit | 22a80257aa34a91d209f5ca9ae4dfcdd13ca8c2e (patch) | |
| tree | afaa7be826d84f3c2804479af05f02cf6019d63b /README.org | |
| parent | b83478202a89dc1fbed682a95766fc40233ae140 (diff) | |
feat: set slice to common bounding box (closes #325)
Fixes #325.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -289,15 +289,16 @@ Note that ~pdf-tools~ renders the PDF as images inside Emacs. This means that al :CREATED: [2021-12-30 Thu 18:33] :ID: 73a18ea8-aa21-48d4-9d8b-dc64e3601000 :END: -| Display | | -|------------------------------------------+-----------------| -| Zoom in / Zoom out | ~+~ / ~-~ | -| Fit Height / Fit Width / Fit Page | ~H~ / ~W~ / ~P~ | -| Trim Margins (set slice to bounding box) | ~s b~ | -| Reset Margins | ~s r~ | -| Reset Zoom | ~0~ | -| Rotate Page | ~R~ | -|------------------------------------------+-----------------| +| Display | | +|--------------------------------------------------+-----------------| +| Zoom in / Zoom out | ~+~ / ~-~ | +| Fit Height / Fit Width / Fit Page | ~H~ / ~W~ / ~P~ | +| Trim Margins (set slice to bounding box) | ~s b~ | +| Trim Margins to common bounding box of all pages | ~s c~ | +| Reset Margins | ~s r~ | +| Reset Zoom | ~0~ | +| Rotate Page | ~R~ | +|--------------------------------------------------+-----------------| ** Annotations :PROPERTIES: |
