David Ankin

Results 143 comments of David Ankin

this would be great!

btw we can now do things like: ```bash npx alexanderankin/jwt-cli#encoding encode --header.alg RS256 --verbose ``` and it will produce: ```console $ npx alexanderankin/jwt-cli#encoding encode --header.alg RS256 --verbose --body.sub john --body.scopes...

Amazing thank you! On Tue, May 21, 2024, 4:02 PM wangbill ***@***.***> wrote: > python function http streaming is in public preview, for more details > please refer to >...

Agree, this should be closed without being merged

So this library doesn't actually render html, even though it uses a standard html parser (from the standard library), you can search [here](https://github.com/reingart/pyfpdf/blob/master/fpdf/html.py) and see which attributes it respects by...

i was thinking about doing pdfs as hashes but decided against it, because really the library produces different pdf's, because it bakes `/CreationDate` pdf flag into the document, i wrote...

though i would ideally be pulling code back in from reinghart and making merging easier in the future, my immediate top priorities are * porting all of the tests into...

hey so according to some of the text in the pdf spec, pdf/a just has something to do with putting all the important stuff in the file in the beginning...

try checking out the tests for [a whole bunch of weird characters](https://github.com/reingart/pyfpdf/blob/master/tests/charmap.py), or [hello world in many languages](https://github.com/reingart/pyfpdf/blob/master/tests/cover/test_unicode.py). maybe you could share a snippet of some code?

seems to work fine for me on version 2? lmk if [this version](https://pypi.python.org/pypi/fpdf2) works. ![](http://i.imgur.com/Lf8kNrk.png)