You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use pdftocio to generate a ToC for a pdf. I have already generated the toc file using pdfxmeta and 'pdftocgen`. The error is as following:
Traceback (most recent call last):
File "/home/amzon-ex/.local/bin/pdftocio", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/amzon-ex/.local/lib/python3.11/site-packages/pdftocio/app.py", line 163, in main
doc.save(out)
File "/home/amzon-ex/.local/lib/python3.11/site-packages/fitz/fitz.py", line 4710, in save
return _fitz.Document_save(self, filename, garbage, clean, deflate, deflate_images, deflate_fonts, incremental, ascii, expand, linear, no_new_id, appearance, pretty, encryption, permissions, owner_pw, user_pw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: cannot find object in xref (2818 0 R)
Can you help?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use
pdftocio
to generate a ToC for a pdf. I have already generated the toc file usingpdfxmeta
and 'pdftocgen`. The error is as following:Can you help?
The text was updated successfully, but these errors were encountered: