Quantcast
Channel: Spiceworks Community
Browsing all 18 articles
Browse latest View live

Automatic timestamp on pdfs/jpegs

Our system at work is PHP based and I have just been asked whether it would be possible to automatically place a timestamp into documents(mainly pdfs and images) received through our upload utility....

View Article



Automatic timestamp on pdfs/jpegs

Adding a watermark is your best bet, just make it small and fitting to your needs:http://stackoverflow.com/questions/2235152/add-watermark-to-images-with-php Unless you just want to add it to the...

View Article

Automatic timestamp on pdfs/jpegs

ImageMagick convert utility can do this for images (not sure about pdfs, though). Check out:http://www.imagemagick.org/Usage/annotating/ After the upload, you'll have to call the command line from...

View Article

Automatic timestamp on pdfs/jpegs

Keep in mind PHP does not come with ImageMagick, so you'll have to build/install it separately. It does come with GD2, which is what the code I linked does, however GD2 has crappier quality with...

View Article

Automatic timestamp on pdfs/jpegs

For the PDFs you could use FPDF.http://www.fpdf.org

View Article


Automatic timestamp on pdfs/jpegs

thanks for all the replies guys, i've had a good look at a few of the options and definitely feeling asthough its doable now just need to find the time away from other things that apparently are more...

View Article

Automatic timestamp on pdfs/jpegs

Our system at work is PHP based and I have just been asked whether it would be possible to automatically place a timestamp into documents(mainly pdfs and images) received through our upload utility....

View Article

Automatic timestamp on pdfs/jpegs

Adding a watermark is your best bet, just make it small and fitting to your needs:http://stackoverflow.com/questions/2235152/add-watermark-to-images-with-php Unless you just want to add it to the...

View Article


Automatic timestamp on pdfs/jpegs

ImageMagick convert utility can do this for images (not sure about pdfs, though). Check out:http://www.imagemagick.org/Usage/annotating/ After the upload, you'll have to call the command line from...

View Article


Automatic timestamp on pdfs/jpegs

Keep in mind PHP does not come with ImageMagick, so you'll have to build/install it separately. It does come with GD2, which is what the code I linked does, however GD2 has crappier quality with...

View Article

Automatic timestamp on pdfs/jpegs

For the PDFs you could use FPDF.http://www.fpdf.org

View Article

Automatic timestamp on pdfs/jpegs

thanks for all the replies guys, i've had a good look at a few of the options and definitely feeling asthough its doable now just need to find the time away from other things that apparently are more...

View Article

Automatic timestamp on pdfs/jpegs

Our system at work is PHP based and I have just been asked whether it would be possible to automatically place a timestamp into documents(mainly pdfs and images) received through our upload utility....

View Article


Automatic timestamp on pdfs/jpegs

Adding a watermark is your best bet, just make it small and fitting to your needs:http://stackoverflow.com/questions/2235152/add-watermark-to-images-with-php Unless you just want to add it to the...

View Article

Automatic timestamp on pdfs/jpegs

ImageMagick convert utility can do this for images (not sure about pdfs, though). Check out:http://www.imagemagick.org/Usage/annotating/ After the upload, you'll have to call the command line from...

View Article


Automatic timestamp on pdfs/jpegs

Keep in mind PHP does not come with ImageMagick, so you'll have to build/install it separately. It does come with GD2, which is what the code I linked does, however GD2 has crappier quality with...

View Article

Automatic timestamp on pdfs/jpegs

For the PDFs you could use FPDF.http://www.fpdf.org

View Article


Automatic timestamp on pdfs/jpegs

thanks for all the replies guys, i've had a good look at a few of the options and definitely feeling asthough its doable now just need to find the time away from other things that apparently are more...

View Article
Browsing all 18 articles
Browse latest View live




Latest Images