Questions tagged [stamp]

70 questions
1
vote
1 answer

Ghostscript Stamp Image on PDF

Is there any way to stamp or overlap a tiff image on a existing PDF file and output the result using Ghostscript? I have two PDF which i want to merge in a result PDF with one over the other using ghostscript. I want to know if this can be done and…
guilleHeuer
  • 215
  • 1
  • 3
  • 9
1
vote
0 answers

Using iText to convert/burn "Stamp" annotations into images

I have a PDF file contains various types of annotations, one of them is of type "Stamp". I'm using iText, and I need to convert this stamp into image on the same position with the same size, then remove this stamp. How can I achieve this? Is there…
m.sarhan
  • 316
  • 3
  • 6
0
votes
1 answer

Delete using a "delete stamp" and auto cascading

Since I never want to actually delete my USER (BASE) objects, I've introduced a delete_date on my BASE model: class BASE (models.Model): class Meta: abstract = True app_label = 'base' verbose_name_plural = 'bases' …
hsk81
  • 792
  • 8
  • 15
0
votes
0 answers

Is there a way to date stamp images with based on EXIF orientation using Python?

I have the following function that stamps images using the date field in the exif file. This code works fine for images that have an orientation of 1. See attachmentPhoto 4 these images are stamped based on the 0,0 x,y. If the image has an…
Larry
  • 1
  • 2
0
votes
1 answer

Delete event for custom stamps in pdftron

I want to add a confirmation dialog box when user clicks on the delete icon for deleting a custom stamp but the stamp disappears from dropdown list as soon as the click the button. It show up when you open the file again or we load it up again but…
0
votes
1 answer

How can I check if user has a specific custom stamp installed?

I have a document where I want to have multiple users approve various steps with a custom stamp I've developed. I've done this with buttons coded to insert the stamps in specific locations. What I need is a way to check if the user does not…
0
votes
1 answer

Inside the Angular component, how do I create a custom stamp using the Grapecity GcPdfViewer?

When the User opens a Pdf inside the GcPdfViewer, they need to stamp the Pdf with an image, the image filepath will be in the src/assets folder, but the example from this web page does not work? Can someone provide me with a working example? There…
greg
  • 338
  • 7
  • 17
0
votes
0 answers

Placing STAMP/Watermark on a specific position in PDF

I am working on a script that loops through a directory of PDF files, checks if they contain a stamp with the subject 'Brick - Entered by Justin', removes that stamp, and replaces it with a stamp from a variable called 'stamp_path'. The 'stamp_path'…
Merkator
  • 11
  • 5
0
votes
0 answers

Error Preparing metadata (setup.py) ... error while installing STAMP

I am trying to install (linux) STAMP so I can analyze my PICRUST output. The code I'm following is: sudo apt-get install libblas-dev liblapack-dev gfortran sudo apt-get install freetype* python-pip python-dev python-numpy python-scipy…
0
votes
1 answer

Dynamic stamp with input fields

I need to create a dynamic stamp for my company. This should contain form fields for input. Is this possible in any way? Thank you for your efforts
Loetschen
  • 7
  • 3
0
votes
0 answers

Add watermark/stamp to the PDF file - not visible but selectable (Aspose)

I am facing problem with adding the watermark to the PDF file. My goal is to have not selectable, visible watermark in my pdf file. I am using TextStamp to add watermark to my pdf file, but it is not visible. Funny thing is that I can select this…
ppaweluz
  • 1
  • 1
0
votes
1 answer

Extract stamp from PDF in python as jpg

I got a problem. Some images that I need to extract from pdf are not as image to pdf, but as Stamp. I got lots of PDF, and I want to extract all stamps and all images from these PDF (I had a script for all images but not for all stamps). I just want…
0
votes
1 answer

Javascript for a dynamic PDF stamp dialog box not working

I have been trying to create a dynamic PDF-XChange stamp with 4 dynamic text fields (Text1, Text2, Text3 and Text4) on the stamp that the user can edit in a dialog before the stamp is placed. What I want is for the user to select the stamp and the…
Skry
  • 1
  • 2
0
votes
1 answer

itextsharp stamping form pdf onto other pdf

I'm using itextsharp in vb.net to stamp some backgrounds (ie other single page pdfs) onto another pdf. So I have a 5 page 'blank' pdf, on which I stamp page 1 with the first page from a file called page1.pdf, then I put the first page of page2.pdf…
Ash
  • 23
  • 4
0
votes
1 answer

Dealing with date in prolog

How to make a program where you can insert a date, and after add some days (suppose + 20 days) to obtain a new date? EXAMPLE: ?- write a date in this format(YYYY-MM-DD.): 2020-01-15. The new date is : 2020-02-04 I think that I should use this…