pcorless / icepdf

PDF Rendering and Viewing API in Java
Apache License 2.0
81 stars 21 forks source link

NPE when FileSpecification#embeddedFileStream is null #308

Closed gtache closed 1 year ago

gtache commented 1 year ago

Apparently this can be null for some pdf files, so we have to protect against it.