Closed user202729 closed 1 year ago
This script: https://github.com/pymupdf/PyMuPDF-Utilities/blob/master/examples/export-toc/export.py.
Any opinion what to do in this case? (maybe just use proper csv.writer will fix the issue?)
The byte appears as a ^M (CR character) in the generated text file.
^M
(I suspect similar issue happen when there's quote character etc. in the bookmark title as well)
This script: https://github.com/pymupdf/PyMuPDF-Utilities/blob/master/examples/export-toc/export.py.
Any opinion what to do in this case? (maybe just use proper csv.writer will fix the issue?)
The byte appears as a
^M
(CR character) in the generated text file.(I suspect similar issue happen when there's quote character etc. in the bookmark title as well)