Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Hopding/pdf-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Jul 28, 2019
2 parents 44eae4f + 0cba701 commit d62010a
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 @@ -55,7 +55,7 @@
- [Installation](#installation)
- [Documentation](#documentation)
- [Encryption Handling](#encryption-handling)
- [Migrating to v1.0.0](#migrating-to-v1.0.0)
- [Migrating to v1.0.0](#migrating-to-v1)
- [Contributing](#contributing)
- [Prior Art](#prior-art)
- [License](#license)
Expand Down Expand Up @@ -459,7 +459,7 @@ const pdfDoc = PDFDocument.load(encryptedPdfBytes, { ignoreEncryption: true })

Note that **using this option does not decrypt the document**. This means that any modifications you attempt to make on the returned `PDFDocument` may fail, or have unexpected results.

## Migrating to v1.0.0
<h2 id="migrating-to-v1">Migrating to v1.0.0</h2>

The latest release of `pdf-lib` (`v1.0.0`) includes several breaking API changes. If you have code written for older versions of `pdf-lib` (`v0.x.x`), you can use the following instructions to help migrate your code to v1.0.0.

Expand Down

0 comments on commit d62010a

Please sign in to comment.