We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The stamp feature should support line breaks (e.g. \n) instead of printing them as "\n"
With line breaks implemented, overflow of the text can be manually avoided
The behaviour should be the same as watermarks, which already implements line breaks.
Stirling-PDF/src/main/java/stirling/software/SPDF/controller/api/security/WatermarkController.java
Lines 178 to 223 in d832a90
The text was updated successfully, but these errors were encountered:
Hi @DogeAmazed
This feature has been successfully implemented, and the corresponding PR has been merged.
Feel free to test it out and let us know if you encounter any issues or have further suggestions.
Sorry, something went wrong.
No branches or pull requests
Feature Description
The stamp feature should support line breaks (e.g. \n) instead of printing them as "\n"
Why is this feature valuable?
With line breaks implemented, overflow of the text can be manually avoided
Suggested Implementation
The behaviour should be the same as watermarks, which already implements line breaks.
Additional Information
Stirling-PDF/src/main/java/stirling/software/SPDF/controller/api/security/WatermarkController.java
Lines 178 to 223 in d832a90
No Duplicate of the Feature
The text was updated successfully, but these errors were encountered: