-
Notifications
You must be signed in to change notification settings - Fork 220
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 watermark add/remove image #156
Comments
I also resolved this by using the modifier. I am having issues however loading the trailer information from a modified pdf, the trailer always is loaded as empty with no additional information directory even though I am able to read the additional info in adobe. |
Have you been able to make more progress with this? |
Nah we bailed and ended up using foxit pdf reader. Though we did implement
this on the pdf directly, it had bugs and ended up being a main
consideration for going with pdf software package that comes with
maintenance
…On Wed, Sep 25, 2019, 4:42 PM ghernando ***@***.***> wrote:
Have you been able to make more progress with this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#156?email_source=notifications&email_token=ALXOWXTIJUCKBECVE6A5B5TQLPZPBA5CNFSM4HDFGTBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7TYORY#issuecomment-535267143>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALXOWXWEW2IV5NXAIH3FYZ3QLPZPBANCNFSM4HDFGTBA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this possible to add a sample of this to the play ground if it is in fact possible? I've been having a difficult time taking the existing samples and modifying them to be able to add a watermark that sits on top of a page and then remove this watermark at a later time. I have quite a bit of faith that this is possible using the PDF writer but have had no luck in getting anything to work.
The main issue is with adding a watermark is that when doing a copy context and merging pages, the original content is always behind the new content (which makes sense).
When trying to add a watermark using the ModifiedPage I am also seeing that the watermark does not sit on top of the original content.
Has anyone dealt with any of these problems? I will continue to post code here as I clean it up.
The text was updated successfully, but these errors were encountered: