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

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.

  • 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

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

  • 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

  • Securing pdf document with digital signatures

    I have a pdf document that has digital signatures. We need to secure it so no one who has input their digital signature can go back in later, delete their signature and then 're-sign' it. But I get an error message telling me I can't secure the document because it has digital signatures.
    Is there any way to secure the document so only I can secure/unsecure it after digital signatures have been input?
    Thanks!

    You don't need to use document encryption to lock the PDF file. You can set the signature field properties to mark all fields as read-only at signature creation. Try this:
    Select the Tools > Toolbars > Advanced Editing menu item
    Click the Select Object tool on the Advanced editing toolbar (it's the arrow icon)
    Right mouse click on the signature field and select Properties from the pop-up menu
    Select the Signed tab on the Digital Signature Properties dialog
    Select the Mark as read-only radio button and All fields from the corresponding drop-down list
    Click the Close button on the Digital Signature Properties dialog
    Select the File > Save As menu item and save a copy (in other words, leave the original copy as is in case you find you locked yourself out of the document, that way you'll have a fall-back recovery option)
    Good luck,
    Steve

  • 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

  • Formatting .pdf documents with digital signature block

    I have created a 2007 MS Access database that exports reports to .pdf format. The reports look great and all works well. The issue I have now is finding a way to automatically apply to a signature block to the reports after they are created. Is there some sort of code format or text I can add to the report prior to it being exported to a .pdf file where Adobe will recognize it as a digital signature block, and create a digital signature block on the form? Several of these forms will be created daily and it would not be productive to manually add signature blocks to every single report.

    Hi,
    I have uploaded the file on the specified link:
    http://www.filefactory.com/file/b3g5h37/n/abc.pdf

  • Support for multiple pdf document with signature

    I have a question about signatures.
    Does the PDF specification support the combination of multiple pdf documents into one pdf document with the following constraint:
    - each individual pdf document has been signed (by an X.509 certificate),
    - the individual documents can come from different sources, so they have to be 'included' or merged into the final pdf,
    - the final pdf document should not change the signatures of the individual documents.
    So each part of the document should maintain the integrity of the individual components and the signature of the individual comnponents are still valid.
    Does the pdf specification support this feature?
    With kind regards,
    Ernst Jan

    What you want is called a PDF Package (or Portable Collection in the PDFRef) and is new in PDF 1.7. You can try it out with Acrobat 8.
    Leonard

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

Maybe you are looking for

  • File need to put at SAP R/3 server

    Hi, I am picking xml file from FTP through sender chennel and want to put that xml file in to SAP R/3 server some location /home/transpert/din/xyz using receiver file adapter NFS. Here I am not using mapping part. I have problem that file is not goin

  • Pages 5.1:   Insert MathType equation into text box?

    How do I insert a MathType equation into a text box in Pages 5.1?  This was no problem at all in '09!

  • Render Attachments in PDF files

    Hi, We have a user action in our process for which we want to allow users to add attachments to the form. We are then rendering the form as a PDF and e-mailing the form to a client. however we also want to e-mail any attachments that the user has add

  • JDeveloper Error: White spaces are required between publicId and systemId.

    I'm using JDeveloper 10.1.3.1.0. This error is occurring in a BPEL process project. With one particular web service I have, adding a Partner Link to the BPEL generates the following compile error: Error: White spaces are required between publicId and

  • Ipod touch IOS 7.0.2

    Hi,can I have whatsapp with my Ipod touch?