[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

01/27/2009 at 02:46AM PST, ID: 24086461
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Necessary Adobe files to include in a vb excel installation package that creates PDF files

Asked by shamil3864 in Microsoft Excel Spreadsheet Software, Microsoft Applications, Microsoft Development

Hi folks,
   This is my first time posting a question as I am new to Experts Exchange so please advise if I omit info you might need.  I have two related questions.

1) I'm using a vb6 frontend to call an MS Excel app that uses MS Excel 2003, VBA, Acrobat Writer Pro 9.0 and Adobe Distiller in my application which among other things creates pdf files.  And I have Adobe Reader 9.0 installed.  On my computer where all are installed, creating pdf files using Acrobat Writer and the Distiller works just GREAT. And the Adobe PDF Converter is displayed in my Printer Setup Dialog. But I created  an installation package using Installshield and after running the setup on a different computer my program works fine until I try to create a pdf file. I looked under Excel VBE Tools, References and saw MISSING: Acrobat Distiller. And even though Adobe Reader 8.0 is installed on this computer, the Adobe PDF Conveter does not show up in the Printer Setup Dialog box.  So my question is which Adobe files do I need to add to my installation package so that my app can create the pdf's and the Adobe PDF converter is displayed in the Printer Dialog box? And where do I get these files? Is there a runtime distiller? Is there an article you can point me to that explains ths?  I searched under the Adobe website and elsewhere but couldn't find any specifics.

2)How do I insure that the Adobe PDF Converter is listed in the printer setup dialog so that my user can select it.  Is the Adobe PDF Converter llisted in this dialog the Adobe Reader?  One of my apps requirements is to use Adobe for creating and reading pdf files and I display the dialog setup so that the user can choose it for printing pdf files.  This is my first time using Adobe products.

I've listed the code I use to determine if the Adobe Converter(or Adobe Reader?) is listed in the Printer Setup Dialog and then after the user selects it I save it in a text file to be displayed to the user and to be used by the program when printing pdf files.

Well, that's it...again, let me know if you need anymore info.

Many thanks.

Operating System: Windows XP Professional
Printer model / driver version: hp office jet hp 6100 series/driver, version: hpz2ku07.dll, Dec 4, 2002
Video display card / driver version: NVidia GeForce FX 5200/driver, version: nv4_mini.sys,August 4, 2004
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
Dim strActivePrinter As String
  Dim intResult As Integer
  With Worksheets("Options")
    Application.Dialogs(xlDialogPrinterSetup).Show
    strActivePrinter = Application.ActivePrinter
    intResult = InStr(1, strActivePrinter, "adobe", 1)
    If intResult = 0 Then
      MsgBox "This application requires Adobe Reader which Adobe offers " & Chr(13) & _
              "free of charge...click on the link to download it."
      .txtDefaultPDFPrinter = Application.ActivePrinter
    Else
      .txtDefaultPDFPrinter = strActivePrinter
    End If
  End With
 
Keywords: Necessary Adobe files to include in a v…
 
Loading Advertisement...
 
[+][-]01/27/09 07:03 AM, ID: 23477039

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/27/09 07:34 AM, ID: 23477384

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01/27/09 08:16 AM, ID: 23477929

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Excel Spreadsheet Software, Microsoft Applications, Microsoft Development
Sign Up Now!
Solution Provided By: IvoBurkart
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625