File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ all features of PDF 2.0.
18
18
19
19
## PDF Feature Support by pypdf
20
20
21
- | Feature | PDF-Version | pypdf Support |
22
- | --------------------------------------- | ----------- | -------------- |
23
- | Transparent Graphics | 1.4 | ? |
21
+ | Feature | PDF Version | pypdf Support |
22
+ | --------------------------------------- | :-----------:| :--------------:|
24
23
| CMaps | 1.4 | ✅ |
25
- | Object Streams | 1.5 | ? |
26
- | Cross-reference Streams | 1.5 | ? |
27
- | Optional Content Groups (OCGs) - Layers | 1.5 | ? |
28
- | Content Stream Compression | 1.5 | ? |
24
+ | Transparent Graphics | 1.4 | ✅ |
25
+ | Content Stream Compression | 1.5 | ✅ |
26
+ | Cross-reference Streams | 1.5 | ❓ |
27
+ | Object Streams | 1.5 | ✅ |
28
+ | Optional Content Groups (OCGs) | 1.5 | ❓ |
29
29
| AES Encryption | 1.6 | ✅ |
30
30
31
31
See [ History of PDF] ( https://en.wikipedia.org/wiki/History_of_PDF ) for more
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ def test_name_object(caplog):
223
223
)
224
224
) == "/你好世界"
225
225
226
- # to test latin-1 aka stdencoding
226
+ # to test PDFDocEncoding ( latin-1)
227
227
assert (
228
228
NameObject .read_from_stream (BytesIO (b"/DocuSign\xae " ), None )
229
229
) == "/DocuSign®"
You can’t perform that action at this time.
0 commit comments