Changes between Version 2 and Version 3 of PdfImagePlugin


Ignore:
Timestamp:
Feb 22, 2012, 7:23:24 AM (12 years ago)
Author:
ursaw
Comment:

Requirement ImageMagick

Legend:

Unmodified
Added
Removed
Modified
  • PdfImagePlugin

    v2 v3  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = PdfImage =
     3= !PdfImages as PNG in Wiki =
    44
    55== Description ==
     
    77Insert PDFs or vectorgraphics like SVGs as PNG-Image into a wikipage. This is somehow an extension of the base Image-Macro.
    88   
    9 Requires convert from [http://www.imagemagick.org ImageMagick]. This means you
    10 - either must install some ImageMagick stuff
    11 - or it calls an online conversion at the ImageMagick server.
    12 Please, clarify which one is true.
     9 
    1310   
    1411The handling and the parameters are inspired by LaTeX includegraphics.
    1512
    1613The Location of the file can only be an attachment sofar. Locations in the SVN could lead into authentification Problems. External Locations means first downloading the resource.
    17      
     14
     15=== Requirements ===
     16 * !Install `convert` from the [http://www.imagemagick.org ImageMagick]-suite.
     17 * Tested -sofar only- on Linux
     18
     19
     20     
    1821=== Parameters ===
    1922||= Parameter =||= Value                 =||= default =||                         ||
     
    3033=== Examples ===
    3134{{{
    32 [[PdfImg(Book.pdf,width=400,page=100,caption="Page 100 from Book Example")]]
     35[[PdfImg(Book.pdf,width=400,page=100,caption="Page 100 from Book Example")]]
    3336[[PdfImg(sketch.svg,cache=False)]]
    3437}}}
     
    5356
    5457{{{
    55 [[PdfImg(Book.pdf,width=400,page=100,caption="Page 100 from Book Example")]]
     58[[PdfImg(Book.pdf,width=400,page=100,caption="Page 100 from Book Example")]]
    5659[[PdfImg(sketch.svg,cache=False)]]
    5760}}}