Hi,

When you're trying to merge pdf files on big endian architectures, the
xref table is set to 0. This breaks the pdf and you can't merge a pdf
to the ones that have already been merged. I sent a report before
about that issue:

https://www.mail-archive.com/podofo-users@lists.sourceforge.net/msg02594.html

I finally solved the problem with this diff :

http://junk.wootsi.com/patch-podofo-ppc-xref.diff

Podofo seems to print the Xref (long long int) with a %li (needed for
long int), on little endian all goes well but when we cast a long long
as a long we got the least significant data, but on big endian this is
not the same.

Cheers,

-- 
Sylvestre Gallon

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to