File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ Version 1.0.2
6+ =============
7+ - Adds support for rotating PDFs
8+
59Version 1.0.1
610=============
711- Fixes a bug where markdown files without any headings would not render.
Original file line number Diff line number Diff line change @@ -87,3 +87,16 @@ Configuration options can be specified with Meta data at the top of the file.
8787| | `docs <https://github.com/captn3m0/pystitcher/wiki/Existing-Bookmarks >`_ |
8888| | for more details. |
8989+---------------------+--------------------------------------------------------------------------+
90+
91+ Additionally, PDF links specified in markdown can have attributes to alter the PDFs before merging::
92+
93+ [Part 1](1.pdf)
94+ [Part 2](2.pdf){: rotate="90"}
95+
96+ The above will rotate the second PDF file by 90 degrees clockwise before merging. List of attributes:
97+
98+ +---------------------+---------------------------------------------+
99+ | Attribute | Notes |
100+ +=====================+=============================================+
101+ | rotate | Rotate the PDF. Valid values are 90,180,270 |
102+ +---------------------+---------------------------------------------+
You can’t perform that action at this time.
0 commit comments