| Issue 20: | AssertionError: duplicate obj trailer | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What command do you run to optimize the PDF? What does pdfsizeopt display when running the command above? user@ubuntu804server:~/manypdfs/fail2$ ~/pdfsizeopt/pdfsizeopt.py --use- pngout=false --use-multivalent=true ../fail/pst-docfull.pdf kl.pdf info: This is pdfsizeopt.py r132. info: loading PDF from: ../fail/pst-docfull.pdf info: loaded PDF of 565330 bytes warning: problem with xref table, finding objs anyway: duplicate obj 285 Traceback (most recent call last): File "/home/user/pdfsizeopt/pdfsizeopt.py", line 6141, in ? main(sys.argv) File "/home/user/pdfsizeopt/pdfsizeopt.py", line 6115, in main pdf = PdfData( File "/home/user/pdfsizeopt/pdfsizeopt.py", line 2992, in Load obj_starts, self.has_generational_objs = self.ParseWithoutXref( File "/home/user/pdfsizeopt/pdfsizeopt.py", line 3183, in ParseWithoutXref assert prev_obj_num not in obj_starts, 'duplicate obj ' + prev_obj_num AssertionError: duplicate obj trailer What's wrong with the optimized PDF? There isn't one!
Nov 29, 2009
Project Member
#1
pts...@gmail.com
Status:
Fixed
|