-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output multiple PDF files for multiple webpages instead of one single PDF? #38
Comments
I wonder if this can be achieved with standard UNIX commands to keep |
@x-ji what would be your preferred flow here, in terms of running the command(s)? Would you get the URLs from browser tabs and paste them in the command line? would you keep them in a separate file? |
That's a good point. Though #40 looks quite good. Thanks a lot for this. I'd most likely keep the URLs in a separate file, but for now I can also feed the file content to the command line with something like |
Just to make sure I understand correctly, |
The |
Yeah. I was just describing a way to pass in the webpages to download via a file, whether the This version works perfectly. Thanks ❤️ |
As discussed in #37, sometimes it might be useful to output each webpage to a separate PDF instead of putting all pages into one PDF.
The text was updated successfully, but these errors were encountered: