From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: pdf images in html export Date: Wed, 12 Nov 2014 09:30:06 +0000 Message-ID: References: <84tx24x1r6.fsf@tm6592.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoUFg-0003nq-0P for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 04:30:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoUFZ-0003oy-Vi for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 04:30:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:47767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoUFZ-0003lC-Py for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 04:30:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XoUFY-0006ng-S7 for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 10:30:04 +0100 Received: from 193.63.220.190 ([193.63.220.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 10:30:04 +0100 Received: from andreas.leha by 193.63.220.190 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 10:30:04 +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 Marco, Marco Wahl writes: > Andreas Leha writes: > >> 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. > > You could introduce a relation of the pdf-filenames to the respective > thumb-filenames e.g. by using the suffix '_thumb'. Before the export > the conversion tool would create the thumbs. > > The org-file could reference the data as > > [[file:./myimage.pdf][file:myimage_thumb.png]] > > See the info page (info "(org)Images in HTML export")? > > Untested. I just accidentially browsed that info page yesterday. > > Thanks for your thoughts. I would like to automate all of that. So, I guess the first question is where to put code that would trigger the conversion and how to best detect links to pdfs. Thanks, Andreas