Commit Graph

15 Commits

Author SHA1 Message Date
Daniel Lim 50e7831a08 removed unnecessary comment 2018-10-22 09:12:11 -04:00
Daniel Lim 274b97759f pass command line args to wkhtmltopdf to enable better formatting 2018-10-17 11:08:28 -04:00
Craig Davis a1174e1732
Fix incorrect wkhtmltopdf command 2017-10-19 16:59:16 -07:00
Craig Davis 845ea8a276
Force wkhtmltopdf to render with dpi of 300 2017-10-19 16:53:27 -07:00
oflannabhra 5b817f37a8 added optional argument to override output filename 2015-01-20 22:51:12 -05:00
Craig Davis c19ecaf71e Update to use sunra/php-simple-html-dom-parser
Remove the simple-html-dom parser that relies on an outdated repo. This
appears to be the most popular repo for the dom library.
2014-05-14 19:50:33 -05:00
Craig Davis 746db2a89e Remove default value for refresh option, fixes #22
The default value was making the refresh option have a value even if
the input option was omitted from the command. I believe this is a bug
in Symfony Command. I’ve removed the default value, and now the `-r`
option requires a value.
2014-04-13 12:56:33 -05:00
Craig Davis 5203a5681c Fix directory path building to allow an absolute path. Closes #16 2014-03-24 10:25:18 -05:00
Craig Davis 9ebc5d669a Remove need for global phpcs and php-cs-fixer 2014-01-12 19:58:14 -07:00
Craig Davis 62e6377d08 Update the pdf command to fix a problem with the template argument 2014-01-12 17:14:29 -07:00
Craig Davis b87c193db5 Improve class handling in PDF
* Update phar
* Fix several sniff errors
* Remove unused converter file
* Update README with better quickstart information
2014-01-12 14:33:43 -07:00
Craig Davis d225525927 Update phar file with latest build
* Update `ouput` to be a folder instead of a filename
2014-01-12 13:42:25 -07:00
Craig Davis 4e3254ac98 Add functioning PDF comment
This brings us to be functionally complete. The phar build is remaining.
2014-01-12 13:16:11 -07:00
Craig Davis 8f43dc5c29 Add templates command as warmup for other commands
* Add descriptions to the templates
* Update twig formatters and fix some output bugs
2014-01-12 08:57:39 -07:00
Craig Davis b403d712a1 Add initial command skeleton
* Update dependencies
* Add twig formatters
* Update version command and add version to the package.json
* Update package.json with other project details
2014-01-12 08:05:09 -07:00