GithubHelp home page GithubHelp logo

geographika / pdf-img Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cmacmackin/pdf-img

0.0 2.0 0.0 17 KB

A Pelican plugin allowing PDF, PS, and EPS files to be included in articles as images

License: GNU General Public License v3.0

Python 100.00%

pdf-img's Introduction

pdf-img

Searches for any <img> tags within your article for which the source is a PostScript, EPS, or PDF file. It will produce a PNG preview of the file and this PNG will be displayed as the image. This preview will also act as a link to the original file. If the PDF/PS/EPS file is a multi-page document, then only the first page will be used for the preview. This plugin may be useful for including scientific plots in articles and pages.

Note that the previews will be stored in a directory called __pdf_previews__ stored at the root of the output directory. Errors may arise in the unlikely event that one of your static directories also has this name.

Requirements

figure-ref requires BeautifulSoup4 and wand. Wand, in turn, requires that ImageMagick be installed.

pip install BeautifulSoup4 wand
sudo apt-get install imagemagick   # Works for Ubuntu-based Linux distributions

pdf-img's People

Contributors

cmacmackin avatar

Watchers

Seth G avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.