openeuropa / oe_webtools

Drupal module providing integration with several Webtools services
European Union Public License 1.2
6 stars 12 forks source link

Webtools HTML 2 Media integration #191

Open steeff opened 2 years ago

steeff commented 2 years ago

Hi, An interesting alternative to generate a print or PDF version of pages is to use the Webtools HTML 2 Media service https://webgate.ec.europa.eu/fpfis/wikis/display/webtools/HTML+2+Media . It does not require to install any 3rd party libraries on the server and externalize the workload. the downside is that it can only convert public pages that can be read by the webservice. At DG Grow for several projects we are using this feature and developed a generic module that provides:

PR https://github.com/openeuropa/oe_webtools/pull/192

brummbar commented 2 years ago

Thanks @steeff , this looks interesting! I'll create a ticket to have a review of the code.