Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Matt_Fothergill@adobeforums.com #1
Viewing Adobe PDF documents in a VB .Net windows application
Hi,
In order to open and view a PDF document in a VB .Net windows application what libraries are needed?
I have Adobe Acrobat Reader 7.0.5 installed and within Visual Studio .Net 2003 I have added a number of references to the project for adobe/acrobat:
Acrobat Access 3.0 Type Library
Adobe Acrobat 7.0 Browser Control Type Library 1.0
Adobe Acrobat 7.0 Type Library
PDFShellServer 1.0 Type Library
Do any of these provide the functionality to open and view PDF documents in VB .Net or would I need to purchase extra?
Is there any documentation that explains how to do this kind of thing?
Thanks
Matt
Matt_Fothergill@adobeforums.com Guest
-
Viewing Results of CSS Styles Application
Most of the time when I create a style in CSS and apply it, I see the change in the Dreamweaver document. However, when I use a class and the block... -
Viewing Online Flashpaper Documents Generated by CF
Hi, Can anybody tell me what is the minimum version of Flash needed on a browser in order to view CF generated Flashpaper web pages? Is Shockwave... -
“Too Few Operands” message when viewing PDF documents with Commenting
I have certain PDF documents that are sent to my clients for checking and commenting before issuing final artwork. The PDF documents are created by... -
Viewing PDF documents in Acrobat 6 Pro
I have recently moved from Acrobat 5.0.5 to 6 Pro (6.0.2). In Acrobat 5.0.5 the preview that I had was either totally antialised or without... -
Director TechNote - Viewing PFD documents
Went to Director TechNote titled "Vidwing PDF documents directly on the stage using Adobe's Active X control" Unless I overlooked something the... -
Hallo@adobeforums.com #2
Re: Viewing Adobe PDF documents in a VB .Net windows application
Only Acrobat 7.0 Type Library is needed
Hallo@adobeforums.com Guest
-
chicks@adobeforums.com #3
Re: Viewing Adobe PDF documents in a VB .Net windows application
Look at Adobe's IACReference.PDF
chicks@adobeforums.com Guest
-
Matt_Fothergill@adobeforums.com #4
Re: Viewing Adobe PDF documents in a VB .Net windows application
Hi,
Thanks for the replies. The IACReference.pdf explains the methods and properties but doesn't seem to have any code examples of how to open and view PDF documents in a VB .Net application. Is there anywhere I can find examples?
Thanks
Matt
Matt_Fothergill@adobeforums.com Guest
-
Bernd Alheit #5
Re: Viewing Adobe PDF documents in a VB .Net windows application
Is there anywhere I can find examples?
In the Acrobat SDK.
Bernd Alheit Guest
-
Matt_Fothergill@adobeforums.com #6
Re: Viewing Adobe PDF documents in a VB .Net windows application
Hi,
When i try to do CreateObject("...") I get an error: "Cannot create ActiveX component".
Any ideas on why this is happening and how to correct it?
Thanks
Matt
Matt_Fothergill@adobeforums.com Guest
-
Bernd Alheit #7
Re: Viewing Adobe PDF documents in a VB .Net windows application
When i try to do CreateObject("...") I get an error: "Cannot create ActiveX
component"
"..."?
Bernd Alheit Guest
-
Matt_Fothergill@adobeforums.com #8
Re: Viewing Adobe PDF documents in a VB .Net windows application
Sorry, here's the code - gApp = CreateObject("AcroExch.App")
gPDDoc = CreateObject("AcroExch.PDDoc")
Matt_Fothergill@adobeforums.com Guest
-
Bernd Alheit #9
Re: Viewing Adobe PDF documents in a VB .Net windows application
This requires a installation of Adobe Acrobat, not Adobe Reader.
Bernd Alheit Guest
-
Matt_Fothergill@adobeforums.com #10
Re: Viewing Adobe PDF documents in a VB .Net windows application
What i'm trying to do is display a multiple page pdf in a VB.Net form (embed the adobe reader in the form) so that the user can browse the document while completing a checklist on the other half of the form. Is it not possible to do this with the FREE adobe reader 7.0.5 installed?
Thanks
Matt
Matt_Fothergill@adobeforums.com Guest
-
Bernd Alheit #11
Re: Viewing Adobe PDF documents in a VB .Net windows application
Look at the sample AcrobatActiveXVB in the Acrobat SDK.
Bernd Alheit Guest
-
Michael_Marden@adobeforums.com #12
Re: Viewing Adobe PDF documents in a VB .Net windows application
It should be possible to use the free Reader, if you only want to open and print pdf files.
I have been using the Adobe Acrobat ActiveX (COM) with VB.
(Menu: Project / Add Reference / COM tab / select "Adobe Acrobat 7.0 Browser Control Type Library 1.0" ). You then drag it from the Toolbox to your form. You then have access to code commands to size it, make it visible (or not) and to Load pdf files. You can display the file within a window on your form (Load). You can also copy/paste text from the pdf file to the other form elements.
I have tried various combinations of Reader or Pro on VB6 or VB2005-NET. For Reading and Printing it seems to work well. The Pro and SDK kits will allow more functions, but you do not apparently need them.
Michael_Marden@adobeforums.com Guest
-
Rajaraman_Ramasamy@adobeforums.com #13
Re: Viewing Adobe PDF documents in a VB .Net windows application
Hi,
Where could I download the Acrobat SDK version 7.0.5. I tried the link available under "Downloads...", but when I goto the actual download page, it says "unauthorised access". But I have registered myself as a adobe user.
Please help me to work my way out in downloading Acrobat SDK.
Thanks
Raja
Rajaraman_Ramasamy@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #14
Re: Viewing Adobe PDF documents in a VB .Net windows application
Have you paid to join ASN, or paid for an SDK subscription? If not the
entire SDK download is not available to you, though smany single
documents are.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Rajaraman_Ramasamy@adobeforums.com #15
Re: Viewing Adobe PDF documents in a VB .Net windows application
Hi Aandi,
We are using Acrobat version 7.0.5. Say if I purchase ASN now, will the future version upgrades come free to me... or do I need to purchase some kind of upgrade licence?
Thanks
Raja
Rajaraman_Ramasamy@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #16
Re: Viewing Adobe PDF documents in a VB .Net windows application
If you join ASN, there is an annual membership fee.
I don't know the arrangement for the $99 fee, but it is described as
"subscription" suggesting it has a limited life.
Aandi Inston
Aandi_Inston@adobeforums.com Guest



Reply With Quote

