From 6657d52417295265367cf3ffe5832b60e3c38011 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 13 Feb 2017 17:05:19 +0100 Subject: vcl pdf import: use pdfium instead of draw_pdf_import Replace creating a full Draw component with direct pdfium library calls. This also means that the result is now a bitmap, not a metafile for now. Also decouple HAVE_FEATURE_PDFIMPORT and HAVE_FEATURE_PDFIUM, the first is the "import PDF into Draw" feature, the second is the "insert PDF as image" feature. Change-Id: I72c25642ec84cc831df362e02b1520c6e6d9adcf Reviewed-on: https://gerrit.libreoffice.org/34217 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- config_host/config_features.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config_host') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 5dd85dfc3ea6..8e52a6576c8d 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -184,4 +184,9 @@ */ #define HAVE_FEATURE_NSS 0 +/* + * Whether pdfium is available + */ +#define HAVE_FEATURE_PDFIUM 0 + #endif -- cgit