Skip to content

Commit

Permalink
Fixes #339 As promised, remove the JSoup to DOM converter module.
Browse files Browse the repository at this point in the history
Use:
Document doc = new W3CDom().fromJsoup(jsoupDoc);
instead.
  • Loading branch information
danfickle committed Nov 17, 2019
1 parent 0eb7263 commit f1a817c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 264 deletions.
61 changes: 0 additions & 61 deletions openhtmltopdf-jsoup-dom-converter/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<module>openhtmltopdf-examples</module>
<module>openhtmltopdf-pdfbox</module>
<module>openhtmltopdf-rtl-support</module>
<module>openhtmltopdf-jsoup-dom-converter</module>
<module>openhtmltopdf-svg-support</module>
<module>openhtmltopdf-java2d</module>
<module>openhtmltopdf-objects</module>
Expand Down

0 comments on commit f1a817c

Please sign in to comment.