Changes between Version 25 and Version 26 of PdfImagePlugin


Ignore:
Timestamp:
Oct 22, 2015, 1:14:37 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PdfImagePlugin

    v25 v26  
    55== Description
    66
    7 Insert vector graphics like PDFs or SVGs as PNG-images into a wikipage or ticket.
     7This plugin inserts vector graphics like PDFs or SVGs as PNG-images into a Trac wiki page or ticket.
    88
    9 Requires `convert` from [http://www.imagemagick.org ImageMagick], `convert` may fail on specific files. Additionally, Ghostscript is required for `convert` on Windows, which is available [http://pages.cs.wisc.edu/~ghost/doc/GPL/gpl902.htm here].
     9Requires `convert` from [http://www.imagemagick.org ImageMagick]. However, `convert` may fail on specific files. Additionally, Ghostscript is required for `convert` on Windows, which is available [http://pages.cs.wisc.edu/~ghost/doc/GPL/gpl902.htm here].
    1010
    11 The handling and the parameters are inspired by LaTeX includegraphics and the trac !ImageMacro.
     11The handling and the parameters are inspired by LaTeX includegraphics and the Trac !ImageMacro.
    1212
    1313Examples:
     
    2121
    2222'''Note''': PDF conversion with !ImageMagick-`convert`:
    23  1. may fail on specific PDF s. This is not a problem of the plugin, this is a problem of `convert`. In this case you will get an error like "{{{ Can't display foo.pdf, ImageMagick->convert failed with errorcode=... , command=convert ... }}}"
    24  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)
     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 ... }}}"
     24 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.
    2525
    2626=== Requirements
     
    6262
    6363If you have any issues, create a
    64 [http://trac-hacks.org/newticket?component=PdfImagePlugin&owner=ursaw new ticket].
     64[/newticket?component=PdfImagePlugin&owner=ursaw new ticket].
    6565
    6666[[TicketQuery(component=PdfImagePlugin&group=type,format=progress)]]
     
    7272== Source
    7373
    74 You can check out PdfImagePlugin from [http://trac-hacks.org/svn/pdfimageplugin here] using Subversion, or [source:pdfimageplugin browse the source] with Trac.
     74You can check out PdfImagePlugin from [/svn/pdfimageplugin here] using Subversion, or [source:pdfimageplugin browse the source] with Trac.
    7575
    7676== Example
     
    9191No configuration is needed except to use the Resource 'file:' the following configuration must set:
    9292
    93 Assume 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:
     93Suppose 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:
    9494
    9595{{{#!ini