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

PDF Exports: New command option and library/option cleanup #4969

Merged
merged 4 commits into from
Apr 26, 2024

Commits on Apr 22, 2024

  1. PDF: Started new command option, merged options, simplified dompdf

    - Updated DOMPDF to direcly use library instead of depending on barry
    wrapper.
    - Merged existing export options file into single exports file.
    - Defined option for new command option.
    
    Related to #4732
    ssddanbrown committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bb6670d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. PDF: Removed barryvdh snappy to use snappy direct

    Also simplifies config format, and updates snappy implmentation to use
    the new config file.
    Not yet tested.
    ssddanbrown committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4020085 View commit details
    Browse the repository at this point in the history
  2. PDF: Added implmentation of command PDF option

    Tested quickly manually but not yet covered by PHPUnit tests.
    ssddanbrown committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1c7128c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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