Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako authored Oct 18, 2017
1 parent 7013481 commit ce7e866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Perform basic PDF manipulation on OS X.

* ``PDF REMOVE PAGE`` is rewritten to internally exchange the target page before removing it.

##New in 1.4
## New in 1.4

* Removed the "retain" patch for earlier El Capitan crash problem.
* ``PDF REMOVE PAGE`` is restored to use original code.

**Note**: Most page commands (insert, remove, exchange) will not work if a page is rotated. The plugin is not using PDF Kit to simply rotate a page, but rather, calling CGPDF to re-draw such pages on a rotated context. You should rotate the page at the very end.

##New in 1.2
## New in 1.2

Passing 0 to ```PDF SET PAGE ROTATION``` will rotate all pages.

Expand Down

0 comments on commit ce7e866

Please sign in to comment.