markdown2pdf icon indicating copy to clipboard operation
markdown2pdf copied to clipboard

[Deprecated] A command line tool to convert markdown file to pdf.

Results 11 markdown2pdf issues
Sort by recently updated
recently updated
newest added

I just got the following error when use the markdown2pdf. ``` [reuber@stormy hive-api]$ md2pdf ENDPOINTS.md --theme=github Traceback (most recent call last): File "/home/reuber/envs/hive-api/bin/md2pdf", line 11, in load_entry_point('Markdown2PDF==0.1.4', 'console_scripts', 'md2pdf')() File...

There are no paentheses in __init__.py file, line 20: print css_file I use Python3 and downloaded package using pip3 as well

installing package via pip github.css etc. are not included in package. So specifying github theme (for example) fails, not finding the css file.

With no `cffi` in requirements.txt, just starting markdown2pdf installation with `pip install`, these error will arise, like ``` replace_conflicting=replace_conflicting File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", line 1060, in best_match return self.obtain(req, installer) File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py",...

Work on ubuntu16.04.python2.7, markdown2pdf install ``pip install markdown2pdf``. Covert markdown script ``md2pdf test.md`` ``` ## title1 ### title2 test statement. * first point + aaaaaaaaaaaaaaaaaaaaaaaaa + bbbbbbbbbbbbbbbbbbbbbbbbb * second point...

I would love to use this lib on the project I'm working on right now with my company, but I can only do so if the code is properly licensed....

``` Traceback (most recent call last): File "./env/bin/md2pdf", line 7, in from markdown2pdf import main File "/home/alp/wrk/visyond.com/repos/environment_root/util/checkbranch/env/lib/python3.6/site-packages/markdown2pdf/__init__.py", line 20 print css_file ^ SyntaxError: Missing parentheses in call to 'print'. Did...

The main page says > [Deprecated] A command line tool to convert markdown file to pdf. Is this tool no longer supported? Is there a recommended replacement?

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 49: ordinal not in range(128)