Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Rajaraman_Ramasamy@adobeforums.com #1
Adobe and Microsoft
Hi,
I might be wrong, but could you please clear my doubt.
Do Adobe and Microsoft has any kind of tie-up which allows the creation of PDF from with Microsoft Word (Excel...) using Save As or Print (as) PDF?
Thanks
Raja
Rajaraman_Ramasamy@adobeforums.com Guest
-
Adobe has become Microsoft-like
I have used Adobe products from day one. Pagemaker 1.0 (Aldus then Adobe), Photoshop, etc. I have always been a big fan of Adobe products, but Adobe... -
Microsoft 2003 and Adobe JPEGs
I have been using the last several years Acrobat to scan pics and save them to JPEG format. I have recently upgraded to Microsoft 2003. When I insert... -
Adobe PDFMaker Crashed Outlook and Microsoft Blames Adobe
Folks, I'm running the latest Outlook 2003 and Adobe Acrobat (updated this last week as suggested by Adobe). Today Outlook 2003 crashed and... -
Help: Illustrator EPS -> Microsoft Word -> Adobe Acrobat PDF
I have a vector image that needs to go into a Microsoft Word document. This document will be both viewed on screen, and printed. This same document... -
Microsoft office 2002 and Adobe 6.0
When I upgraded to Word 2002 from Word 2000 the Adobe Toolbar went away as did the Adobe Buttons. Is there a way to get them back or is this no... -
Aandi_Inston@adobeforums.com #2
Re: Adobe and Microsoft
You can use the Office and Acrobat SDKs to do this, but it is via
printing to the PDF driver; no extra features like bookmarks and tags
are abailable.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Rajaraman_Ramasamy@adobeforums.com #3
Re: Adobe and Microsoft
Hi Aandi,
Thanks a ton for your response.
- If the Acrobat SDK can be used by MS Office, I wonder if it can be used by other Microsoft products such as MS Visio, MS Visual Studio (.NET Framework)?
- Is this feature available currently or in the future version of MS Office?
Thanks and regards
Raja
Rajaraman_Ramasamy@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #4
Re: Adobe and Microsoft
>- If the Acrobat SDK can be used by MS Office, I wonder if it can be used by other Microsoft products such as MS Visio, MS Visual Studio (.NET Framework)?
The SDK provides interfaces for use via OLE, which can be used in
anything suitable.
In fact, the Distiller API (which would be used in this case) is
simply a question of setting the registry and printing to Adobe PDF.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Rajaraman_Ramasamy@adobeforums.com #5
Re: Adobe and Microsoft
Hi Aandi,
- How much does the Distiller API cost?
- What are the licensing requirements?
- Can the distiller API work with Adobe Reader or do I require Acrobat Professional or standard edition?
Thanks and regards
Raja
Rajaraman_Ramasamy@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #6
Re: Adobe and Microsoft
>- How much does the Distiller API cost?
The Distiller API is included with the Acrobat SDK. Please understand
that the Distiller API is simply something Distiller can already do.
What you need is the Distiller API *document* which describes how to
automate Distiller.
Nothing specifically applicable. Of course, Distiller must be>- What are the licensing requirements?
installed and validly licensed.
Adobe Reader does not include Distiller, so the API is simply not>- Can the distiller API work with Adobe Reader
applicable.>Raja
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Rajaraman_Ramasamy@adobeforums.com #7
Re: Adobe and Microsoft
Aandi,
Thanks again.
Say I purchase Acrobat SDK, and use only the Distiller API in my application. Do I require Acrobat standard/professional edition in my end user PC or can I live with Reader? In other words, the Acrobat SDK works only with professional/standard edition. But what about Distiller (portion of Acrobat SDK) API?
Regards
Raja
Rajaraman_Ramasamy@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #8
Re: Adobe and Microsoft
I will try again to explain.
An API is something which allows your program to use another program.
So the Distiller API allows your program to use Distiller.
If you use the Distiller API, Distiller has to be installed. The
Distiller API is not a separate thing, it is just a part of Distiller.
What you get in the Acrobat SDK is only documentation on how to use
these features. The Distiller API is a free document, you do not have
to pay for it.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Christina_Su@adobeforums.com #9
Re: Adobe and Microsoft
Hi Aandi,
I have a VB 6.0 application converting Microsoft Word documents into PDF files by using the PdfDistiller of Adobe Acrobat 5.0 (via postscript). We just purchased a copy of Adobe Acrobat 7.0 and the same code of creating PDF file is not working any more. It does not give any error message but no PDF file is created from Postscript file. Can you please help to indicate where to check the problem.
Thanks in advance for your help.
Christina_Su@adobeforums.com Guest
-
Rajaraman_Ramasamy@adobeforums.com #10
Re: Adobe and Microsoft
Hi Aandi,
I get a clear picture now about Distiller and Distiller API. I have following questions:
1. Is Distiller a product on its own or it comes with Acrobat (professional/standard)?
2. What if I do not have Acrobat (prof/standard) installed; can I use Distiller with Acrobat Reader?
3. I am trying to split one PDF into multiple PDFs using my custom built VB.NET application. Because, my users only have Acrobat Reader installed, I am trying to come up with a best solution for them where I do not have to install any new software (and trying to minimise the cost, ofcourse).
Thanks for your reply.
Regards
Raja
Rajaraman_Ramasamy@adobeforums.com Guest
-
Bernd Alheit #11
Re: Adobe and Microsoft
The Distiller is part of Adobe Acrobat (professional/standard). Adobe Reader can't create PDF documents.
Bernd Alheit Guest
-
Aandi_Inston@adobeforums.com #12
Re: Adobe and Microsoft
>Hi Aandi,
Distiller is included with Acrobat Professional and Acrobat Standard.>
>I get a clear picture now about Distiller and Distiller API. I have following questions:
>
>1. Is Distiller a product on its own or it comes with Acrobat (professional/standard)?
A freestanding server version of Distiller is also sold ($5000-$10000
I guess, but the product changed recently)
It will not be there.>2. What if I do not have Acrobat (prof/standard) installed; can I use Distiller with Acrobat Reader?
Distiller does not do this. However, Acrobat can do this through OLE.>3. I am trying to split one PDF into multiple PDFs using my custom built VB.NET application.
The lowest cost solution from Adobe would be to buy Acrobat Standard.>Because, my users only have Acrobat Reader installed, I am trying to come up with a best solution for them where I do not have to install any new software (and trying to minimise the cost, ofcourse).
You will clearly need to install new software, whether from Adobe or
anyone else, since you don't have any software that can split PDFs.
Remember: the Acrobat SDK is a marketing tool for Acrobat, so Adobe
can sell more copies of Acrobat. This is why Reader is not a
subtitute.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Rajaraman_Ramasamy@adobeforums.com #13
Re: Adobe and Microsoft
Thanks Andi.
Regards
Raja
Rajaraman_Ramasamy@adobeforums.com Guest



Reply With Quote

