aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/pdf
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-5/+5
* PDF media type initial migration.Christopher Allan Webber2016-03-261-0/+46
* Fix issue 983 PDF UnicodeDecodeErrorayleph2015-12-101-1/+1
* Fix #919 - Use class names in super call not self.__class__Jessica Tallon2014-09-301-1/+1
* Fix unicode error in pdf media typeChristopher Allan Webber2014-09-121-1/+1
* Fix another tests.Berker Peksag2014-08-071-0/+1
* Continue to port GMG codebase.Berker Peksag2014-05-081-1/+1
* pdf/processing: fix non pdf regression, copy correct fileAlon Levy2013-12-261-2/+4
* pdf/processing: avoid possible dead goblin if pdfinfo failedAlon Levy2013-12-261-0/+5
* Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...Christopher Allan Webber2013-11-131-7/+5
* skip pdf processing if necessaryRodney Ewing2013-09-191-0/+26
* pdf media_type now have their own config_spec.iniRodney Ewing2013-08-291-0/+5
* Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.Christopher Allan Webber2013-08-251-6/+1
* Keep the best quality file if there's no originalRodney Ewing2013-08-161-1/+1
* refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-161-9/+11
* use thumb_sizeRodney Ewing2013-08-161-1/+1
* include a thumb_size string with each Resizer to run gmg reprocess thumbsRodney Ewing2013-08-161-0/+1
* typosRodney Ewing2013-08-161-2/+2
* -scale-to only takes 1 size, so choose the smallestRodney Ewing2013-08-161-2/+2
* include '.png' in filenameRodney Ewing2013-08-161-2/+6
* oops, localized_file not local_fileRodney Ewing2013-08-161-1/+1
* use a tmp_pdf filenameRodney Ewing2013-08-161-2/+4
* add reprocess_manager to __init__Rodney Ewing2013-08-161-2/+2
* Use workbench for temp files, refactor _set_pdf_filename, and correct importsRodney Ewing2013-08-161-19/+28
* added pdf ResizerRodney Ewing2013-08-161-1/+52
* Added pdf Initial processorRodney Ewing2013-08-161-46/+137
* Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-121-6/+2
* Merge branch 'rodney757-media_plugins'Christopher Allan Webber2013-07-122-6/+29
|\
| * converted pdf media_type to pluginRodney Ewing2013-07-022-6/+29
* | Fixing bug that effectively broke document support in 0.4.0.. how embarassing :(Christopher Allan Webber2013-07-101-2/+2
|/
* Make all media types use the new MediaManager classes.Praveen Kumar2013-04-301-9/+11
* pdf/processing.py: don't use check_output, only in python>=2.7Alon Levy2013-04-171-9/+14
* Removing unused imports and an unused media_files dict referenceChristopher Allan Webber2013-04-151-4/+0
* add pdf media typeAlon Levy2013-04-154-0/+380