Reference:PdfHandler: Difference between revisions

hw>Mlink-rodrigue
No edit summary
 
No edit summary
Tag: 2017 source edit
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|developer=Martin Seidel
|developer=Martin Seidel
|type=MediaWiki
|type=MediaWiki
|edition=BlueSpice Cloud, BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud
|active=No
|compatible=MediaWiki
|compatible=MediaWiki
|category=Rich Articles
|category=Rich Articles
|license=GPL v2+
|license=GPL v2+
|docu=https://www.mediawiki.org/wiki/Extension:PdfHandler
|docu=https://www.mediawiki.org/wiki/Extension:PdfHandler
}}
|features=
'''PdfHandler''' shows uploaded pdf files in a multipage preview layout. 
'''PdfHandler''' shows uploaded pdf files in a multipage preview layout. 


Line 21: Line 20:
*Another option, introduced quite long ago ([http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/PdfHandler/PdfHandler_body.php?revision=25575&view=markup r25575]), is to use it to display PDF files as an image, showing a single page at a time.
*Another option, introduced quite long ago ([http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/PdfHandler/PdfHandler_body.php?revision=25575&view=markup r25575]), is to use it to display PDF files as an image, showing a single page at a time.
*Because PdfHandler extends ImageHandler, you can use all the arguments that you would for an [https://www.mediawiki.org/wiki/Help:Image Image] -- for example: thumb, right/left, caption, border, link, etc.
*Because PdfHandler extends ImageHandler, you can use all the arguments that you would for an [https://www.mediawiki.org/wiki/Help:Image Image] -- for example: thumb, right/left, caption, border, link, etc.
 
}}
For more information please visit [https://www.mediawiki.org/wiki/Extension:PdfHandler MediaWiki].
{{wcagCheck
 
|wcagStatus=2-testing complete
{{Translation}}
|wcagTestdate=2022-08-08
 
|extensionType=backend
[[Category:BlueSpice free]]
}}
[[Category:MediaWiki]]
[[Category:Extension]]

Latest revision as of 07:49, 8 August 2022

Extension: PdfHandler

all extensions

Overview
Description: Shows uploaded PDF files in a multipage preview layout.
State: stable Dependency: MediaWiki
Developer: Martin Seidel License: GPL v2+
Type: MediaWiki Category: Rich Articles
Edition: BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.

Features

PdfHandler shows uploaded pdf files in a multipage preview layout. 

Together with the Proofread Page extension enabled, PDF files can be displayed side-by-side with text for transcribing books and other documents, as is commonly done with DjVu files (particularly in Wikisource).

Usage:

  • The main usage of the PdfHandler extension is without user interaction. If you upload a new pdf file, the metadata will be stored in the database, and then this file can be shown in a multipage preview layout like the djvu handler does. Without this extension, pdfs will not display properly when uploaded.
  • Additionally, this extension allows Extension:ProofreadPage to handle pdfs in side-by-side view for transcribing/proofreading, as is done on Wikisource
  • Another option, introduced quite long ago (r25575), is to use it to display PDF files as an image, showing a single page at a time.
  • Because PdfHandler extends ImageHandler, you can use all the arguments that you would for an Image -- for example: thumb, right/left, caption, border, link, etc.

Accessibility

Test status: 2-testing complete
Last test date: 2022-08-08


Extension type: backend

Discussions