Rank: Newbie Groups: Member
Joined: 12/24/2019 Posts: 2
|
Hi everyone. I'm trying to create a PDF from existing file with Nuget package: EO.pdf (19.2.91)
When execute the constructor with the file to load i'm getting this Exception:
System.IO.InvalidDataException HResult=0x80131501 Mensaje = The archive entry was compressed using an unsupported compression method. Origen = EO.Pdf Seguimiento de la pila: at EO.Internal.ai6.a(PdfDocumentSecurity A_0) at EO.Internal.ai6.a(Boolean A_0, Boolean A_1, PdfDocumentSecurity A_2) at EO.Internal.fv.a(Stream A_0, Boolean A_1, Boolean A_2) at EO.Internal.fv.a(String A_0) at EO.Internal.fv..ctor(String A_0, PdfDocumentSecurity A_1) at EO.Pdf.PdfDocument..ctor(String fileName)
But if I open the PDF file with Acrobat, save it and load this copy, all works fine.
Any idea why the exception is throwing?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi, This might indeed because your PDF contains encryption that our library does not support. Can you send the PDF file to us so that we can take a look? See here for more details on how to send the test file to us: https://www.essentialobjects.com/forum/test_project.aspxThanks!
|
Rank: Newbie Groups: Member
Joined: 12/24/2019 Posts: 2
|
Hi, I can't send the PDF file because of sensible data. Apparently the file is not using any encryption when check the meta-data. [PDF version 1.5]
Anyway if I can reproduce it without sensible data I will send you the file.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
No problem.
|