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

Add helpers for transform matrices and XObjects #145

Merged
merged 21 commits into from
Oct 3, 2022
Merged

Add helpers for transform matrices and XObjects #145

merged 21 commits into from
Oct 3, 2022

Commits on Oct 3, 2022

  1. Draft extended pageobjects API

    Goal: Add means to capture pages as page objects, position/transform
    them, and insert them onto a page.
    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    60434eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f419ec View commit details
    Browse the repository at this point in the history
  3. First attempt (untested)

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    247810d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a88bff3 View commit details
    Browse the repository at this point in the history
  5. Add a first test case

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b090b7f View commit details
    Browse the repository at this point in the history
  6. extend test case

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    acfcf54 View commit details
    Browse the repository at this point in the history
  7. Add separate XObject class

    We may want to get multiple page objects for a single XObject to avoid
    resource duplication.
    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0e92371 View commit details
    Browse the repository at this point in the history
  8. further extend test case

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    84a3571 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68b9f90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99a2315 View commit details
    Browse the repository at this point in the history
  11. page/matrix: improve docs

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e51db25 View commit details
    Browse the repository at this point in the history
  12. Fix the mirror method

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c85ca85 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9c3eae View commit details
    Browse the repository at this point in the history
  14. merge translate steps

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e4aa964 View commit details
    Browse the repository at this point in the history
  15. Remove helper methods for now

    write test matrices manually for now
    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    27ab8a3 View commit details
    Browse the repository at this point in the history
  16. Some refinements

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6f4ec5c View commit details
    Browse the repository at this point in the history
  17. Docs clarifications

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0a94fb2 View commit details
    Browse the repository at this point in the history
  18. test get_matrix()

    mara004 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f3f1b2a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    11d92fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3e978bd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f6af60c View commit details
    Browse the repository at this point in the history