Add AES as supported encryption method to docs

pull/360/head
Pieter Marsman 2020-01-07 18:38:53 +01:00
parent b27d3d0aff
commit e4790fdbc2
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Features
* CJK languages and vertical writing scripts support. * CJK languages and vertical writing scripts support.
* Various font types (Type1, TrueType, Type3, and CID) support. * Various font types (Type1, TrueType, Type3, and CID) support.
* Support for extracting images (JPG, JBIG2 and Bitmaps). * Support for extracting images (JPG, JBIG2 and Bitmaps).
* Basic encryption (RC4) support. * Support for RC4 and AES encryption.
* Outline (TOC) extraction. * Outline (TOC) extraction.
* Tagged contents extraction. * Tagged contents extraction.
* Automatic layout analysis. * Automatic layout analysis.

View File

@ -40,7 +40,7 @@ Features
* Support for Chinese, Japanese and Korean CJK) languages as well as vertical * Support for Chinese, Japanese and Korean CJK) languages as well as vertical
writing. writing.
* Support for various font types (Type1, TrueType, Type3, and CID). * Support for various font types (Type1, TrueType, Type3, and CID).
* Support for basic encryption (RC4). * Support for RC4 and AES encryption.
Installation instructions Installation instructions