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

Convert XML entities #34

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Convert XML entities #34

wants to merge 5 commits into from

Commits on Oct 21, 2019

  1. Convert XML entities

    Replace potential XML valid symbols that intefer with rendering a pdf
    emg36 authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    98776a8 View commit details
    Browse the repository at this point in the history
  2. Python versions

    emg36 authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    aa6f45c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. remove six and include escaping

    - use html escaping instead of .replace
    - a conditional on the pdf data to skip keys with and underscore and/or have no key. This was to remove dictionaries that were being passed in, not just a key string value pair
    emg36 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    2472626 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge branch 'master' of https://github.com/revolunet/pypdftk into de…

    …velop
    
    # Conflicts:
    #	pypdftk.py
    Elliot Gilmore committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    edcf4bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from emg36/develop

    merge in original project
    emg36 authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6d18c0b View commit details
    Browse the repository at this point in the history