crawl-zsxq icon indicating copy to clipboard operation
crawl-zsxq copied to clipboard

爬取知识星球,并制作成 PDF 电子书。

Results 2 crawl-zsxq issues
Sort by recently updated
recently updated
newest added

```python def make_pdf(): html_files = [] for index, html in enumerate(range(0, 400)): file = str(index) + ".html" html_files.append(file) options = { "user-style-sheet": "test.css", "page-size": "Letter", "margin-top": "0.75in", "margin-right": "0.75in", "margin-bottom":...