Tagged Questions

The HTML to PDF Converter for .NET is a library that can be used in any type of .NET application, either ASP.NET web sites or Windows Forms and WPF applications, to convert URLs, HTML strings and streams to PDF or to image. The library is compatible with .NET 2.0, .NET 3.5 and .NET 4.0.

learn more… | top users | synonyms

2
votes
1answer
56 views

Preview generated PDF on page

I'm generating a PDF document in code-behind using Winnovative's HTML to PDF converter, and I would like to preview the document in a container on the page. This is for an intranet application and ...
2
votes
2answers
62 views

Best Libraries and Plugins for .NET to Write to Word

What are the best libraries/plugins for .NET to access Word (create Word files and such)? I have used the Winnovative Excel one so I might check out their Word one, but what are some others?
2
votes
2answers
160 views

Could not render the url. Could not get image from url.Navigation timeout

I've got a ASP.NET web application which contains the Winnovative HTML to PDF Converter. This has been running for over a year successfully generating PDFs However, this is no longer working, and ...
2
votes
2answers
111 views

HTML to PDF .NET converter with custom headers

I need a tool which will convert my html to pdf. For now I'm using Winnovative HTML to PDF converter. Now I need to have different headers on different pages (this is possible with this winnovative ...
2
votes
2answers
363 views

Winnovative HTML to PDF converter

I'm trying to convert an aspx page to a PDF using the Winnovative HTML to PDF converter, but before the page is converted, I want some javascript to be run. I know the javascript works as I've tested ...
2
votes
1answer
524 views

Winnovative HTMLtoPDF converter, add a Watermark

Has anyone used the Winnovative HTMLtoPDF converter to generate a PDF from HTML content? And if so, has anyone successfully put a watermark on any or all pages of that resulting PDF?
1
vote
2answers
98 views

Opening printer dialog

I am using the winnovative html to pdf converter for creating a pdf document. I've added a checkbox for the user to choose wether they would like to print or email the pdf file. But i can't get the ...
1
vote
1answer
114 views

Generate Winnovative PDF to be a certain width/height pixel size

I'm looking to generate a PDF document from HTML using the Winnovative PDF Converter I wish to convert the PDF to exactly 842 x 595 pixels I've tried doing: ...
1
vote
2answers
240 views

Sitecore Extranet login and PDF converter or Webclient

I'm having a problem using Winnovatives PDFConverter on pages that are protected by Extranet security (which is based on ASP.Net Membership). I've tried several different approaches, but the ...
1
vote
1answer
150 views

Session gets expired using third party dll's for pdf publishing

The Scenario: I have a situation where I need to pass some session variables to an ASPX page, inside a DNN module. This page is then transferred to Winnovative's PDF publishing component's in the ...
1
vote
1answer
690 views

winnovative pdf - out of memory and other random exceptions

we have an asp.net 3.5 application that allows users to generate many charts and export them via pdf. This works fine for smaller pdfs (less than 100 pages), but when we do larger ones, we get random ...
0
votes
0answers
31 views

Winnovative HTML to PDF and CSS writing-mode: tb-rl

If I include the css style 'writing-mode: tb-rl', which is used for writing vertical text, in the html stream that is to be converted to pdf, I get a repeat of the first 30 pages, up to the number of ...
0
votes
0answers
81 views

Generating PDF from HTTPS causes error

I'm using Winnovative PDF Converter to generate PDF files from HTML (URL) When triggering a button on a HTTP web page, to generate a PDF from a HTTP URL, this works fine. However when triggering a ...
0
votes
1answer
49 views

How to create pdf from a panel in window app using winnovative

Is it possible to create a pdf from a panel in a windows app using winnovative HTML to PDF converter? I see that it works if using a WebBrowser contr, however i have data grids in a panel that need to ...
0
votes
9answers
864 views

Generate HTML To PDF Control for the .NET application

Has anyone used any open source or paid .NET Control which does the conversion job from html to pdf file? At the moment, i am using Winnovative convertor control. But it has a performance limitation ...