Mike Hemesath
Mike Hemesath
Is this a typo: ``` {"page-size: "Letter"} ``` I'm assuming you meant ``` { "page-size": "Letter" } ``` If that isn't the issue, I can take a look tonight. Otherwise,...
No, unfortunately since the rewrite I don't. I'd suggest getting the wkhtmltopdf command working directly in a shell then verifying that spawn is using that same command. If you don't...
Ok, I started working on this last night. I'm going to clean up the options a bit and make the whole thing easier to use. Basically I'm thinking of the...
I'd actually recommend you check out phantomjs. Its a much more mature project with better documentation. http://phantomjs.org/
Yeah, I have that coded in for now and it seems to work. It's a bit weird though, as a working URL is supplied by Heroku on ``` process.env.CLOUDANT_URL ```...
Thanks for the feedback. I think what I'm going to do is simplify this module down into just a convenience method for spawning wkhtmltopdf processes. This was recently discussed in...
I went ahead and pushed a major refactor to the code. It's still in "alpha", but I'm hoping to get some tests and more documentation soon to push a good...
Ok, that makes sense. I think I'm going to break this into its own method.
I think this is a great request, and I'm open to adding this if you want to contribute it
I started working on this, currently working through non-passive chai/sinon changes.