Skip to content

Commit

Permalink
Release: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Jun 26, 2021
1 parent 1b8185c commit ab4d938
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

Version 1.0.2
=============
- Adds support for rotating PDFs

Version 1.0.1
=============
- Fixes a bug where markdown files without any headings would not render.
Expand Down
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,16 @@ Configuration options can be specified with Meta data at the top of the file.
| | `docs <https://github.com/captn3m0/pystitcher/wiki/Existing-Bookmarks>`_ |
| | for more details. |
+---------------------+--------------------------------------------------------------------------+

Additionally, PDF links specified in markdown can have attributes to alter the PDFs before merging::

[Part 1](1.pdf)
[Part 2](2.pdf){: rotate="90"}

The above will rotate the second PDF file by 90 degrees clockwise before merging. List of attributes:

+---------------------+---------------------------------------------+
| Attribute | Notes |
+=====================+=============================================+
| rotate | Rotate the PDF. Valid values are 90,180,270 |
+---------------------+---------------------------------------------+

0 comments on commit ab4d938

Please sign in to comment.