Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

How to convert word Doc, Excel into PDF using Adobe API in VB6.0

Community Beginner ,
Oct 24, 2007 Oct 24, 2007
Dear All,
I'm having the Adobe Acrobat SDk 8.0 and I need to convert our Word Documentent and Excel Sheets into PDF format thru our VB6.0 program. I'm able to manage to open the PDF documents and printing. I don't know hoe to convert the documents thru VB program.
TOPICS
Acrobat SDK and JavaScript
73.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 19, 2008 Feb 19, 2008
>The conversion will take place on windows 2003 server.

Ok, then I can agree: Acrobat is out of the question. It has a single
user license. LiveCycle PDF Generator or Distiller Server are Adobe's
server products.

Distiller Server used to be around $5000 for a 100-client license. The
price is no longer published, however, and could have changed.
LiveCycle PDF Generator is a more capable product and you can expect a
higher price.

Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 01, 2008 Mar 01, 2008
Can anyone tell me how to convert word document to pdf file from java
is there any api
kindly requested to revert back soon

if any vb script is there u pls specify that too
i came across with one VB SCRIPT in http://www.suodenjoki.dk/us/productions/articles/word2pdf.htm

but seems to have office-add in and only word2007 supports
so pls tell me is there anyother api or vb script
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 01, 2008 Mar 01, 2008
>Can anyone tell me how to convert word document to pdf file from java

Do you need this to happen:

* On a server?
* For a group of users who have each purchased Acrobat Professional?
* Something else?


Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2008 Mar 02, 2008
Hi Andi,

As you suggested, my requirement is for a web application on client side, while attaching document for faxing, needs to convert the word document to pdf as the fax software only accepts pdf format.

Regards
Charles v c
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 04, 2008 Mar 04, 2008
So each client user of this product will each have a licensed copy of
Acrobat Professional?

Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 04, 2008 Mar 04, 2008
yes
can u tell me how to do
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 05, 2008 Mar 05, 2008
There are no supported APIs for document conversion using Acrobat and VB alone. The only supported APIs for Acrobat that enable document conversion are via plugins, which are written in C/C++.

Leonard
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 05, 2008 Mar 05, 2008
Thank you very much Leonard for your kind reply

Actually you know my requirement is on java platform to convert word document completely and perfectly to pdf file.

I researched that much on apache poi and itext
then moved onto poi and fos by converting word document to xls-fo and then to pdf
but it is not perfect
because those projects still at scratchpad.

So can you do one favor for me how can i write that plugin in c/c++ and then call from java
or can i call that plugin from java
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 05, 2008 Mar 05, 2008
It sounds as if you are describing server solutions (Apache etc.) and
using Java, rather than something for use on a client.

In any case, you cannot "call" plug-ins. They are a part of Acrobat.

Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 05, 2008 Mar 05, 2008
Thank you Andi
i thought you couldn't answer me because u were asking me about server and client. Now come up with my prob solution.

Thank you for that
ok bye
now i will wait till the apache poi reads the entire word
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 31, 2008 Mar 31, 2008
Dear all,

My very first requirement is NOT TO USE THIRD PARTY libraries. And I want to convert from PDF to DOC and Vice versa. Could you please guide me how can I do it using either C#/C++. I searched the internet but all are using thirdy party library files to read PDF. Could any one please suggest me on this ASAP

Thanks a lot
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 31, 2008 Mar 31, 2008
>My very first requirement is NOT TO USE THIRD PARTY libraries.

Does that mean that using Adobe libraries is acceptable?

If so - is this for
* a server?
* a single user who owns Acrobat Professional 8.0?
* something else?


Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 01, 2008 Apr 01, 2008
Hi all,

Are there any samples posted on ADOBE site to open a (virtual earth map) image in a PDF file using Acrobat 8.0 and help me print it (Windows forms).

Azam
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 21, 2008 May 21, 2008
Hi Rick

Did you find a way to do the conversion. My requirement is just similar to yours. I'm using VB6 instead of .net
My current VB application creates 4-5 word documents. I want to convert them as pdf (or saveas PDF) and save it at the local disk for all the users who will use my VB exe (its a desktop application).

Do you have any inputs as how to achieve it?

Thanks.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 21, 2008 May 21, 2008
vidhoo21:

This can be done via OLE or by printing to the PDF printer. Either way requires the end user running your VB-created .exe to have a copy of Acrobat (not the free Reader, but a licensed copy of Acrobat) installed on their machine.

As for a script to perform a "Save As PDF" from Word, that would be a question for a VBA or Word automation forum, not the Acrobat SDK forum.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 23, 2008 Jun 23, 2008
My project is very similar to those explained initially.

I am trying to convert a multi-page word document to single paged pdf's with auto-saving (auto-name file). The name of each file would be taken from parts of the word document (a line from each page). In the end, would like to generate a toolbar button that after opening the word document, a simple click would generate all of the pdf's.

Can this be done in VBA alone? Or will I need to incorporate other programs, macros, etc.?

By the way, I am an experienced programmer but beginner in Visual Basic

Thanks,
Nick
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 23, 2008 Jun 23, 2008
Unless you plan to have your VBA do Word->PDF conversion - then yes, you'll need something else (Adobe Acrobat, for example).

Leonard
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 14, 2008 Oct 14, 2008
i want to convert word,html,excel,xml documents into pdf documents in c#..can any one help me on this...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 26, 2009 Jan 26, 2009
Hi guys,
I have created a word document and now i wat to convert it to pdf file
wen i run my page i should see only my pdf file not my word file
anyone could help me out

any suggestions would be gratefull!

please send it to my mail id its naresh.r.kumar@gmail.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 19, 2009 Feb 19, 2009
Dear All,
I'm having the Adobe Acrobat SDk 8.0 and I need to convert our Word Documentent and Excel Sheets into PDF format thru our VB6.0 program. I'm able to manage to open the PDF documents and printing. I don't know hoe to convert the documents thru VB program.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 19, 2009 Feb 19, 2009
Dear All,
I'm having the Adobe Acrobat SDk 8.0 and I need to convert our Word Documentent into PDF format thru our VB6.0 program. I'm able to manage to open and print the PDF documents. But I don't know how to supress the save as dialogue box while i convert the documents thru VB program.

can any one plese help on this

thanks in advance
rama krishna
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 19, 2009 Feb 19, 2009
Dear All,
I'm having the Adobe Acrobat SDk 8.0 and I need to convert our Word Documentent into PDF format thru our VB6.0 program. I'm able to manage to open and print the PDF documents. But I don't know how to supress the save as dialogue box while i convert the documents thru VB program.

can any one plese help on this

Vijaya kumar could you please advise me i you have any idea on this
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 20, 2009 Feb 20, 2009
See the section in the SDK on Distiller and IAC - it will tell you to preset the name & location of hte PDF file.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 11, 2009 Mar 11, 2009
hello everybody

Can any body tell me how do i convert doc file in to pdf file. i know it is simple using some c++ api but i wanna to know about that api from which i can convert the doc to pdf.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 12, 2009 Mar 12, 2009
AVConversion are the set of APIs you need to look at to call from your plugin.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines