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

added a pagingSeal feature to the stamp function #1603

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

hxlcw
Copy link

@hxlcw hxlcw commented Jul 29, 2024

Description

I added a pagingSeal feature to the stamp function, allowing for seals to ride across page boundaries.

Main Changes:

  1. stamp.html
  • I modified the way form elements are shown and hidden, as the addition of the pagingSeal feature increased the number of stamp types to three, making the management of form elements more complex.
  • When the type is pagingSeal, here is the page look for:
image
  1. StampController
  • I added two fields for the pagingSeal feature:pagingPosition and firstPageRate.
  • When the stampType is pagingSeal , the method will proceed to addPagingSeal , which is the new method specifically created for the pagingSeal feature.

Output Example:
image


Please feel free to reach out with any questions, concerns, or feedback you may have. I am fully committed to addressing any issues that may arise and ensuring that my contribution aligns seamlessly with the goals and standards of this project.

Thank you again for considering my pull request, and for all the work you do to make this project shine.

Checklist:

  • I have read the Contribution Guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

Contributor License Agreement

By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the future under the MPL 2.0 (Mozilla Public License Version 2.0) license.

(This does not change the general open-source nature of Stirling-PDF, simply moving from one license to another license)

@hxlcw hxlcw requested a review from Frooodle as a code owner July 29, 2024 02:17
@github-actions github-actions bot added Java Pull requests that update Java code Front End Issues related to front-end development Translation API API-related issues or pull requests labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API-related issues or pull requests Front End Issues related to front-end development Java Pull requests that update Java code Translation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants