From 55370a856fb5610bafac951f72016f2c94f12800 Mon Sep 17 00:00:00 2001 From: Jelmer Snoeck Date: Wed, 19 Aug 2015 19:13:07 +0100 Subject: Fhttp: add RegisterRemoteImage functionality. This is a wrapper around manually having to download the image and registering it. It registers an image based on it's URL, it will download that image and add it to the PDF. It will however not add it immediately to the page. This is done by calling `Image()` with the same URL. --- contrib/fhttp/pdf/.gitignore | 1 + contrib/fhttp/pdf/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 contrib/fhttp/pdf/.gitignore create mode 100644 contrib/fhttp/pdf/.gitkeep (limited to 'contrib/fhttp/pdf') diff --git a/contrib/fhttp/pdf/.gitignore b/contrib/fhttp/pdf/.gitignore new file mode 100644 index 0000000..a136337 --- /dev/null +++ b/contrib/fhttp/pdf/.gitignore @@ -0,0 +1 @@ +*.pdf diff --git a/contrib/fhttp/pdf/.gitkeep b/contrib/fhttp/pdf/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.1-24-ge1ad