Questions tagged [stamp]

70 questions
7
votes
3 answers

Best way to stamp an image with another image to create a watermark in ASP.NET?

Anyone know? Want to be able to on the fly stamp an image with another image as a watermark, also to do large batches. Any type of existing library or a technique you know of would be great.
MetaGuru
  • 42,847
  • 67
  • 188
  • 294
5
votes
1 answer

With Bazel, how can you retrieve stamped information from a binary?

The manual goes into the details of how you can stamp binaries (https://docs.bazel.build/versions/master/user-manual.html) with build information. My question is "how can you read that information from a binary?"
grandmasterj7
  • 51
  • 1
  • 2
4
votes
1 answer

How to reuse extracted source with CMake's ExternalProject_Add?

I use the following CMake file to automatically download and compile the Boost libraries. After generating project files for my compiler, I run cmake --build . --config Debug and cmake --build . --config Release to build both variants. So I envoke…
danijar
  • 32,406
  • 45
  • 166
  • 297
3
votes
0 answers

Symfony messenger is printing massive output through stderr

I have a worker that needs to retry consuming some messages until an external service is available to store them, which is only available on work hours, but the events can be generated at any time. Everything is working as expected, and I'm logging…
TheosK
  • 31
  • 6
3
votes
1 answer

Customize PDFStamper using iTextSharp

I'm using iTextSharp to sign PDFs. When signing, it stamps the document with 4 fields: who signed, when, reason and location. What I meant to do is to add a field below (or above, that doesn't matter) with custom information. Any Idea? Here's my…
Miguel Ribeiro
  • 8,057
  • 20
  • 51
  • 74
2
votes
1 answer

^^ binary operator in basic stamp

We need to mantain a *.bas file (basic STAMP). it contains the following line: if (x^^y) then We don't know what is the meaning of "^^" binary operator. (a single "^" is XOR and "^/" is XNOR). It's quite complicated to try to test it on the board.
Dorad
  • 3,413
  • 2
  • 44
  • 71
2
votes
4 answers

How can I produce a small stamp on each image on my site

i work in lamp environment . i search script that know to take a image , that user upload to my site. and make from this image , new image that contain the real image with small stamp on the top corner. thanks
Haim Evgi
  • 123,187
  • 45
  • 217
  • 223
1
vote
0 answers

PDF Control for WPF - Sticky Notes, highliting, user defined stamp text

I need an PDF Control for WPF which is able to allow such editing: Sticky Notes highlighting (text, lines, etc) user defined stampt text If someone know such a control please let me know. Of course should be a commercial product. Thank you! Tom
1
vote
1 answer

Possible to use WIA stamp for stamp 2 stream data in vb6 without use file address method?

I use this function for stamp two image and get result as new image file: Public Sub CaptureFormAndSaveFile(ByVal masterimagefile As String, ByVal fileforappend As String, ByVal masterimagefileoutput As String, ByVal Left As Long, ByVal Top As…
1
vote
0 answers

Copy and paste a stamp with populated form fields without the pop-up box prompting me to complete the filled fields everytime in adobe?

I created a custom Adobe stamp with form fields and included a Javascript so that when it's first applied, a prompt appears that asks 2 questions and then auto populates the date. All of this works great but I then need to copy and paste the stamp…
1
vote
1 answer

iText7 remove stamp

First, I add a stamp to pdf files used iText7, about drawing's rev date... I get it. Second, if I update the drawings, need to update the stamp information, the simplest, to delete the stamp and add it again. But, I can't get the stamps in…
SHEN
  • 13
  • 3
1
vote
0 answers

JavaScript for fillable Adobe Stamp

I have a script for the autofill date (which is great), but I need a simple script for where the user can enter in a number when the stamp is placed.
1
vote
1 answer

Python Turtle Race

I got an assignment, where I have to make a "turtle race" with the turtle module. I need to implement a winner and an output of the Winner plus a restart function. My code: import turtle import random turtles = [] def setup(): global turtles …
1
vote
1 answer

time stamp - how to calculate time difference in seconds with a groupby

I have a pandas dataframe with id and date as the 2 columns - the date column has all the way to seconds. data = {'id':[17,17,17,17,17,18,18,18,18],'date':['2018-01-16','2018-01-26','2018-01-27','2018-02-11', …
1
vote
1 answer

Java iText PDF annotation/stamp not visible on Chrome and Firefox (browsers)

We have been trying to add annotation/stamp to an existing SIGNED PDF without invalidating the Signature but unfortunately browsers wont show the stamp/annotation. When opened in Adobe Reader the annotation can be seen there. Any other idea is…
Nibra
  • 21
  • 3
1
2 3 4 5