ckanext-pdfview
ckanext-pdfview copied to clipboard
PDF viewer for CKAN
After adding the plugin and default_views, whenever I try to save a view I get and internal server error in front end. and: 2021-02-12 17:02:50,457 ERROR [ckan.config.middleware.flask_app] Could not build...
Installed in a 2.8 / Python 2 it works like a charm, but in 2.9 / Python 3 when I open the view page, it automatically downloads the PDF to...
Hello, I just installed the latest version and right now it works fine. However, if I understand correctly, it will only create view when creating or updating resources, right? Is...
I see this exception: `[2019-06-10 19:34:12,149] ERROR in flask_app: 'flask.wrappers.Request object' has no attribute 'str_GET'` with CKAN master (to be v2.9) It's because we've move from a pylons request to...
Tons of fixes since the embedded v1.0.1207 early 2015 https://github.com/mozilla/pdf.js/releases
On CKAN 2.8.3 when pdf_view is enabled "Embed" button is displayed without border and after you click on that button, dialog box seems to be unvisible (proper html could be...
This prevents large amounts of black space at the bottom of the PDF
Fixes #31 Adds a helper function to check whether a request is Flask or Pylons and use the appropriate function (`request.str_GET` vs `request.args`). Tested with CKAN 2.8.2 (which uses Pylons)...
Have an INI option to automatically create thumbnails using ImageMagick and Ghostscript (apt-get install imagemagick ghostscript) For simplicity, also specify a www-readable directory where thumbnails are created. The CKAN admin...
Either with [pdftables](https://pdftables.readthedocs.org/en/latest/) or [Tabula](https://github.com/tabulapdf/tabula-extractor)