Adobe Save As Dialog

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Adobe Save As Dialog

    Hi Folks,

    I have installed Adobe 7.0 Standard in my system, after that I have installed my application which has a functionality to covert the input file (MS Office file) into pdf. When i try converting any MS office file into PDF, I get an ADobe dialog box "Save PDF as" and even if i cancel or save the PDF file, the PDF File is not created.

    The line in the plugin that is written is as follows for a word file:
    m_Doc.PrintOut( &vtMissing ,&vtMissing ,&vtMissing ,&vtMissing ,&vtMissing ,&vtMissing ,&vtMissing ,&vtMissing,&vtMissing ,&vtMissing ,&varPrintToFile ,&vtMissing ,&vtMissing ,&vtMissing ,&vtMissing ,&vtMissing,&vtMissing ,&vtMissing );

    I get this save as dialog only in some of the PCs, what could be the issue? The dialog is displayed when the above lines of code are executed.
    The behavior is not uniform in all the PCs.

    Please throw some light on this area.

    Regards,
    Nethaji
    Nethaji@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. CS - Save As: EPS - Dialog Corrupted
      I'm trying to Save As an EPS on Windows 2000, but when the EPS properties dialog comes up, there's no text in it and two tiny little buttons in the...
    2. Save as dialog box not displayed
      Hello everybody. I'm having a strange problem at the college where I work as a technician. We've got a classroom full of G4's running 10.2.8 and...
    3. Photoshop CS save as dialog box
      In Photoshop CS, when I save more than one file to the same folder the folder name appears twice in the recent places in the drop down menu of the...
    4. Save As Dialog Box
      Robert, I don't quite understand "so that I can insert the major folder that I am currently using." I use Windows XP and have created a new folder...
    5. Save Dialog
      I would like to be able to select a location (folder & file name) to save data when I click a button on a web form. Obviously I can't use a "Save...
  3. #2

    Default Re: Adobe Save As Dialog

    that API call isn't part of Acrobat, so I can't really tell you what it going on - other than to say that the details of how to "print silently to PDF" using Acrobat are documented in our SDK...
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Adobe Save As Dialog

    Leo,

    Thanks for the input, bur Aandi posted a message in this site
    "http://www.adobeforums.com/webx?128@@.3c0523b2" reg "Save As Dialog"

    I need more on this. I feel the problem that i am facing is same as this. Please explain me more on this.

    Is Adobe Distiller is necessary?If this is installed the problem could be solved?

    Regards,
    Nethaji.R
    Nethaji@adobeforums.com Guest

  5. #4

    Default Re: Adobe Save As Dialog



    Is Adobe Distiller is necessary?If this is installed the problem could
    be solved?




    If you have Acrobat installed, then you should have Distiller installed as well. It gets installed with Acrobat.

    Please explain me more on this.




    There is a sample in the SDK download called AdobePDFSilentVB which does exactly what Aandi mentioned in that thread, except for automating the process from Word or Excel, which is not part of the SDK anyways.
    PDL@adobeforums.com Guest

  6. #5

    Default Re: Adobe Save As Dialog

    I have tried the settings that was given in the Distiller but this issue was not solved only in some of the systems.
    Nethaji@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139