mandolyte / mdtopdf

Markdown to PDF
MIT License
133 stars 32 forks source link

Multiple improvements #29

Closed dcu closed 1 year ago

dcu commented 1 year ago

hello,

I added multiple improvements here:

  1. Removed the deprecated gofpdf in favor of fpdf
  2. Added a method to process the markdown without using files (improves performance when IO is not needed)
  3. Added a way to add/set options without breaking the API
  4. Add a way to handle non-ascii characters
mandolyte commented 1 year ago

@dcu looks great! I have not been able to work much on this for the last 4 years. Appreciate the contribution.

Also, any ideas on how to fix the Chinese example? Now that I have retired again, I hope to fix that one too.