-
Notifications
You must be signed in to change notification settings - Fork 476
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
Text watermark does not support settings such as font, size, color,layout, etc,image watermark does not support scaling parameters #519
Comments
Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, |
Hi @KunLiu1210 Could you share the expected docx results that created through MS Word or similar application and would be better if you could share the runnable code snippet that you use to generate watermark currently. Best regards, |
@KunLiu1210 Please check the following example for reference: https://github.com/unidoc/unioffice-examples/blob/master/document/watermark-text/main.go As for image watermark scaling, we have the function SetPictureSize() which does the scaling, see how to use it here: https://github.com/unidoc/unioffice-examples/blob/master/document/watermark-picture/main.go |
@anovik
|
Description
Text watermark does not support settings such as font, size, color,layout, etc,image watermark does not support scaling parameters
Expected Behavior
Text watermark support settings such as font, size, color,layout, etc,image watermark support scaling parameters
Actual Behavior
Text watermark does not support settings such as font, size, color,layout, etc,image watermark does not support scaling parameters
The text was updated successfully, but these errors were encountered: