Changes between Version 27 and Version 28 of PdfImagePlugin


Ignore:
Timestamp:
Dec 1, 2015, 10:19:40 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed odd heading

Legend:

Unmodified
Added
Removed
Modified
  • PdfImagePlugin

    v27 v28  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = !PdfImages as PNG in Wiki
     3= Pdf Images as PNG in Wiki
    44
    55== Description
     
    1818}}}
    1919
    20 === Acknowledgement
    21 
    2220'''Note''': PDF conversion with !ImageMagick-`convert`:
    23  1. may fail on specific PDFs. This is not a problem of the plugin, but of `convert`. In this case you will get an error like "{{{ Can't display foo.pdf, ImageMagick->convert failed with errorcode=... , command=convert ... }}}"
     21 1. may fail on specific PDFs. This is not a problem of the plugin, but of `convert`. In this case you will get an error like {{{ Can't display foo.pdf, ImageMagick->convert failed with errorcode=... , command=convert ... }}}
    2422 2. if not restricted to certain pages, it can take very long; example: Converting a PDF file of 400 pages by simply {{{ [[PdfImg(test.pdf)]] }}} took several minutes! See #9874, #9875.
    2523
     
    6260
    6361If you have any issues, create a
    64 [/newticket?component=PdfImagePlugin&owner=ursaw new ticket].
     62[/newticket?component=PdfImagePlugin new ticket].
    6563
    6664[[TicketQuery(component=PdfImagePlugin&group=type,format=progress)]]
     
    7775
    7876{{{
    79 [[PdfImg(Book.pdf,width=400,page=100,caption="Page 100 from Book Example")]]
    80 [[PdfImg(sketch.svg,cache=False)]]
     77[[PdfImg(Book.pdf, width=400, page=100, caption="Page 100 from Book Example")]]
     78[[PdfImg(sketch.svg, cache=False)]]
    8179[[PdfImg(OtherPage:foo.pdf)]]
    8280[[PdfImg(file:relpath/to/foo.pdf)]]
     
    8987== Configuration
    9088
    91 No configuration is needed except to use the Resource 'file:' the following configuration must be set:
     89No configuration is needed, except when using the resource 'file:' the following configuration must be set:
    9290
    93 Suppose your server is ''http://example.com'' and the webserver config mapped your local directory `/absolute/entry/directory` to the public directory `entrydir`, then your configuration for the ''file:''-resource looks like:
     91Suppose your server is `http://example.com` and the webserver config mapped your local directory `/absolute/entry/directory` to the public directory `entrydir`, then your configuration for the `file:`-resource looks like:
    9492
    9593{{{#!ini