From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: pdf images in html export Date: Wed, 12 Nov 2014 00:48:31 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoM70-0001m6-LV for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 19:48:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoM6r-0001xB-QX for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 19:48:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:57209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoM6r-0001x7-KM for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 19:48:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XoM6q-0001Qt-B4 for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 01:48:32 +0100 Received: from cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net ([81.102.136.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 01:48:32 +0100 Received: from andreas.leha by cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 01:48:32 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, how would I export an org file containing [[file:./myimage.pdf]] to html so that a say png version myimage.pdf is inlined in the html which links to the pdf? I guess it should be possible to run imagemagick on all pdf links during export somehow. Any help highly appreciated. Many thanks, Andreas