Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
991 views

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.
2
votes
4answers
447 views

Stamp a PDF with another PDF (Alternative to Aspose.Pdf.Kit's PdfFileStamp class)

Using Aspose.Pdf.Kit's PdfFileStamp class successfully since serveral years, I now have a project with lots of documents that cannot be handled by Aspose.Pdf.Kit correctly (i.e. it throws exceptions). ...
2
votes
4answers
155 views

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 ...
1
vote
1answer
476 views

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) ...
0
votes
1answer
51 views

Javascript Date to UTC time stamp

I have UTC: 1325271847. On this I use javascript to convert it to Fri Dec 30 2011 14:04:07 GMT-0500 (Eastern Standard Time). I want to convert it back to UTC format. ie 1325253847 Any hints? ...
0
votes
0answers
50 views

Django: 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 = ...
0
votes
1answer
97 views

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 ...