mirror of
https://github.com/fergalmoran/Chrome2Kindle.git
synced 2025-12-22 09:38:38 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
#!/usr/bin/python
|
|
from PdfMaker import PdfMaker
|
|
|
|
print PdfMaker().createFromHtml('http://nullege.com/codes/search/ho.pisa.CreatePDF/all/1')
|
|
|