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

  1. #1

    Default adobe pdf driver

    Hi, I'm trying to use the "adobe pdf" driver in Microsoft Business Solution Navision and in Visual Basic. My interest is to set the path/name of the file pdf before printing it, that is saving it to disk. In this way I'm able to retrieve the file afterwards. Can anyone help me going through this?

    Thanks in advance
    Walter Gallieni
    Walter_Gallieni@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Adobe Acrobat PDF Driver
      Hello, I am working at a Windows application made in Visual C++ which requires support for printing its documents to PDF. Is there any way to...
    2. creating PDF with the Adobe Printer Driver
      I am creating PDF-Files with a VB-Programm. How can i supress the "job print box" who tells the creation status. (PDF-Status: ...pdf wird erstellt...
    3. (0x80004005) ][ODBC Driver Manager] Data source name not found and no default driver specified
      Ok, I don't think this is that complicated, but I can't get it working right. I could work this fine under PWS and Win98. Having various...
    4. How to accept outputFilename with Adobe PDF driver in Adobe Acrobat 6
      The below shows the VBA script. It ran fine as is with Acrobat 5.0 when I had "Acrobat PDFWriter". In the below script I replaced "Acrobat PDFWriter"...
    5. Error msg when printing using the adobe PDF printer driver
      When I try to print an autocad file using the adobe PDF printer I am getting this error message %%%% %%%% Stack: -dict- %%%% %% %%
  3. #2

    Default Re: adobe pdf driver

    Adobe pulled this feature from Acrobat 6.0. You no longer are able to write the pdf filename to the registry like you could with acrobat 4.0 and 5.0 as you are aware. I've tried a workaround using the VB 'Name' function and renaming the file before writing another but Acrobat does not consistently write the pdf to the same directory so this is not a good solution. We're looking for a non-adobe solution since adobe has apparently abandoned this part of the market.
    Bruce.Thomas@adobeforums.com Guest

  4. #3

    Default Re: adobe pdf driver

    If you're using VB, you can try printing to a file using a Postscript printer and using the Distiller ActiveX to convert that PS file to a PDF. The ActiveX will direct the output it anywhere you want.
    rmcmullan@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