Questions tagged [stamp]
70 questions
1
vote
2 answers
Acrobat Dynamic Date Stamp with Dialogue Box Results not Displaying
I am completely a novice at this, and borrowed part of a script from a sample online.
I am working a stamp with a dialogue box prompting for the date, and defaulting to the current date if no response. I have gotten it to display the dialogue box…

Javy
- 11
- 1
1
vote
2 answers
Find the minute difference between 2 time stamps in ddmmmyyyyhhmmss SAS format
I have 2 time stamps in ddmmmyyyyhhmmss SAS format. How can I find the minute difference between the two?
I have tried the INTCK fn ('minute', date1, date2). It is working. But the time stamps seems to have spmeformatting errors.

Aishwarya Kumar
- 11
- 1
- 2
1
vote
0 answers
TypeError: Cannot read property "source" from undefined. (line 2, file "Code")
I had some code in script that was working fine and now for some reason it's now giving me the error int he title of this question
The code is as follows
function onEdit(e) {
var sheet = e.source.getActiveSpreadsheet(),
…

Archie Campbell
- 11
- 1
1
vote
1 answer
What JavaScript will get meta-data from PDF into an Acrobat Dynamic Stamp calculation?
I'm creating a dynamic stamp in Acrobat to capture meta-data defined in the Document Properties/Custom Properties tab. Each reviewer can modify their portion of the meta-data, then when they use the dynamic stamp the data is 'captured' and displayed…

BStone
- 111
- 4
1
vote
1 answer
Is there a way to get the galsim stamp size of a profile without computing the pixel table?
In galsim, I have created a galaxy with a given sersic profile. I convole it by a PSF. I would like to know if there is a way to get the size of the stamp that would be computed using drawImage without actually computing the pixels.
Basically, I'd…

akira
- 31
- 6
1
vote
0 answers
Dynamic data in jmeter request
I am using jmeter and i need help how to Deal with this dynamic data (nid:sub-1554578997748-161 ) to i can send it successfully in the request
i found that first part (1554578997748) is the time stamp in milliseconds
but what is 161 and how to…

Radwaa Younis
- 11
- 4
1
vote
1 answer
Stamp Coupling Improvement
I study programming in my college Stamp Coupling. We are learning system analysis and design. My classmate ask me the question, how to solve Stamp Coupling? I ask Teacher who said "Use an interface to limit access from clients", but I still…

LiHao
- 290
- 3
- 13
1
vote
1 answer
How would I get it to add the File Creation time to my .txt name?
I am creating multiple .txt files for my DataGridView and I wanted to add a creation date to them.
*****EDIT*****
I have changed my code to the following to see if it would output a time stamp:
private void button2_Click(object sender, EventArgs…

tegabyte
- 69
- 9
1
vote
0 answers
Video stamping in Android
I want to stamp custom text on video recorded by my app, here i am using FFmpeg Video Library and throwing this command to stamp custom text on video as a stamp.
ffmpeg -i /storage/emulated/0/RecordThrow/VID_20170510_195716.mp4 -vf…

bhavesh solanki
- 11
- 3
1
vote
1 answer
iTextsharp 7: Rotating a Stamp or Annotation
A lot of questions I found regarding rotations dealt with Page rotation - and at best, image rotation. How exactly are objects such as Rectangles and stamp annotations rotated via iText?
I initially expected there will be a high level method such…

AAS.N
- 183
- 1
- 18
1
vote
0 answers
Just a couple of really basic syntax questions (Basic)
I'm in the process of updating an old BS2 (basic stamp) Rev for an Ardunio for a piece of hardware for the company I work for, and I've just encountered a couple pieces of code that I'm not too sure on and I'd like some clarification. I've looked…

Metric
- 88
- 1
- 11
1
vote
0 answers
How to add text Stamp annotation in a rotation pdf
I want to add stamp annotation with text into a pdf.
The rotation of the pdf is 270.
The code I wrote, but the stamp rotation is wrong.
PdfReader reader = new PdfReader(file.getAbsolutePath(), "PDF".getBytes());
PdfStamper stamper = new…

HenryChen
- 11
- 1
1
vote
0 answers
Fody Stamp taking forever
simple question here.
I am using Fody Stamp to stamp the current git version to my projects assemblies, and it works perfectly.
My problem is, the solution have a very large number of projects, and each take some time to process making the build…

Dunge
- 89
- 1
- 11
1
vote
1 answer
Rails 4.2.5 and userstamp - conflict with a method creator
Gemfile
gem 'rails', '~> 4.2', '>= 4.2.5'
gem 'userstamp', :git => 'https://github.com/stricte/userstamp.git', :branch => 'rails4'
User model
class User < ActiveRecord::Base
...
model_stamper
stampable
...
end
I have this message
You tried…

Nikolay Lipovtsev
- 657
- 1
- 6
- 15
1
vote
1 answer
Using timestamp, json e python
This script makes the requisition fligts google every 1h, using time.sleep (3600) and generates a txt file with all phrases
he rolled over a day and a half.
I want do this properly using TIMESTAMP. Someone can help me?
import urllib
import…

Lorena Santana
- 21
- 1
- 1
- 3