htmlbook2pdf icon indicating copy to clipboard operation
htmlbook2pdf copied to clipboard

GitBook to PDF

Results 2 htmlbook2pdf issues
Sort by recently updated
recently updated
newest added

Hello, I tried to use the your instruction as I am trying to save a gitbook link. but I get the following error. ![image](https://github.com/user-attachments/assets/628b77b2-1f77-4578-82b0-76d76f7139a3)

Used AI to adjust this for my use case. i based it off of https://apidocs.bridge.xyz/docs/getting-started ``` const { chromium, devices } = require('playwright'); const path = require('path'); const fs =...