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

Multiple PRs #755

Merged
merged 17 commits into from
Oct 26, 2024
Merged

Multiple PRs #755

merged 17 commits into from
Oct 26, 2024

Commits on Apr 25, 2024

  1. Update tcpdf.php

    Since the version 6.7.4, the "0" is considered like empty string and not displayed
    jlouche authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    942a569 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Update tcpdf.php

    Co-authored-by: William Desportes <[email protected]>
    jlouche and williamdes authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f8cf259 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Fixed handling of transparency in PDF/A mode in addExtGState method

    The condition allowed to add ExtGState in all PDF/A modes and disallowed
    in default mode.
    
    This fix inlines the condition with setExtGState to allow transparency
    parameters for non-PDF/A and PDF/A > 1 documents.
    
    The state condition is copied from 'setExtGState'.
    stollr committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1056a31 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Encrypt /DA string when document is encrypted

    When document is encrypted then /DA string must be encrypted,
    without this Acrobat cannot allow fill form fields.
    JedrzejczykRobert authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    789d8d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Improve quality of generated seed, avoid potential security pitfall

    * Try to use random_bytes() first if it's available
    * Do not include the server parameters in the generated seed, as
    they might contain sensitive data
    
    As all current usages of getRandomSeed() directly hash the seed,
    there should be no BC breaking changes.
    
    The main source of entropy is more than enough on its own if
    random_bytes() or openssl_random_pseudo_bytes() are available.
    xelan committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    022689a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix bug on _getannotsrefs when there are empty signature appearances …

    …but not other annot on a page
    aprecioso committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5e43d3c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    7c9a170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee8f6e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Remove usage of xml_set_object() function

    The xml_set_object() function will be deprecated in PHP 8.4 as well as
    passing non-callable strings to the xml_set_*_handler() functions.
    
    Instead of using xml_set_object(), the string method names in
    xml_set_element_handler() and xml_set_character_data_handler() should be
    replaced with callables.
    
    - https://wiki.php.net/rfc/deprecations_php_8_4#xml_set_object_and_xml_set_handler_with_string_method_names
    
    Signed-off-by: Maurício Meneghini Fauth <[email protected]>
    MauricioFauth committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    53990c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    fddb42c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a977a64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d27369 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b50fe2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b93b25f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0acbbf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ce8a91 View commit details
    Browse the repository at this point in the history