clach04

Results 403 comments of clach04

@debiantriage do you happen to know the version number of reportlab? E.g. issue: import sys import txt2pdf print('Python %s on %s' % (sys.version, sys.platform)) print('txt2pdf %s' % (txt2pdf.PDFCreator.appName,)) print('reportlab %s'...

I have seen this (line numbers flag silently not working) with an older version of reportlab, v3.0.0. `_writeChunk()` is NEVER called. Example, using the readme: py -3 txt2pdf.py --line-numbers --encoding...

I actually was getting bad results, not just warnings (a string containing a repr of a byte buffer). Simple samples code did not have this, only with a real web...

@guenther-schneider can you expand on this? Do you have an example that describes what you are looking for? With long lines, wrapping is going to take place and so additional...

@arissaraiva do you have a data file that causes this? Be interesting to see it for testing purposes.

That's handled by alpine

I've seen other mechanisms where there is an explicit TOC marker that the user can insert in the place they want the TOC to be placed. Then on re-run that...

Alternative would be GitHub Pages