Search

You searched for the word(s): userid:705736

Matching Posts

  • Re: URGENT:Pdf opening makes server slow

    You are probably using a very old version. There were many performance improvments in each version. You can download the latest version from http://www.winnovative-software.com/download.aspx .
    Posted to Architecture (Forum) by fchivu on 6/11/2009
  • Re: Merge PDF's

    You can build your own PDF merge utility using the merge and split PDF libraries for .NET from http://www.dotnet-reporting.com or http://www.winnovative-software.com . You can use it to merge PDF files, html files, text files and images, set the page orientation, compression level and page size. All this can be accomplished with only a few lines of code: PdfDocumentOptions pdfDocumentOptions = new PdfDocumentOptions(); pdfDocumentOptions.PdfCompressionLevel = PDFCompressionLevel.Normal; pdfDocumentOptions
    Posted to Getting Started (Forum) by fchivu on 7/10/2007
  • Re: how to convert html page to pdf

    Hi, The HTML to PDF converter for .NET from http://www.dotnet-reporting.com or the HTML to PDF .NET Library from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4; pdfConverter.PdfDocumentOptions
    Posted to Web Forms (Forum) by fchivu on 7/6/2007
    Filed under: HTML to PDF Converter
  • Re: export html page to pdf

    Hi, The HTML to PDF converter for .NET from http://www.dotnet-reporting.com or the HTML to PDF .NET Library from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4; pdfConverter.PdfDocumentOptions
    Posted to Getting Started (Forum) by fchivu on 7/6/2007
    Filed under: html to pdf
  • Re: Reporting generation - HTML to PDF ?

    Hi, The HTML to PDF library for .NET from http://www.dotnet-reporting.com or the HTML to PDF converter from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4; pdfConverter.PdfDocumentOptions
    Posted to Reports Starter Kit (Forum) by fchivu on 7/6/2007
    Filed under: html to pdf
  • Re: Outputting to a pdf from xml/html

    Hi, The HTML to PDF library for .NET from http://www.dotnet-reporting.com or the HTML to PDF converter from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4; pdfConverter.PdfDocumentOptions
    Posted to Component Discussions (Forum) by fchivu on 7/6/2007
    Filed under: html to pdf
  • Re: ASP To PDF

    HTML Source EditorWord wrap Hi, The HTML to PDF library for .NET from http://www.dotnet-reporting.com or the HTML to PDF converter from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize
    Posted to Web Forms (Forum) by fchivu on 7/6/2007
    Filed under: html to pdf
  • Re: convert html file into pdf in asp.net

    HTML Source EditorWord wrap Hi, The HTML to PDF library for .NET from http://www.dotnet-reporting.com or the HTML to PDF converter from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize
    Posted to Web Forms (Forum) by fchivu on 7/6/2007
    Filed under: html to pdf
  • Re: convert html file into pdf in asp.net

    HTML Source EditorWord wrap Hi, The HTML to PDF library for .NET from http://www.dotnet-reporting.com or the HTML to PDF converter from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize
    Posted to Web Forms (Forum) by fchivu on 7/6/2007
    Filed under: html to pdf
  • Re: HTML Stream for Converting to PDF

    HTML Source EditorWord wrap Hi, The HTML to PDF library for .NET from http://www.dotnet-reporting.com or the HTML to PDF converter from http://www.winnovative-software.com is what you need. It's pure .NET library, it doesn't use a printer driver. There is also a free html to pdf converter application built on top of this library. The conversion can be done with only a few lines of code: PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize
    Posted to Web Forms (Forum) by fchivu on 7/6/2007
    Filed under: html to pdf
Page 1 of 3 (24 items) 1 2 3 Next >