Questions tagged [stamp]

70 questions
0
votes
2 answers

Bluebeam - Adding Multiple Drop downs to Custom Stamp Javascript

I've had some success creating custom stamps in Bluebeam (great PDF editor) by starting from their existing sample stamps. I've got a stamp that has one custom text field that has a drop down menu with predetermined options to selection. The stamp…
AWH
  • 1
  • 2
0
votes
1 answer

Why is this function going in a loop?

void listord::stmp() { nodeL *aux=head; cout<<"STMP"<getData(); aux=aux->getNext(); } cout<
0
votes
1 answer

Script for Date Stamping on Multiple Sheets

I am very very very new to all this. I need help, I am trying to use script editor to get the date statically stamped in one column when something is entered in a different column. I figured how to do this for one tab but I need this to happen on…
0
votes
1 answer

unable to put stamp using itext7 using Java lanaguage on only skia generated pdf (shows inverted stamp)

I am unable to put stamp using itext7 using Java language on only skia generated pdf (skia is pdf library used by google; if someone has worked on google docs-> Clicks on Print -> Save as Pdf ). It Stamps incorrectly; if I stamp at top left…
Sameer
  • 1
  • 2
0
votes
1 answer

DEBUGIN burst speed effecting SPI on BASIC Stamp

I have an application on a Parallax BASIC Stamp board that reads text commands and executes test cases based on the commands. One test case that sends data via the SPI bus and reads from the SPI bus is failing, depending upon the burst rate of the…
Thomas Matthews
  • 56,849
  • 17
  • 98
  • 154
0
votes
1 answer

Itext 7: Cannot remove annotations or flatten document

I've been playing around more since getting the stamping process to work for the most part. Now I am trying to delete all annotations from a PDF. I have tried it multiple ways as shown below: public void ClearStamps() { IList
AAS.N
  • 183
  • 1
  • 18
0
votes
1 answer

add stamp annotation using PSPDFKit iOS objective-c

I am using PSPDFKit framework, and I am unable to add stamp annotation, using this I have implemented following: [pdfController.annotationStateManager toggleState:PSPDFAnnotationStringStamp]; NSMutableArray *defaultStamps =…
Zღk
  • 854
  • 7
  • 25
0
votes
1 answer

default text in Adobe acrobat Javascript Stamp

Hi everyone I've look in all kinds of places but was unable to figure it out what i'm trying to do is get the field "Attention To:" to be populated with a default text but have the option of replacing it. here is the code I have var dialog = { …
Yvan L
  • 233
  • 3
  • 12
0
votes
1 answer

rpm install use current timestamp

rpm install ko module. need run depmod -A to update module.dep, but the timestamp of ko files isn't current timestamp. so can use current time stamp of installed file during rpm installing
0
votes
2 answers

Copy-paste dynamic stamp in adobe pro

In adobe pro, i have a dynamic stamp that puts in the username + time when the stamp is placed. This gets generated by some javascript that looks something like this: event.value = identity.name + ” at ” + util.printd(“h:MM tt, mmm dd, yyyy”,new…
Dante1986
  • 58,291
  • 13
  • 39
  • 54
0
votes
1 answer

iText - Persistence of pagestamp in PdfCopy

I'm using iText 4.2.1 to generate my pdf reports. So basically I have a PDF template which contains a cover page, end page and a content page (that just contains an image header). I'm using PdfCopy & PdfImportedPage to copy my template and…
Guillaume
  • 33
  • 6
0
votes
3 answers

SQL Server stamp on exporting FOR XML

I am currently trying to export some data from SQL Server 2014 to a XML document. I've gotten help from here earlier on this project and I am very thankful for that. At the moment the data is structured correctly and is as it should be, but…
0
votes
0 answers

Add bitmap/jpg to fixed location in PDF

I need to put an image (bitmap or jpg) in a fixed location at the bottom of the last page of an existing pdf. I've been looking into iTextSharp, but couldn't find if this was actually possible. Has anyone ever tried this with iTextSharp or another…
Koen
  • 2,501
  • 1
  • 32
  • 43
0
votes
1 answer

how to add hour onto time script in linux

I have a webcam that uploads a pic to a webpage every 5 minutes and beneath it is some code to upload a timestamp. Recently I have noticed the timestamp is an hour out and Ive checked the linux server, webcam taking images and they have the correct…
webman74
  • 1
  • 2
0
votes
0 answers

How to sign a pdf file with iTextG 5.4.3 (Android) without using tempFiles (only memory)

Anybody has an example of how to sign a pdf file with using files only with memory in Android with iTextG 5.4.3. I tried with java examples but it throws a NullPointerException when I call to preClosed() of PdfSignatureAppearance. Here is the code…