can we convert .doc and .txt files to pdf?

  • Thread starter jabslim via DotNetMonster.com
  • Start date
J

jabslim via DotNetMonster.com

i just wanna know how to convert .doc(ms word 2003)/.docx(ms word 2007) and .
txt(notepad) into PDF files within vb.net. can anyone help me how to do this?
 
A

Armin Zingler

jabslim via DotNetMonster.com said:
i just wanna know how to convert .doc(ms word 2003)/.docx(ms word
2007) and . txt(notepad) into PDF files within vb.net. can anyone
help me how to do this?

VB does not have a keyword for this. VB.Net offers access to managed
assemblies and native dlls (platform invoke). Look for a tool/library that
can perform the required task. You don't have a problem with the VB.Net
language.


Armin
 
J

jabslim via DotNetMonster.com

VB does not have a keyword for this. VB.Net offers access to managed
assemblies and native dlls (platform invoke). Look for a tool/library that
can perform the required task. You don't have a problem with the VB.Net
language.

Armin


oh... ok!! thank you!
 
R

rojas

i just wanna know how toconvert.doc(msword 2003)/.docx(msword 2007) and .
txt(notepad) into PDF files withinvb.net. can anyone help me how to do this?

An alternate way of accomplishing what you want, converting Word and
Txt file into PDFs, is to get a "free" PDF converted. This converter
works as a printer driver. Therefore, you send your Word or Txt file
to the printer, select the PDF printer and you're done. It might need
user intervention, but it will work.
Get a copy of the free PDF at www.pdf995.com

Milton
 
S

similar issue

hello gents,
i have a similar task to do, i am not yet into asp.net, currently working on asp website which generates doc files. I now want to convert these doc into docx files programatically. i am not sure this could be achievable in vbscript.
any help on this is much appreciable.
regards
ibrahim
 
S

similar issue

hello gents,
i have a similar thing to do. i am not much into .net yet. i am currently working on asp website which generates doc file on a fly. i now want to convert these doc to docx files. i am not sure this can be doable in asp vbscript. any help or advice on this is much appreciable.
thanks
ibrahim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top