Re: Have a printed date and time stamp on pdfs.
Exellent, that did it. I would never have known that. Thank you. One last question. How do I do that for text? Lets say, I want to add "Expires in 24hrs" after the date.
View ArticleRe: Have a printed date and time stamp on pdfs.
this.getField("PrintDate").value = util.printd("mm-dd-yyyy HH:MM", new Date()) + " Expires in 24hrs";
View ArticleRe: Have a printed date and time stamp on pdfs.
How do I change the military time to standard time?
View ArticleRe: Have a printed date and time stamp on pdfs.
Our print out displays the time as 16:57 instead of 04:57PM.
View ArticleRe: Have a printed date and time stamp on pdfs.
Use this code: this.getField("PrintDate").value = util.printd("mm-dd-yyyy hh:MM tt", new Date()) + " Expires in 24hrs";
View ArticleRe: Have a printed date and time stamp on pdfs.
I believe this is my last question. I have over twenty documents that I need to do this for. Is there a way I can mass update the twenty documents with this new stamp or do I have to do them...
View ArticleRe: Have a printed date and time stamp on pdfs.
If you have Acrobat Pro then it can be done using an Action, but that would require a more complex script.
View ArticleRe: Have a printed date and time stamp on pdfs.
If I were interested in the complex script, is that something I would have to pay for or does it come with the Adobe Pro support?
View ArticleAfter Preflighting a PDF, using Convert to CMYK, Flatten Transparency and...
I am using a 27" iMac 3.2 GHz Intel Core 5, 8 GB Memory, running Yosemite 10.10.1. The version of Acrobat that I am using is: Acrobat XI Version 11.0.10 After Preflighting a PDF, using Convert to...
View ArticleRe: How can I save a Adobe document to print duplex for other users.
Is this not possible?
View ArticleCan Acrobat highlight less then 3 percent dot?
Is there a way to preflight a pdf and any areas where the dot percentage is less then 3% in any colour will be highlighted? (similar to the "Total Area Coverage" feature under print production that...
View ArticleRe: AutoCAD to PDF - Flattening issues
I am having a similar issue except the flattening affect seems to be causing issues with the drawing. We are having problems with missing lines. When I print as image that will eliminate the flattening...
View ArticleHow can I lock down Acrobat XI to only allow printing as Print As Image?
Printing from Acrobat XI on Windows 7 to some HP printers screws up the printer spooler service unless the documents are printed with "Print As Image" in the advanced controls. How can I lock down...
View ArticleRe: Can Acrobat highlight less then 3 percent dot?
you can certainly do it in PitStop 12, you can also lift the highlight via a curve to fix the issue if you wish Drop me a mail if you want details or some files tested 'andrewb@enfocus.com'
View ArticleRe: After Preflighting a PDF, using Convert to CMYK, Flatten Transparency and...
Without the files and possibly screen prints, it is virtually impossible to assist you. - Dov
View ArticleRe: How can I save a Adobe document to print duplex for other users.
It is possible to set a default value for the Adobe Reader or Acrobat print dialog on a document basis. After the document is created, go to Document Properties (Ctrl-D), and select the Advanced tab....
View ArticleRe: How can I lock down Acrobat XI to only allow printing as Print As Image?
No, there is no way to force “print as image.” I would suggest that you contact Hewlett-Packard if you are having a problem of this type with “some HP printers.” It sounds like a very severe printer...
View ArticleDocument could not be printed - no pages selected
I attempted to print a range of pages of a pdf document. Acrobat says the document could not be printed because there were no pages selected to print. This was not true. I was able to print a range of...
View Article