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

some quick fixes #12

Closed
wants to merge 1 commit into from
Closed

some quick fixes #12

wants to merge 1 commit into from

Commits on Dec 31, 2014

  1. some quick fixes

    pip install fails if PyPDF2 is not already installed, since setup.py
    imports pdfmerge for doc and __author__, but pdfmerge in turn imports
    PyPDF2. the import now happens if the module works as __main__
    
    also, the command fails if a pdf file is reported as encrypted, even
    though no password is set. using default password, which is blank,
    fixes these situations.
    shreyas committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    dabb702 View commit details
    Browse the repository at this point in the history