Questions tagged [stamp]
70 questions
0
votes
1 answer
Rickshaw js realtime current time stamp
I'm using the javascript rickshaw library to visualize realtime data in a diagram. Does anyone know why a time stamp of the x-Axis starts at "01 Jan 1970 00:00:00 GMT" instead of the current time stamp?
Here the x-Axis time stamp is the current…

Kevin
- 229
- 2
- 10
- 19
0
votes
1 answer
SyntaxError: missing : after property id 5 (ADOBE ACROBAT STAMP)
Below is a code I'm running for a pop-up dialogue on a stamp within Acrobat to fill fields accordingly. I keep getting the error "Syntax Error: missing : after property id 5: at line 6" which is var dlg = {
I need some help to identify why this…
0
votes
2 answers
How to move a turtle stamp in python
How do I move a stamp in python turtle module?
Here's my code so far:
import turtle
def draw_start():
turtle.pu()
turtle.setpos(-350,300)
turtle.pendown()
turtle.right(90)
turtle.forward(520)
def draw_finish():
…

jnthndavis
- 3
- 1
- 2
0
votes
1 answer
iTextSharp How to get element added to PdfStamper.getOverContent
What I need to do
I'm writing tests and currently trying to check whether or not our PDF get's correctly stamped on the first page. For this, I tried to search the page for the stamp text which did not work because it appears that this stamp is not…

annih
- 395
- 2
- 6
- 21
0
votes
0 answers
undefined method `strftime_format'
I'm use gems stamp and StampI18n.
Code:
@post.time = @date.localize_stamp("1 Jan 1999, 21:45", :locale => 'en')
Result:
undefined method `strftime_format' for Thu, 09 Jun 2011:Date
What's the problem?

user2380343
- 13
- 2
0
votes
1 answer
Compiling with g++ but still giving error " undefined symbol: __gxx_personality_v0 "
I`m trying to run basic stamp from ubuntu . I downloaded bstamp.sourceforge.net . I tried changing the makefile using gcc with -lstdc++ and also g++ .
Please suggest a fix .Stuck for HOURS .
THe source code for bstamp_tokenize.cpp is here :…

user2136516
- 11
- 4
-1
votes
2 answers
The stamps (pictures) overlap in the PDF
I wrote the following code to stamp a PDF.
imagefile = stamps to be added
filename = PDF's file path
My problem is that the stamps added to each page are overlapping. I want to bring these stamps together. How can I do it? Thanks.
private void…

Tufan Çevik
- 1
- 2
-1
votes
1 answer
Python - adding a script to select all pdf files
I am trying to bulk stamp a number of pdf files, I found something on github that does something very similar but you have to name each file within the script to match with the actual pdf file for it to work.…

user11284044
- 23
- 3
-2
votes
1 answer
Sorting time stamp values that get constantly updated via google forms
I have a google sheet that gets filled via a google form.
Time stamps are created every time a bar code (work order number) is scanned.
The work order number is in the first column.
The 4 unique time stamp fields below are populated in the 2nd…

knightridar
- 1
- 1
- 1
- 3
-3
votes
1 answer
Pull out the date and time stamp from notepad using PowerShell
XYZ Dispatcher Agent 'XYZ' is starting task '12821_1' at Tue Nov 12 01:01:49 2019.
Above is the first line in a log file I want to pull out the "Tue Nov 12 01:01:49 2019" in a variable using Powershell. I have tried using REGEX but facing issues…

Powershellbud
- 13
- 5