hefronmedia / pdfsizeopt

Automatically exported from code.google.com/p/pdfsizeopt
0 stars 0 forks source link

TypeError: int argument required #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What command do you run to optimize the PDF?
pdfsizeopt.py ../fail/Grant\ Application.pdf

What does pdfsizeopt display when running the command above?
info: This is pdfsizeopt.py r134.
info: loading PDF from: ../fail/Grant Application.pdf
info: loaded PDF of 180071 bytes
warning: problem with xref table, finding objs anyway: xref subsection
syntax error at 179896
Traceback (most recent call last):
  File "/home/user/pdfsizeopt/pdfsizeopt.py", line 6157, in ?
    main(sys.argv)
  File "/home/user/pdfsizeopt/pdfsizeopt.py", line 6131, in main
    pdf = PdfData(
  File "/home/user/pdfsizeopt/pdfsizeopt.py", line 2996, in Load
    obj_starts, self.has_generational_objs = self.ParseWithoutXref(
  File "/home/user/pdfsizeopt/pdfsizeopt.py", line 3199, in ParseWithoutXref
    assert prev_obj_num not in obj_starts, 'duplicate obj %d' % prev_obj_num
TypeError: int argument required

What's wrong with the optimized PDF?
There isn't one!

Original issue reported on code.google.com by lev.bishop on 25 Jan 2010 at 4:01

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for reporting this bug. Fixed in r146.

Original comment by pts...@gmail.com on 10 Feb 2011 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by pts...@gmail.com on 10 Feb 2011 at 10:23