markpdf icon indicating copy to clipboard operation
markpdf copied to clipboard

Watermark PDF files using image or text

Results 22 markpdf issues
Sort by recently updated
recently updated
newest added

Hi, first, thanks for a great utility! It's working great in testing so far. Is there any scope for adding PDF properties, such as title, copyright, author etc?

enhancement
good first issue

Synatax: ``` markpdf pdf.pdf ~/Downloads/logo.jpeg out.pdf -p10 -t ``` In above syntax, using `-p` to scale the image to 10% and `-t` to generate tiles all over the page. Result:...

Builds on top of https://github.com/ajaxray/markpdf/pull/14 with feedback from @ajaxray in mind Approach: 1. Check if given watermark is a template with `isWatermarkATemplate` 2. If a template, dynamically change the text...

I have found that if I have a PDF document that has bookmarks and links for easy navigation, all of them are removed once I mark my PDF using this...

Hi, thanks for this useful tool Is there a way to set text background color? And to center the watermark horizontally while defining a vertical offset (for instance, center at...

Hi Anis, I have recently added a feature for the _text watermarking_, where the text can now be horizontally centered, but still specify the vertical offset of where you would...

I have a PDF file that seems to have an invalid media box. The file opens fine using Adobe PDF reader, so I assume there's a standard default being used....

whether can it support chinese ?

whether can support "Song typeface"?

Hi @ajaxray, Is it possible to break the text into two lines if the watermark text size is larger than the page size? Thank You

enhancement
good first issue