1
How to convert word Doc, Excel into PDF using Adobe API in VB6.0
Community Beginner
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/td-p/1174721
Oct 24, 2007
Oct 24, 2007
Copy link to clipboard
Copied
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.
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174746#M79438
Feb 19, 2008
Feb 19, 2008
Copy link to clipboard
Copied
>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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174747#M79439
Mar 01, 2008
Mar 01, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174748#M79440
Mar 01, 2008
Mar 01, 2008
Copy link to clipboard
Copied
>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
Do you need this to happen:
* On a server?
* For a group of users who have each purchased Acrobat Professional?
* Something else?
Aandi Inston
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174749#M79441
Mar 02, 2008
Mar 02, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174750#M79442
Mar 04, 2008
Mar 04, 2008
Copy link to clipboard
Copied
So each client user of this product will each have a licensed copy of
Acrobat Professional?
Aandi Inston
Acrobat Professional?
Aandi Inston
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174751#M79443
Mar 04, 2008
Mar 04, 2008
Copy link to clipboard
Copied
yes
can u tell me how to do
can u tell me how to do
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174752#M79446
Mar 05, 2008
Mar 05, 2008
Copy link to clipboard
Copied
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
Leonard
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174753#M79448
Mar 05, 2008
Mar 05, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174754#M79451
Mar 05, 2008
Mar 05, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174755#M79453
Mar 05, 2008
Mar 05, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174756#M79455
Mar 31, 2008
Mar 31, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174757#M79457
Mar 31, 2008
Mar 31, 2008
Copy link to clipboard
Copied
>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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174758#M79460
Apr 01, 2008
Apr 01, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174759#M79463
May 21, 2008
May 21, 2008
Copy link to clipboard
Copied
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.
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Enthusiast
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174760#M79466
May 21, 2008
May 21, 2008
Copy link to clipboard
Copied
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.
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174761#M79469
Jun 23, 2008
Jun 23, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174762#M79471
Jun 23, 2008
Jun 23, 2008
Copy link to clipboard
Copied
Unless you plan to have your VBA do Word->PDF conversion - then yes, you'll need something else (Adobe Acrobat, for example).
Leonard
Leonard
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174763#M79473
Oct 14, 2008
Oct 14, 2008
Copy link to clipboard
Copied
i want to convert word,html,excel,xml documents into pdf documents in c#..can any one help me on this...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174764#M79474
Jan 26, 2009
Jan 26, 2009
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174765#M79475
Feb 19, 2009
Feb 19, 2009
Copy link to clipboard
Copied
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.
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174766#M79476
Feb 19, 2009
Feb 19, 2009
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174767#M79477
Feb 19, 2009
Feb 19, 2009
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174768#M79478
Feb 20, 2009
Feb 20, 2009
Copy link to clipboard
Copied
See the section in the SDK on Distiller and IAC - it will tell you to preset the name & location of hte PDF file.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174769#M79479
Mar 11, 2009
Mar 11, 2009
Copy link to clipboard
Copied
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.
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/acrobat-sdk-discussions/how-to-convert-word-doc-excel-into-pdf-using-adobe-api-in-vb6-0/m-p/1174770#M79480
Mar 12, 2009
Mar 12, 2009
Copy link to clipboard
Copied
AVConversion are the set of APIs you need to look at to call from your plugin.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

