Printing PDF document with today's date

I am looking for a way to print the current date on the PDF
document. Perhaps, a field/variable/marker on the PDF document
where it will be converted to the today's date at the time the
document is being printed.

Hello,
I'm sorry I'm not able to address your question. These forums
are specific to the
Acrobat.com website and its set of hosted services, and do
not cover the Acrobat family of desktop products.
Any questions related to the Acrobat family of desktop
products would be best suited in the Acrobat User Forums:
Link to
Acrobat Forums
Thanks!
Michelle

Similar Messages

  • How do I print .pdf documents with reader for windows 8?

    I have Reader for windows 8.  How can I print .pdf documents with it? 

    See FAQ: Printing from Adobe Reader for Windows 8 Tablets.

  • Problem in printing pdf document with java code

    Hi All
    I want to print a pdf document with java code i have used PDFRenderer.jar to compile my code.
    Code:
    File f = new File("C:/Documents and Settings/123/Desktop/1241422767.pdf");
    FileInputStream fis = new FileInputStream(f);
    FileChannel fc = fis.getChannel();
    ByteBuffer bb = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size());
    PDFFile pdfFile = new PDFFile(bb); // Create PDF Print Page
    PDFPrintPage pages = new PDFPrintPage(pdfFile);
    // Create Print Job
    PrinterJob pjob = PrinterJob.getPrinterJob();
    PageFormat pf = PrinterJob.getPrinterJob().defaultPage();
    pjob.setJobName(f.getName());
    Book book = new Book();
    book.append(pages, pf, pdfFile.getNumPages());
    pjob.setPageable(book);
    // System.out.println(pjob.getPrintService());
    // Send print job to default printer
    pjob.print();
    but when i am running my program i am getting error
    Exception in thread "main" java.awt.print.PrinterException: Invalid name of PrintService.
    Please anybody, knows the solution for this error?
    Thanks In Advance
    Indira

    It seems that either there is no default printer setup or you have too many printers or no printer setup at all. Try running the following code. It should print the list of available print services.
    import java.awt.print.*;
    import javax.print.*;
    public class PrintServiceNames{
         public static void main(String args[]) throws Exception {
              PrintService[] printServices = PrinterJob.lookupPrintServices();
              int i;
              for (i = 0; i < printServices.length; i++) {
                   System.out.println("P: " + printServices);
    }From the list pick one of the print service names and set it explicitly like "printerJob.setPrintService(printServices);" and then try running the program.

  • Create a pdf document with an expiration date.

    as I can do to make the pdf document has an expiration date, starting from the date in which it has fallen.

    Actually, it can be done with JS, but it is far from a secure solution and there are various ways a user can get around it (download a new copy of the file, disable JS entirely, change their local time, etc.), so yes, for a real solution you'll need to use DRM technology.

  • Print PDF document with printer's name and date/time of print

    Hi,
    I'm pretty new to this...
    I have a PDF document and when I print it, I want the printer's name and the date/time of print to be showed on the printer's output.
    I have several printers (some local and some on network) and don't necessarly use the default one. I would like the name of the printer used, to be printed on the document.
    With var h = this.getField("Printer"); h.value = app.printerNames; I'm able to get the list of all printers available but I just need the one used.
    For the date/time, using var f = this.getField("Today"); f.value = util.printd("mmm/d/yyyy", new Date()); gives me the date/time of when the document is open, not when the document is printed. (or maybe I'm missing something?)
    I guess the date/time issue is not the major one as there is usually not much difference between the time you open the document and the time you print it.
    I'm more interested in the printer's name.
    I use Acrobat Pro 9 to edit my PDF document.
    Can anyone help me please?
    Thanks!

    This project was left aside for a while... but it's now finished!
    Thank you for the answers. It was helpful.
    Here is a step-by-step of what I did (using Adobe Acrobat 9.5.1):
    Open PDF document in Acrobat
    Select Forms -> Add or Edit Fields
    Add two text fields: one called "Today" for the date and one called "Printer" for the printer name
    Close the form editing
    Select Advanced -> Document Processing -> Set Document Actions...
    Then select Document Will Print and Edit
    Paste the following code:
    var f = this.getField("Today"); f.value = util.printd("dd mmm yyyy - HH:MM", new Date());
    var pp = this.getPrintParams();
    this.getField("Printer").value = pp.printerName;
    Save your PDF
    Enjoy!
    The date and printer name field will be automatically updated when you print the document!

  • Windows 7: Unable to print pdf documents with Reader 9.3.0

    I have the following problem.
    Right now we are on the way to deploy Windows 7 in our environment. Now i have come over a problem with Adobe Reader 9.3.0, Windows 7 and our older printer modells from HP (4000er and 4050er). With them I can't print out any pdf document because in reader 9.3.0 the default language level is set to "Level 3". If i change this drop down to "Level 2" I can print out the document without any problems.
    Question is: How can I permanently set this option to default to "Level 2" (see screenshot - this is found if you hit the advanced button in the printing dialog).
    Any help is apreciated...

    When using a 32-bit browser, the PDF document should open in the browser (using the Adobe Reader add-on).
    When using a 64-bit browser, it will ask you if you want to save the document, or open in Adobe Reader.
    If neither of these methods work, then it is the website that does not let you download the document (for whatever reason, e.g. server overload).
    Try if you can open this document: http://kb2.adobe.com/cps/837/cpsid_83708/attachments/Acrobat_Reader_ReleaseNote_10.1.2.pdf

  • Print PDF document with VBScript

    I am working on a script to print all the PDF documents (each doc is 1 page long) in a folder.  The script is looping through the documents, but does not appear to be queuing the documents to the printer.  Acrobat 9 Standard is what is being used.  Is this the new issue with printing from 9?  Is there a workaround?  Here is the script:
    set objAcroDoc = Wscript.CreateObject("AcroExch.AVDoc")
    set fsys = CreateObject("Scripting.FileSystemObject")
    set ffolder = fsys.GetFolder("o:\testarea")
    set folderfiles = ffolder.files
    For each item in folderfiles
         Set filen = fsys.GetFile("o:\testarea\"&item.name)
         With objAcroDoc
              .Open ("o:\testarea\"&item.name), "Test Page"
              Wscript.Echo "Printing "&item.name
              .PrintPages 1,1,3,0,0
              .Close 0
         End With
    Next
    Thank you for your help!

    From Help file:
    "The first page ....  is Page 0.       
    HTH, Reinhard

  • Printing PDF document with invisible signature

    I've got a PDF-document - created with i-text - certified with an invisible signature.
    Printing this document out of Adobe Reader 8/9 with several pages per sheet results in scrambling the second page. The preview inside the print-dialogue doesn't show any failure.
    Leaving the fist page the output performs fine.
    Has anyone made experience with similar problems printing certified/signed PDF-documents??

    Hello,
    I'm sorry I'm not able to address your question. These forums
    are specific to the
    Acrobat.com website and its set of hosted services, and do
    not cover the Acrobat family of desktop products.
    Any questions related to the Acrobat family of desktop
    products would be best suited in the Acrobat User Forums:
    Link to
    Acrobat Forums
    Thanks!
    Michelle

  • I have an HP Office Jet Pro 8500 A 917 unit. I need to print *pdf documents with larger print

    I cannot read the print (normal) when I print a pdf document.  I need to enlarge the text but I can't find any information on how to accomplish this.
    Thanks in advance.

    Hello DJohnsen,
    I am sorry that you are having trouble printing a readable .pdf document!  I would like to know a couple of things.  Is this a general .pdf print from a local PC/External Hard Drive, web content or is this an ePrint attachment?  There are a couple of different factors that could be effecting the outcome of this print job.  To name a few: resolution of the document, how the .pdf was created (format) and print settings.  I would like to give more insight; please post with more details about the print job.  Thanks! 
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Output is reduced in size when printing PDF documents with Preview

    When I print a PDF file with Preview the printed output seems to be about 20% smaller than actual. If I print the same file with Adobe Reader for Mac the output is normal and not reduced. Other file types do not seem to have the same issue. I don't recall having this problem before I upgraded to Leopard. Any ideas?
    Thanks
    Jack

    Hi Jack,
    If you have a rummage through Preview's Preferences and look at the scale settings in the 'PDF' tab, do you have it set to respect the 100% scale factor of the PDF? This can sometimes affect the scaling when the PDF was formated for a different paper size from the one you're trying to print it on. If everything there seems to be ok, try comparing the two different expanded print diaogs which you receive in Preview and Adobe Reader, looking at things like scaling and paper-size again.
    Yang

  • Print 3D PDF document with white background

    Hi!
    Is it possible to print a view from 3D PDF document with white background?
    I could not find any possibilty to change the grey background color, neither in the standard preferences nor in the print options...
    Thanks for your help!
    Kind regards,
    Mark

    Hi,
    As you experienced all DIALOG function modules will not work in Batch because the is no connection with a frontend (PC).
    You have to get your PDF on a server so you can process them in Batch.
    Maybe you can than use the FM: ALINK_DOCUMENTS_CREATE_FILE
    Success,
    Rob

  • How to creat pdf documents with printing restrictions in Aperture

    Hi,
    I wondered if it is possible to create a pdf document made up of 9-12 image per page contact sheets, to send to clients that restricts the client to open and view only i.e no printing allowed.
    Photoshop allows this, however i would like to create /correct versions in aperture and then create a pdf [with the above printing restrictions applied, simply to save time.
    the way i work in photoshop is to export approx a 500 to 1000 jpegs [ per client] in aperture to a folder which I then open with Bridge- create the contact sheets and then create the pdf document with printing restrictions applied.
    is there any way for me to make this simpler, especially just using Aperture?

    just been reading about terminal on another thread.... Spinning beach ball,,[page 2 of Aperture discussions].Apparently there is a command line explained there that can help speed up Aperture. I tried it but Had a problem when trying to type in my Password... It would not let me type anything....So I canceled the proceedure. [ knowing my luck I would cause some irrepairable damage to the machine].
    Think I need to do a lot of reading up to get up to scratch with folk using this discussion Board!!!
    With regards to the pdfauxinfo- is it complicated to get running, or does it run straiaght away in automator?

  • Newest Adobe Reader not working with 8.1 IOS...Adobe icon does not show when pdf docs are saved...also printing pdf documents take forever.  I uninstallled and reinstalled...issues continue

    Latest AdobeReader not working properly with 8.1 IOS...Adobe icon does not show on saved PDF's and printing from PDFs takes forever. I uninstalled and reinstalled latest Reader

    zoer1,
    Adobe icon does not show on saved PDF's
    Would you provide more details about the problem?  A screenshot would be helpful.
    The following FAQ document describes the steps to add a screenshot to your forum message.
    How to add a screenshot to a forum message from iPad/iPhone
    Regarding printing PDF documents...It depends on the PDF document that you are trying to print.  In general, it will take longer to print more complex and larger PDF documents.
    If you are willing to share your PDF document (that takes forever to print) with us at [email protected], we can test it with the same version (11.6.3) of Adobe Reader on different iOS versions (iOS 7.x vs. iOS 8.x).  Please include the link to this forum (https://forums.adobe.com/thread/1616231) in your email message for reference.
    Actual printing is handled by iOS (not by Adobe Reader) via AirPrint over Wi-Fi connection.  We've heard from other users about iOS 8 Wi-Fi connectivity problems.
    You may also want to search for similar issues on Apple Support Communities.

  • HP 1300 printer fails to print certain PDF documents with OSX 10.7.5.

    HP 1300 printer fails to print certain PDF documents with OSX 10.7.5.

    I solved this through the phone call help ( which cost me $25 ...) - there was some name colusion in the printer name - the rep basicallt uninstalled everything, did hard resent to all devices - printer, router and Mac, then installed the printer again under new name , seems to solve the problem . 

  • How to print devlievery document with out condition record mess type

    Hi,
    Actually user want to take the sample print out  ( Hard copy ) of the delivery note and other documents for reference, even the message type processed, not processed and even ended with errors also
    I have written a program to display the delivery document numbers  with check boxses and added one button in application tool bar.
    onece user executed the program, he will able to see all the delivery or sales numbers with checkboxes.
    now requirement is, users will select check box and click on the print button it should fire printouts in local printer of user location.
    for this what we are planning is we want to maintian the entries in NAST by RV_MESSAGE_* function modules and printing the output immedaietly
    If any one worked on this kind of requirement, please suggest step by step, how we can print the documents with directly maitaining the message types with out condition records
    Thanks in advance.
    Raju

    Hi,
    Generally if we create any document ( sales or delivery ), based on the condition record message type will be created and with message type details print will be triggered when the medium is 1, date time 4
    But in my case i want to take the printout irrespective of the message and condition records
    i want to take printout even if the message processed,not processed and ended with error.
    is there any way to take the print of the documents by using function modules or updation of NAST table.
    Please help me.
    Thanks in advance
    Raju

Maybe you are looking for

  • How to get the Hyper-V version/hostname from a linux guest?

    Hi, I am running a custom Linux VM on Windows Server 2008 R2 Hyper-V. I need to get the version/hostname of Hyper-V from the running custom Linux guest. How can I do that? I am having Integration Service 3.4 installed. Is there any option I can confi

  • Call .html file in ABAP report (se38)

    Hi, My question is, is it possible to call and execute an html file in a report? For example, you have 2 containers in the report, 1 is for the html part and the 2nd for some ALV table (which is not the problem in this discussion). The HTML part is a

  • Cannot connect to ANY toll free numbers in the USA...

    I am unable to use Skype to call ANY toll free numbers any where on the planet EVER! 95% of them are in the USA and 5% are in Canada. I have tried uninstalling/reinstalling etc. but it is useless. I can only make calls with the company's main numbers

  • Question about load external SWF

    Hi people! I've been trying to load an external SWF into my app. I need to load a Fusion Chart's Gantt Chart, but I didn't achieve. Fusion Charts are embed using the attached JavaScript code. How can I load this SWF into my app? Should I use External

  • Computer shuts down when calibrating

    Hi.. I've been having problems when trying to run the Battery Calibration and the computer shuts off when it gets to the discharge part of the calibration.  Seems to be when it hits the 15 to 20% part of the discharge.  I'm using a Compaq Presario CQ