Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > DOC to PDF

Reply
Thread Tools

DOC to PDF

 
 
Bart Schelkens
Guest
Posts: n/a
 
      09-24-2004
Hi,

I'm creating a website.
The user of the website needs to be able to upload a word-document.
While uploading the document I need to convert it into a PDF.
The upload works fine.

I just can't seem to find a component that does the conversion.
Can anyone help me?

Thx.


 
Reply With Quote
 
 
 
 
Martin Dechev
Guest
Posts: n/a
 
      09-24-2004
Hi,

There are lots of commercial products on the market that offer batch
processing. There's even free service at http://www.doc2pdf.net/ (don't know
how's the quality though, but you can try it). There's some code by Stefan
Eberhardt that might be helpful here:
http://www.thecodeproject.com/csharp/SERTF2PDF.asp

Just search for "doc to pdf" (including the quotation marks) in google.

Greetings
Martin
"Bart Schelkens" <> wrote in message
news:...
> Hi,
>
> I'm creating a website.
> The user of the website needs to be able to upload a word-document.
> While uploading the document I need to convert it into a PDF.
> The upload works fine.
>
> I just can't seem to find a component that does the conversion.
> Can anyone help me?
>
> Thx.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.pdf doc to word doc PWB Computer Support 14 09-19-2008 10:41 PM
Postscript to PDF with pdf-tools, pdf-writer, or other Sean Nakasone Ruby 1 04-14-2008 09:13 PM
PDF::Writer, create pdf and insert in other pdf file. Ricardo Pog Ruby 1 03-26-2008 08:24 PM
String[] files = {"a.doc, b.doc"}; VERSUS String[] files = new String[] {"a.doc, b.doc"}; Matt Java 3 09-17-2004 10:28 PM
Parsing MS Word client doc into server-side doc... John Wallace ASP .Net 0 07-22-2003 06:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57