Open gitawego opened 13 years ago
Yeah, this is really tricky. I'm not all that familiar with stdin either. I tried to get this feature to work, but unfortunately I can only seem to pipe in one input stream.
I'll leave this issue open. For now, concatenating the HTML beforehand is probably the best choice. If you need page breaks, CSS does support page break hints that webkit will honor.
currently , PDF.add works only on url and file type, but it doesn't work on html type:
it will generate:
then throw an error: Command failed: Loading pages (1/6).
I'm not very familiar on stdin :(