pdfcpu / pdfcpu

A PDF processor written in Go.

Home Page:http://pdfcpu.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal: dict=fileSpecDict entry=UF: unsupported in version 1.3

renard opened this issue · comments

I tries to reopen #166 because I have similar issue but I cannot.

I am reopening this one because I have the same error with

The file I used is https://www.sia.aviation-civile.gouv.fr/media/store/documents/file/l/f/lf_sup_2023_066_fr.pdf.

Fatal: dict=fileSpecDict entry=UF: unsupported in version 1.3

I did a change in

sinceVersion = model.V14
to change the valid version to V13:

        sinceVersion = model.V13

And it works for me. Let me know if you want me to create a patch for that.