watermark Questions
5
Solved
I am using a Watermark textbox as in Watermark TextBox in WPF
<Grid Grid.Row="0" Background="{StaticResource brushWatermarkBackground}" Style="{StaticResource EntryFieldStyle}" >
<Text...
Corliss asked 22/10, 2009 at 13:8
3
Solved
I am using itext5 to create pdf files with painted non-removable watermarks as follows:
public class TestWatermark {
public static String resourcesPath = "C:\\Users\\java\\Desktop\\TestWater...
35
Solved
3
Solved
I have done a bit of digging and i havn't been able to find any feasible way of adding watermarks to my 1000+ images automatically. Is this possible with irfanview?? What im looking for is just som...
Rasp asked 4/4, 2011 at 0:19
4
Solved
I convert PDF -> many JPEG and many JPEG -> many PDF using ghostscript. I need to add watermark text on every converted JPEG (PDF) page. Is it possible using only Ghostscript and PostScript?
The o...
Coprophagous asked 3/9, 2012 at 6:38
2
# This Section imports the necessary classes from the PyPDF2 library
from PyPDF2 import PdfFileReader, PdfFileWriter
from PyPDF2.generic import ContentStream, NameObject, TextStringObject
from PyP...
2
Solved
I have found out how ffmpeg can add image watermark at the bottom left of a video
ffmpeg -i "C:\test.mp4" -i "C:\test\watermark.png" -filter_complex "overlay=10:main_h-overlay_h-10" "C:\test-water...
3
Basically, I have 2 php script. 1 of the php scripts is to display and the other 1 is the watermark function.
I use this PHP to display the image with watermark:
<img src="watermark1.php?imag...
11
Solved
Can anyone point me to a good implementation of a basic Windows Forms TextBox that will initially show watermark text that disappears when the cursor enters it? I think I can create my own with som...
8
Solved
I have an image with frames and I need to add a watermark effect. How might I do this?
5
Solved
I'm building a Flutter application which needs to add waermark on videos and images.
Is there any way to achieve this with firebase (or any other service)? I could do this on client-side but also t...
4
Solved
I am using HighCharts Javascript library for a web application and would like to have an image watermark inside the charts (let's say a small image on the left top corner). Not only to show this wa...
Trisect asked 5/1, 2012 at 13:55
4
Solved
In Javascript, I am using pdfmake to generate a pdf document. I read it from github that it supports watermark and the following is my usage but it is giving me some random and weird characters. Th...
Indocile asked 29/7, 2015 at 4:41
3
Solved
Is there an easy way with relative positioning to overlay a transparent PNG (or any other image) over an image tag with CSS just by passing a class?
<img class="watermarked" src="http://placeh...
7
Solved
What I need is to create cross website transparent watermark like this using only html and css. Have no idea how to keep that always in one place for ex: right bottom side of browser window.
6
Solved
How can I achieve the following watermark text ("howbloggerz") with css/html?
7
Solved
1
We would like to watermark images automatically, after its uploaded to S3. How do we achieve this using a java based library?
2
Solved
I am somewhat confused by how Flink deals with late elements when watermarking on event time.
My understanding is that as Flink reads a stream of data, the watermark time is progressed upon seeing...
Malefactor asked 1/5, 2018 at 9:47
5
Solved
I wanted to work on a small project to challenge my computer vision and image processing skills. I came across a project where I want to remove the hidden marks from the image. Hidden here refers t...
Lymph asked 28/7, 2020 at 17:52
6
Solved
In my Application I need to capture a video and Put a watermark on that video. The watermark should be Text(Time and Notes). I saw a code using "QTKit" Frame work. However I read that the framework...
Trona asked 26/8, 2011 at 14:1
3
Solved
Wonder if this possible. Saw many posts on adding watermark after the pdf is created and saved in disk. But during creation of document how do i add a image watermark. I know how to add a image to ...
5
Solved
Basically I want to take an image that the user chooses from their photo library and then apply a watermark, a triangle in the lower right that has the app name on it. I have the second image alrea...
Cheerio asked 11/8, 2011 at 2:10
4
Solved
The solutions for my school's assignments all have waterstamps on the PDFs with our username on it.
I was wondering if you guys know how to do something like that using PHP? Do they run a script p...
Matthei asked 21/10, 2010 at 0:38
3
Solved
I'm looking for an example of a Microsoft Word Document generated by HTML.
It should contain a header, footer and a watermark.
1 Next >
© 2022 - 2024 — McMap. All rights reserved.