Commit graph

  • ad9d15d81d version 0.2.1 master 0.2.1 Gered 2023-01-29 21:28:40 -0500
  • f4abf9d3ad Mitigate Vulnerabilities: CVE-2022-36033 CVE-2021-37714 CVE-2021-29425 Luke Nelson 2023-01-24 15:08:57 -0700
  • 3d8bb00d41 bump jsoup dependency up to version 1.14.3 Gered 2021-12-08 16:38:42 -0500
  • a4d9093241 bump openhtmltopdf dependencies up to version 1.0.10 Gered 2021-12-08 16:30:03 -0500
  • 77c28a822f Mitigate Vulnerabilities: CVE-2022-36033 CVE-2021-37714 CVE-2021-29425 Luke Nelson 2023-01-24 15:08:57 -0700
  • 28931c1d7c update README with notes about absolute/relative custom font paths wip Gered 2021-12-08 17:02:17 -0500
  • 76bbb1afec update how custom font paths are interpreted Gered 2021-12-08 16:59:09 -0500
  • da6d229734 bump jsoup dependency up to version 1.14.3 Gered 2021-12-08 16:38:42 -0500
  • 6d31abe213 bump openhtmltopdf dependencies up to version 1.0.10 Gered 2021-12-08 16:30:03 -0500
  • 6c1846f979 version 0.2 0.2 Gered 2021-06-06 21:50:41 -0400
  • a45c8fccf7 bump openhtmltopdf dependencies up to version 1.0.8 Gered 2021-06-06 21:48:45 -0400
  • 9c95678e9a version 0.1 0.1 Gered 2020-12-04 16:15:30 -0500
  • 9e066b078d bump openhtmltopdf dependencies up to version 1.0.5 Gered 2020-12-04 15:46:00 -0500
  • ca7bd34b46 committing some manual pdf tests. not automated unfortunately :( Gered 2020-09-17 14:25:14 -0400
  • 08cbffde50
    Merge pull request #5 from vkopio/master Gered 2020-09-17 12:59:47 -0400
  • 23889d9eb1 Update openhtmltopdf dependencies. Ville Kopio 2020-09-17 16:23:25 +0300
  • 8443c1bac7 update reify based on changes to the FSObjectDrawerFactory interface 0.1-alpha7 Gered 2019-09-26 18:28:48 -0400
  • b1077911c3
    Merge pull request #3 from TomorrowLabs/feature/upgrade-dependencies Gered 2019-09-26 18:01:55 -0400
  • 6cd83f24a3
    Update dependencies to fix vulnerabilities Jaakko Suutarla 2019-09-26 15:00:55 +0300
  • 39dfa51a74 version 0.1-alpha6 0.1-alpha6 Gered 2018-07-05 12:15:48 -0400
  • 1aabe8faa9 update README.md Gered 2018-07-05 12:15:14 -0400
  • 8106547c8d fix potential clojure compiler error Gered 2018-07-05 11:17:13 -0400
  • d0aaef0261 remove unused imports/requires Gered 2018-07-05 11:16:27 -0400
  • 3058b01d21 nitpicky tweak to naming Gered 2018-07-05 11:15:52 -0400
  • 647990c43a replace broken method of getting base-uri with a custom uri resolver Gered 2018-07-05 11:10:38 -0400
  • 64293ffcac version 0.1-alpha5 0.1-alpha5 Gered 2018-07-03 11:25:45 -0400
  • ce2a7f78fe fix default base-uri option to point to "resources" dir on classpath Gered 2018-07-03 11:15:36 -0400
  • 01f12c6f2c bump clojure version ... long overdue. oops Gered 2018-07-03 11:12:19 -0400
  • f849f89b70 version 0.1-alpha4 0.1-alpha4 Gered 2018-05-18 10:08:59 -0400
  • dd9cdf8e7f update README.md with some more examples Gered 2018-05-18 10:07:16 -0400
  • 8ae9f65629 fixes to JSoup to W3C document conversion to allow for SVG usage Gered 2018-05-18 09:58:34 -0400
  • 8a74ba431f version 0.1-alpha3 0.1-alpha3 Gered 2018-05-16 15:50:42 -0400
  • 8f5f41bf13 update to openhtmltopdf 0.0.1-RC13 Gered 2018-05-16 15:50:23 -0400
  • 82ab388b66 version 0.1-alpha2 0.1-alpha2 Gered 2017-08-29 14:59:06 -0400
  • f74f879759 add support for caching xobject images with watermark rendering Gered 2017-08-29 14:37:01 -0400
  • d7526ae11a little improvements to doc comments Gered 2017-08-29 10:57:23 -0400
  • 5c32c3fba1 add more input argument flexibility to embed-image Gered 2017-08-29 10:50:25 -0400
  • 4d495368f0 reduce some css class duplication Gered 2017-08-29 10:09:22 -0400
  • f94c1fa82b switch these over to css classes instead of element ids Gered 2017-08-28 12:28:27 -0400
  • ddd31d40fb Update README.md Gered 2017-08-23 17:35:09 -0400
  • 5e4f98db0f version 0.1-alpha 0.1-alpha Gered 2017-08-23 16:13:42 -0400
  • fa027d8ee9 update README.md Gered 2017-08-23 16:12:53 -0400
  • afbe8e570b enable openhtmltopdf SVG support Gered 2017-08-18 09:32:23 -0400
  • 7885a2c4a3 rename image embedding helper function Gered 2017-08-18 09:04:36 -0400
  • c4238ecda1 add some doc comments and make certain functions private Gered 2017-08-18 09:00:59 -0400
  • 3320a2b305 add helper function for generating inline base64 image strings Gered 2017-08-18 08:11:10 -0400
  • 8d1cde6129 fix pdf renderer exceptions being ignore due to the write-pdf! future Gered 2017-08-17 20:05:01 -0400
  • 797232f2a6 add object drawer support Gered 2017-08-17 19:46:21 -0400
  • d9e61030e5 comment is not relevant anymore (bug was fixed) Gered 2017-08-17 15:30:31 -0400
  • fb6fcd4edd bump up openhtmltopdf version Gered 2017-08-17 15:09:40 -0400
  • b83de09f9e add image watermark rendering support Gered 2017-08-16 19:57:55 -0400
  • 37bbe3f398 move watermark functionality to separate namespace Gered 2017-08-16 18:46:31 -0400
  • aa4a9fa302 add configuration-based text watermark support for simpler use-cases Gered 2017-05-05 20:49:21 -0400
  • d883f4fd72 initial watermark support Gered 2017-05-04 21:02:31 -0400
  • ca7bd70959 use entirely custom margin box element id instead of auto-generated one Gered 2017-05-04 08:25:39 -0400
  • 66ccd26cb4 add base styles table class for repeated table headers Gered 2017-05-04 08:13:41 -0400
  • 7621ed74f2 add base styles for easily placing page counters at any arbitrary place Gered 2017-05-04 07:49:43 -0400
  • 6c8e4c6898 update to openhtmltopdf 0.0.1-RC10 Gered 2017-05-04 07:42:53 -0400
  • 5275571487 version 0.1-SNAPSHOT Gered 2017-04-02 19:06:45 -0400
  • 7038eeb469 update README.md Gered 2017-04-02 19:06:29 -0400
  • 71df80e7dd add support for quickly inserting page numbers into margin-boxes Gered 2017-04-02 18:42:56 -0400
  • 48cfa584f5 add options for specifying margin-boxes (headers, footers, etc) Gered 2017-04-02 18:33:49 -0400
  • 78cb34ff39 use em units in base css sheet so everything scales with font size Gered 2017-04-02 17:08:29 -0400
  • be6cc84c90 add margin preset keywords for more typical choices Gered 2017-04-02 16:54:33 -0400
  • 8623a28514 updates to htmltopdf-base.css Gered 2017-04-02 16:46:27 -0400
  • 1157824eba once again include htmltopdf-base.css when :styles option is truthy Gered 2017-04-02 16:46:08 -0400
  • 983753c859 fix css unit tests consistency Gered 2017-04-02 16:09:47 -0400
  • 75cf36f0af add support for setting pdf properties like title, subject, author, etc Gered 2017-04-02 16:02:30 -0400
  • 78979fd747 add page margin option support. clean up page option -> css rendering Gered 2017-04-02 15:43:28 -0400
  • 823c8f0e7c improve base css style support / options. add custom font support Gered 2017-04-02 15:16:48 -0400
  • 17e8876070 do not output page options <style> tag if explicitly set to nil Gered 2017-04-02 13:21:28 -0400
  • 9a1b0d9ed6 add debugging output options Gered 2017-04-02 13:20:24 -0400
  • b7676fcab1 some cleanup/organization Gered 2017-04-02 12:52:01 -0400
  • bcfca8cf38 simplify Gered 2017-04-02 12:24:58 -0400
  • 48354a2ce9 render basic page/pdf options as css so they take effect in output pdfs Gered 2017-04-02 12:07:00 -0400
  • 0b3ba9ccce add base css stylesheet Gered 2017-04-02 11:06:58 -0400
  • eadbe13ee1 add css stylesheet string generation functionality Gered 2017-04-01 18:24:34 -0400
  • a74fdd5ae6 add default-options Gered 2017-04-01 15:23:02 -0400
  • 631e5fc1a4 initial commit Gered 2017-04-01 14:58:23 -0400