Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fpdf #37

Closed
wants to merge 16 commits into from
Closed

Fpdf #37

wants to merge 16 commits into from

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    d359f77 View commit details
    Browse the repository at this point in the history
  2. Updated README

    DiegoFaFe committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    984f116 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Configuration menu
    Copy the full SHA
    b04686d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. [mzucker#22] describe ImageMagick install

    David Read committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    56ff108 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Added Noteshrink Docker Image link to README

    John Paul Ada authored and John Paul Ada committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    f088842 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'merge_request_18'

    * merge_request_18:
      Explicitly convert palette to bytes
    kodsama committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    21a8e43 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'merge_request_23'

    * merge_request_23:
      [mzucker#22] describe ImageMagick install
    kodsama committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    51cdfa4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'merge_request_24'

    * merge_request_24:
      Added Noteshrink Docker Image link to README
    kodsama committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    c829c9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d2f6c4 View commit details
    Browse the repository at this point in the history
  6. Revert error in import

    kodsama committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    427bc6b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Create Dockerfile

    Would enable this repo to be auto-built on Docker Hub.
    sirlatrom authored and kodsama committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    4d5829f View commit details
    Browse the repository at this point in the history
  2. Add ability to 'noteshrink' PDFs

    Added the ability to noteshrink PDF files, this is done by first checking
    whether or not the files is a PDF, and if it is, convert it to an image using
    the 'pdf2image' utility.
    
    Added the due requierements for this to work.
    aleperno authored and kodsama committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    bb8ff1e View commit details
    Browse the repository at this point in the history
  3. add requirements and example image

    yuanxiaokuang authored and kodsama committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    fa0d210 View commit details
    Browse the repository at this point in the history
  4. add images

    yuanxiaokuang authored and kodsama committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    be77af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21fcf92 View commit details
    Browse the repository at this point in the history
  6. Use fpdf for convertion

    kodsama committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9ac7afc View commit details
    Browse the repository at this point in the history