Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Saved document contains invalid xref table

$
0
0
When I open and then save a PDF, the resulting PDF contains an invalid xref table.
I tested this with the newest version (10.2.0.0)
Older versions of Aspose.Pdf do not have this problem (7.7.0.0 is working fine)

This is a big problem for us. I hope you can solve it with high priority.

Best regards, 
Corné Los - Solipsis

You can reproduce the problem like this:

var document = new Aspose.Pdf.Document("in.pdf");
document.Save(@"out.pdf");

The xref table in out.pdf looks like this:

xref
0 12
0000000000 65535 f
0000000018 00000 n
0000000070 00000 n
0000000145 00000 n
0000000257 00000 n
0000000355 00000 n
0000000528 00000 n
0000000548 00000 n
0000001753 00000 n
0000001861 00000 n
0000001928 00000 n
0000002109 00000 n
13 1               <-- This is incorrect
0000002131 00000 n



Viewing all articles
Browse latest Browse all 3131

Trending Articles