Reader DDE Print Interface

Using Reader 11 - when the DDE Print interface is used the Reader open the PDF and display the start page even if reader is minimized in the tray.  How can you keep the reader in the tray and not display the PDF.  Previous version of reader worked this way.

Hi,
I have the same problem.  I figured out that this is not a citrix issue, but found that the FilePrintSilent DDE command does not print when the name of the default printer is 64 characters or longer.
The reason this occurs frequently in citrix is that when a client's printer is auto-created on the server, citrix appends a string that could be 41 characters or longer to the end of the printer name (eg."FX DocuPrint 340A-AP on apps1" would become "FX DocuPrint 340A-AP on apps1 (from WI_kvtPYKFjZw2ybjkKT) in session 6") and hence making the printer's name longer than 63 characters.
The same printers can be printed to if reader is opened and printing is done via the print dialog.
If someone at Adobe reads this can you please set this right (either remove any restriction on printer name length or set it to at least a 104 characters) in Reader X.
My guess is the glitch was accidental (like a developer forgetting to check if there is an ERROR_INSUFFICIENT_BUFFER error after an API call to GetDefaultPrinter)  rather than a deliberate restriction.  Maybe an Adobe employee can tell us more.
Thanks.

Similar Messages

  • HP LaserJet 5100 Postscript network printer interface to Embedded system

    HP LaserJet 5100 Postscript network printer interface to Embedded system.
    I have the HP LaserJet 5100 Postscript Network printer and want to interface it to Embedded system designed by using the ARM Cortex microcontroller and TCP/IP stack is also ported.
    Using the Windows XP, i am able to print test.ps file on the HP LaserJet 5100 PostScript Network Printer.
    ( copy test.ps \\print_server\Print_port )
    i need the documents which will help me for same.
    please help...

    It appears your printer is a commerical LaserJet printer.
    You may get a better reponse by posting in the commercial LaserJet forums.
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Reader DDE and Citrix Problems

    I have an application that runs as a published app on Citrix.  The app is supposed to print .pdf documents in the background, without display or dialog.
    To accomplish this, I create an Adobe Reader process, hidden from the user, and using DDE, print silently; it worked fine testing locally and I deployed to a test Citrix environment.  However, the printing didn't work when running in Citrix.  To further determine why, I changed the process creation to display, rather than hide the app, and added a document open command; this showed all other DDE commands were actually working in Citrix, just not the silent print.
    Searching the web, I discovered many people have issues with version 9 under Citrix and/or with DDE.  I decided to uninstall 9 and install 8 under Citrix.  In this configuration, everything worked fine.  Uninstalling 8 and installing 10 resulted in similar results to the non-printing 9...opening docs works, but printing does not.  I added some more DDE commands and tested each version both locally and under Citrix and here are my results:
    Running the app locally, not using Citrix, all of the following DDE commands worked, versions 8, 9 and 10:
    DocOpen
    FilePrintSilent
    DocClose
    CloseAllDocs
    FilePrint
    DocPrint
    Running the app under Citrix:
    DocOpen (works in all versions)
    FilePrintSilent (only works in version 8, not 9 or 10)
    DocClose (works in all versions)
    CloseAllDocs (only works in version 8, not 9 or 10)
    FilePrint (print dialog displays in all versions)
    DocPrint (only works in version 8, not 9 or 10)
    So, my question is, what is going wrong, for only some of the commands, for version 9 and 10 under Citrix?  How do I get around this...what is the issue?  Anyone know?

    Hi,
    I have the same problem.  I figured out that this is not a citrix issue, but found that the FilePrintSilent DDE command does not print when the name of the default printer is 64 characters or longer.
    The reason this occurs frequently in citrix is that when a client's printer is auto-created on the server, citrix appends a string that could be 41 characters or longer to the end of the printer name (eg."FX DocuPrint 340A-AP on apps1" would become "FX DocuPrint 340A-AP on apps1 (from WI_kvtPYKFjZw2ybjkKT) in session 6") and hence making the printer's name longer than 63 characters.
    The same printers can be printed to if reader is opened and printing is done via the print dialog.
    If someone at Adobe reads this can you please set this right (either remove any restriction on printer name length or set it to at least a 104 characters) in Reader X.
    My guess is the glitch was accidental (like a developer forgetting to check if there is an ERROR_INSUFFICIENT_BUFFER error after an API call to GetDefaultPrinter)  rather than a deliberate restriction.  Maybe an Adobe employee can tell us more.
    Thanks.

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • Cannot get Reader to Print any pdf after reloading Adobe Reader XI.  Any ideas on what I can do?

    I remove the original file and reloaded but same result. File loads fine but when I try to print, I get print screen, then hit print and progress screen comes up with progress 0%,then I get a message stating "The document could not be printed."  Removing and reloading again with same results. Printer accepts pdf print from my IPhone and my Surface tablet just fine.  Does anyone have idea as to what I can do to get reader to print?

    Try the following settings [Edit | Preferences]
    Documents: set 'View documents in PDF/A mode' to Never
    Security (Enhanced): disable Protected Mode at Startup

  • Reading the printer name from the registry

    Hi,
    I am trying to use the following program to get the Printer name from my Registry.. this program has been taken from Forums.
    package yourpackage;
    import java.awt.Graphics;
    import java.awt.print.PageFormat;
    import java.awt.print.Printable;
    import java.awt.print.PrinterException;
    import java.awt.print.PrinterJob;
    import oracle.forms.ui.VBean;
    import oracle.forms.properties.ID;
    public class printDialog extends VBean
    private static final ID PRINTER = ID.registerProperty("PRINTER");
    public printDialog()
    class PrintObject implements Printable
    public int print (Graphics g, PageFormat f, int pageIndex)
    return NO_SUCH_PAGE;
    public Object getProperty(ID id)
    if (id == PRINTER) {
    PrinterJob job = PrinterJob.getPrinterJob();
    job.setPrintable(new PrintObject());
    if (job.printDialog())
    return job.getPrintService().getName();
    } else {
    return null;
    } else {
    return null;}
    This program when compiled gives me the error as
    Error(32,12): method getPrintService() not found in class java.awt.print.PrinterJob
    I did set the project settings from Project-Project Settings and included Oracle Forms Libraries. But I still continue to get the error.
    I understood from the web that I need to put PrintService class which downloaded from the web as part of jnlp.jar
    How should I set this if this is the correct one?
    Early response would be highly appreciated
    Thanks a lot for your time and help
    Narain.

    Narain,
    I could swear I answered this on teh Jdeveloper forum ;-)
    The prin service is part pf Java 1.4, which means that it is not available in JInitiator today. Use the Java Plugin 1.4 and the required classes are present. JNLP stands for Java Network Launching Protocoll and has nothing to do with what you want to achieve.
    In addition, to read the printer names from Forms your jar file has to be signed.
    Frank

  • I downloaded Adobe Reader 9.3 and now I can't read or print out any of my Pdf files.  Help!

    I downloaded Adobe 9.3 and now I can't read or print
    any of my Pdf files.  Help!

    Windows 7.  I get an error Message - Runtime Error - A network error occurred while attempting to read from the file.  Routine Error - This application has requested the runtime to terminate in an unusual way.

  • Adobe Reader 9 Print Freeze - includes Fix

    Since installing Adobe Reader 9 on one computer, I cannot print a .pdf file from that computer.
    The print process freezes at the small "Progress" pop-up (0 progress) - eventually freezing the computer altogether - forcing a computer reset.
    Windows XP Pro SP3, network printers connected to another computer on a home network. Printers are an HP Laserjet and an HP Inkjet. Printer drivers are up to date.
    - All other printing, with other file types, works fine from that computer.
    - Prior to installing Reader 9, the 8 and 7 Reader versions printed fine from this computer.
    - The same .pdf files print fine from another computer.
    I've also tried uninstalling Reader 9, and reinstalling it; I also tried uninstalling Reader 9 and re-installing Reader 8, and even re-installing Reader 7. Whatever the problem, it has now disabled .pdf printing from any version of Adobe Reader on that computer, where it had previously worked.
    Again, this ".pdf print freeze" problem is only on this computer, and only after installing Adobe Reader 9.
    The fix:
    Uninstall Adobe Reader 9. Restore computer to a date prior to installing Adobe 9. (Just unistalling didn't do it.)
    Install prior version of Adobe Reader - 8.13 works here.
    I can print .pdf files again.
    I had one .pdf file that I had saved when I had Adobe Reader 9 installed, and still can't print that one.
    I got tried of trying every other "Fix" I could find - none worked. The real fix would have been not installing Adobe Reader 9 in the first place, but maybe this will help someone.

    You may want to try the windows installer cleanup utility.
    Download the utility http://support.microsoft.com/kb/290301

  • Adobe reader 11 printing black text as green

    I have checked accessability and the replace document colors is not checked.  For a time after I downloaded reader 11 black text printed black but today it has reverted to green.
    I have also tried two other actions.  First, copied PDF document to clipboard and pasted in Word document.  Word document printed as green text.  Second, set printer to print as image.  Also printed as green text. This happens with a variety of documents from a variety of sources.  It appears the problem is with the download of the file as the attributes seem to be set in the file.  All documents appear as black text on the laptop monitor. 

    Could be a number of things. I had a terrible time printing a converted web page because the unicode for the text pulled a style from the web page and instructed Reader to print the text in white, even though it showed in the document as black.
    What is the original source of the document?

  • Read and print PDF from content server

    Hi,
    I have a PDF document stored in the content server, I have a requirement to schedule a job to read the documents and print them. Is it possible to read and print them directly ?
    Thanks in advance

    Go Thru these links.
    Hope it will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/37/47a2be350c4ac8afe36b691203971f/frameset.htm
    Reward if help.

  • How can I read the printer snapshot file printers.xml

    How can I read the printer snapshot file printers.xml

    XML files are typically viewed using a web browser.
    Open the XML file and the default program should open it automatically.  If you are prompted to select a program, use the option that lets you choose a program and brows through the directories for your browser (for example, use Internet Explorer, Firefox, etc.).
    If need be, you should be able to right-click the file and select open with to choose the program to open it with.
    There are other XML viewers out ther, but web browsers are typically the default as XML is a web language.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • How does the SDK and Reader handle printing with orientation?

    I have a document that I want to print, and it contains a portrait page on Page 1, and a landscape page on Page 2.  Acrobat Reader correctly prints these pages (with a single print job), and I'm assuming it's because of the auto-rotate option on the print dialog.  Is this a feature of Reader, the API, or how the printer handles the request.  I've tried printing this PDF just using the JAva API, but the orientation remain portrait for all pages.  How does the Adobe Acrobat API deal with mixed orientation pages?  Ignore the fact that I did my test printing with Java, because my question is whether or not the auto orientation is a feature of the UI, the SDK, or the printer (or a combination).

    Same as the current Ipod Video or "Classic" there is an option under settings to toggle between original aspect ratio or Full Screen.
    Kenal0

  • Adobe Reader 8 prints head-to-toe on duplex printer...

    I'm working with Adobe Reader 8.1.1 and Windows XP Pro. Using HP Color LaserJet 2605dn, which has automatic duplex printing capability.
    I have PDF files that contain several pages. When I set the 2605's "Preferences" to print duplex (print on both sides of the page), it prints the pages "head-to-toe" - page 1 is right side up, page 2 (on the back of page 1) is upside down, page 3 (on the 2nd sheet of paper) is right side up, page 4 (on the back of page 3) is upside down, and so on.
    I've experimented with the various settings in Reader's Print dialog box, but nothing makes all the pages print right side up.
    I don't know the source of the problem: the multi-page PDFs I'm trying to print were not all created by the same person or software. Duplex printing works correctly when printing multi-page documents from other kinds of software (e.g., Microsoft Word and various databases).
    Any suggestions?
    Thanks, John

    I put this aside. The only thing I can think of, is installing earlier verisons and testing those. I'm not sure Adobe will assist on this issue since Adobe Reader is a free program. I'll post any solutions that come this way.

  • Adobe Reader X: print to HP Plotter only on A4 Paperformat possible

    Hi,
    after installing Adobe Reader X  I cannot print any other paper format than A4 to my HP designjet Plotter 750c (E/A0).
    Changing Paper Format in printer driver has no effekt in the printing dialog of Adobe Reader X.
    Printing from Adobe Reader X to my other Printer Ricoh MPC2050 I can change between A5 to A3 without Problems.
    With the old version Adober Reader 9.xx this was no problem and I could print all paper formats HP750c Plotter supports.
    Adobe Reader X runs hier on a Windows XP system. Other software like autocad works well with HP750c Plotter with als supported paper formats.
    HP Plotter Designjet 750c driver for Windows XP has version 4.65 (latest german version on HP website)
    Has anybody any Ideas, where there ist the Problem?
    Thanks for your help
    Axel Rathey

    I have just found this post and am still experiencing this problem, still, even after updating to 10.1, and still trying the disabling of Protected Mode at startup. I am running Windows 7, 32bit version. I am trying to print to an HP 4500 series plotter, on ARCH size D (24x36). Once I set all of my settings and hit print, I receive two dialogue boxes. One says "The document could not be printed." Once you click "OK", a second box pops up that says, "There were no pages selected to print." However, under "Print Range", I had "All" selected.
    All worked fine before updating to Acrobat X.
    Thank you in advance for your help.
    Nick

  • Reader is doulbe typed and hard to read but prints fine, how to fix

    when I get an adobe reader file open it appears to be double typed and hard to read but prints out fine. How do I fix this, anyone

    I have no idea what that means; can you tell us your operating system, Reader version, and perhaps a screenshot of what you see: https://forums.adobe.com/thread/1070933

Maybe you are looking for

  • Using Data Import Handler

    This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-1acb57941353e8b4 f85-7ffe.html

  • An original document cannot be printed twice error

    Hi All, Here is the thing, I am on SAP B1 2007A PL 45. I have draft Incoming Payments. Now, I choose the Payment Drafts Report and from there, I click on the relevant payment draft to highlight it. Then I click Print to print a receipt for that payme

  • MS Access queries different to Java SQL statements

    Ok, i dont understand something: My program is connected to a MSAccess datasource. The query in MSAccess is SELECT * FROM Food_Data WHERE Description Like 'Cheese*'; ...but this wont work with a Java SQl query. I have to use this instead: String quer

  • Setting field/control "required" property with script

    Am using LiveCycle 8.2.1x and Acrobat Pro Extended 9.1.2. I want to change one control's "required" property based upon the user's input in/on another control (a drop-down list selection).  Can it be done with FormCalc or Javascript?  If so, how?

  • How to insert quotation marks

    http://lave0134.site44.com/dsn1543/exercise-1.html I have to put the same quotation marks that are on this image. I've tried to put <q> and </q> aroud the paragraph but it doesn't work.