You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2021/07/22 11:04:39 UTC

[camel-website] branch main updated: Blog post: camel-openhtmltopdf

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new e122fac  Blog post: camel-openhtmltopdf
e122fac is described below

commit e122facfdd40eea0efbb05fc363cfb8b7ce220eb
Author: Jeremy Ross <je...@gmail.com>
AuthorDate: Wed Jul 21 11:40:30 2021 -0500

    Blog post: camel-openhtmltopdf
---
 content/blog/2021/07/camel-openhtmltopdf/featured.png | Bin 0 -> 364611 bytes
 content/blog/2021/07/camel-openhtmltopdf/index.md     |  14 ++++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/content/blog/2021/07/camel-openhtmltopdf/featured.png b/content/blog/2021/07/camel-openhtmltopdf/featured.png
new file mode 100644
index 0000000..779b221
Binary files /dev/null and b/content/blog/2021/07/camel-openhtmltopdf/featured.png differ
diff --git a/content/blog/2021/07/camel-openhtmltopdf/index.md b/content/blog/2021/07/camel-openhtmltopdf/index.md
new file mode 100644
index 0000000..52ae97d
--- /dev/null
+++ b/content/blog/2021/07/camel-openhtmltopdf/index.md
@@ -0,0 +1,14 @@
+---
+title: "camel-openhtmltopdf: A new component to generate PDF documents"
+date: 2021-07-21
+draft: false
+authors: [jeremyross]
+categories: ["Usecases"]
+preview: "Create beautiful PDFs from HTML and CSS with the new Camel component, camel-openhtmltopdf"
+---
+
+We are pleased to announce that [Elevation Solutions](https://elevation.solutions) has released a new component, [camel-openhtmltopdf](https://github.com/elevation-solutions/camel-openhtmltopdf). With this component, your integrations can easily produce beautiful, pixel-perfect PDF documents from HTML, CSS and images. This component leverages the popular [openhtmltopdf](https://github.com/danfickle/openhtmltopdf), which in turn builds on Apache PDFBox.
+
+Input HTML can be provided as a `String`, `InputStream`, or URI. For URIs, `file`, `http`, and `https` are supported. And there's no need to worry if your markup is not compliant XHTML. The `leniantParsing` option (enabled by default) can deal with all sorts of tag soup. 
+
+For more information, and to get started, visited the project's GitHub at https://github.com/elevation-solutions/camel-openhtmltopdf.