MS word PDF conversion component

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yootaeho@gmail.com

    MS word PDF conversion component

    Hi all,

    Does anyone know that there is PDF conversion component from MS word
    for ASP.NET?
    I know that there are a number of commecial PDF conversion programs
    but I just wonder if there are free components out there?

    Thanks in advance.
  • Mark Rae [MVP]

    #2
    Re: MS word PDF conversion component

    <yootaeho@gmail .comwrote in message
    news:be7c4dd2-1fae-425a-878f-3fb4bada1a59@h1 g2000prh.google groups.com...
    Does anyone know that there is PDF conversion component from MS word
    for ASP.NET?
    Do you mean e.g. that someone will upload a Word document to an ASP.NET
    site, and that site will convert it to a PDF document?

    If so, then you need this:



    --
    Mark Rae
    ASP.NET MVP


    Comment

    • yootaeho@gmail.com

      #3
      Re: MS word PDF conversion component

      On May 19, 10:06 am, "Mark Rae [MVP]" <m...@markNOSPA Mrae.netwrote:
      <yoota...@gmail .comwrote in message
      >
      news:be7c4dd2-1fae-425a-878f-3fb4bada1a59@h1 g2000prh.google groups.com...
      >
      Does anyone know that there is PDF conversion component from MS word
      for ASP.NET?
      >
      Do you mean e.g. that someone will upload a Word document to an ASP.NET
      site, and that site will convert it to a PDF document?
      >
      If so, then you need this:http://www.aspose.com/categories/fil.../aspose.words-...
      >
      --
      Mark Rae
      ASP.NET MVPhttp://www.markrae.net
      Hi Mark, thanks for your reply.
      First of all, I am looking for FREE components. I know a lot of
      commecial ones like aspose and ABCPDF etc. But I would like to see if
      there are free components out there.
      Secondly, what I am trying to do is that I have a console application
      where reporting services reports are called via webservices and get
      report results in byte formate and then I would like to convert that
      byte formate into PDF file.

      Thanks a lot,

      Toby

      Comment

      • Mark Rae [MVP]

        #4
        Re: MS word PDF conversion component

        <yootaeho@gmail .comwrote in message
        news:33752479-f678-4734-921d-76ddfa76cf55@x1 9g2000prg.googl egroups.com...
        On May 19, 10:06 am, "Mark Rae [MVP]" <m...@markNOSPA Mrae.netwrote:
        First of all, I am looking for FREE components. I know a lot of
        commecial ones like aspose and ABCPDF etc. But I would like to see if
        there are free components out there.
        In my experience, you (don't) get what you (don't) pay for...


        --
        Mark Rae
        ASP.NET MVP


        Comment

        • Peter  Bromberg [C# MVP]

          #5
          Re: MS word PDF conversion component

          There are a number of free PDF print drivers. This means you can "print" a
          Word document to a PDF file. As I recall,
          "DoPDF" is one of them.
          Peter
          <yootaeho@gmail .comwrote in message
          news:be7c4dd2-1fae-425a-878f-3fb4bada1a59@h1 g2000prh.google groups.com...
          Hi all,
          >
          Does anyone know that there is PDF conversion component from MS word
          for ASP.NET?
          I know that there are a number of commecial PDF conversion programs
          but I just wonder if there are free components out there?
          >
          Thanks in advance.

          Comment

          • Juan T. Llibre

            #6
            Re: MS word PDF conversion component

            re:
            !I am looking for FREE components

            Google is your friend :





            Juan T. Llibre, asp.net MVP
            asp.net faq : http://asp.net.do/faq/
            foros de asp.net, en español : http://asp.net.do/foros/
            =============== =============== ========
            <yootaeho@gmail .comwrote in message news:33752479-f678-4734-921d-76ddfa76cf55@x1 9g2000prg.googl egroups.com...
            On May 19, 10:06 am, "Mark Rae [MVP]" <m...@markNOSPA Mrae.netwrote:
            <yoota...@gmail .comwrote in message
            >
            news:be7c4dd2-1fae-425a-878f-3fb4bada1a59@h1 g2000prh.google groups.com...
            >
            Does anyone know that there is PDF conversion component from MS word
            for ASP.NET?
            >
            Do you mean e.g. that someone will upload a Word document to an ASP.NET
            site, and that site will convert it to a PDF document?
            >
            If so, then you need this:http://www.aspose.com/categories/fil.../aspose.words-...
            >
            --
            Mark Rae
            ASP.NET MVPhttp://www.markrae.net
            Hi Mark, thanks for your reply.
            First of all, I am looking for FREE components. I know a lot of
            commecial ones like aspose and ABCPDF etc. But I would like to see if
            there are free components out there.
            Secondly, what I am trying to do is that I have a console application
            where reporting services reports are called via webservices and get
            report results in byte formate and then I would like to convert that
            byte formate into PDF file.

            Thanks a lot,

            Toby


            Comment

            • Mark Rae [MVP]

              #7
              Re: MS word PDF conversion component

              "Peter Bromberg [C# MVP]" <pbromberg@nosp amDood.yahoo.co mwrote in message
              news:31567F5C-849E-464E-AA08-B39277CE6EBE@mi crosoft.com...
              >Does anyone know that there is PDF conversion component from MS word
              >for ASP.NET?
              >I know that there are a number of commecial PDF conversion programs
              >but I just wonder if there are free components out there?
              >
              There are a number of free PDF print drivers. This means you can "print" a
              Word document to a PDF file. As I recall, "DoPDF" is one of them.
              How would you do that without server-side Office automation...?


              --
              Mark Rae
              ASP.NET MVP


              Comment

              Working...