Questions tagged [winnovative]

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.

64 questions
9
votes
2 answers

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 the error being returned is: Could not render the…
Curtis
  • 101,612
  • 66
  • 270
  • 352
7
votes
2 answers

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 the standalone aspx page without converting it to…
Leah
  • 2,547
  • 5
  • 23
  • 28
5
votes
4 answers

PDF is generated as jpg instead of text.

Using Winnovative html to pdf converter v. 6 over .net 4, usually the pdf is rendered as text, with embedded images. But sometimes the entire document is rendered as single jpeg. There is no selectable text at all. How can this behavior be…
4
votes
2 answers

calculate html page breaks (html 2 pdf) server side for precise print layout with headers and footers

We print pdf books generated through a html to pdf application. There is a header and footer on each page, and we place content exactly using production, and translation restrictions (and layout variations) for different languages to ensure that…
Gavin
  • 2,153
  • 2
  • 25
  • 35
4
votes
1 answer

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 all of the end users have the latest version of…
James Johnson
  • 45,496
  • 8
  • 73
  • 110
4
votes
0 answers

Winnovative - Parse excel file with hyperlink fails (xls only)

Using Winnovative's excel library I am able to parse an excel file (xls) that contains a hyperlink. It works when the program is run directly on my machine. The exact same file will fail if I try to upload it to a website and parse it. Here is an…
Hans Vonn
  • 3,949
  • 3
  • 21
  • 15
3
votes
0 answers

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 button on a HTTPS web page, to generate a PDF from a…
Curtis
  • 101,612
  • 66
  • 270
  • 352
3
votes
0 answers

Winnovative - CSS Grid not converted correctly

I'm using the Winnovative library to convert some HTML to a PDF. As this works great for a lot of scenarios, it seems to be having issues with CSS grids. As I cannot share too many specifications, I can however share these images that show the HTML…
Jorrex
  • 1,503
  • 3
  • 13
  • 32
3
votes
3 answers

Tagged PDF using an HTML to PDF Converter such as Winnovative

There are many converter available on the market to create and manipulate PDF file from a simple HTML/CSS page. These tools are very convenient to create quickly some nice PDF files without the hassle of the more complex reporting tools of this…
JayMF
  • 91
  • 2
  • 12
3
votes
3 answers

Using SendMessage to email a file attachment without saving the file

I can send an email and everything but I cannot create a valid Attachment() to put into my email. All examples I've found online assumes that it is somehow saved locally on my machine and links it via path but that is not the case. In my method, I…
Soulzityr
  • 406
  • 1
  • 8
  • 26
3
votes
2 answers

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 errors. some of the errors we have seen…
hp.
  • 513
  • 6
  • 15
3
votes
2 answers

Winnovative Html to pdf Converter page numbers are not right on appended document

I have a problem using Winnovative Html to Pdf Converter v8.0.0.0, my pdf page number are not correct. Here is what I 've done. I set a footer on my converter pdfConverter.PdfFooterOptions.AddTextArea(new TextArea(500, 0, 50, "&p; / &P;", new…
user1098580
  • 409
  • 4
  • 9
2
votes
3 answers

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 pdf page to open the printer dialog. I have tried…
Pedryk
  • 1,643
  • 1
  • 13
  • 28
2
votes
0 answers

To draw a pie chart in excel using winnovative

I am using Winnovative to write data to an excel sheet from my C# code. Writing data from a data table works fine without any issues. I intend to have a pie chart from the data I have written. So I have a template of the excel sheet where I have…
TheFallenOne
  • 1,598
  • 2
  • 23
  • 57
2
votes
0 answers

Getting htmlstring of page in render event

I am using winnovative html to pdf converter. I need to create pdf report for a div in the page not the whole page. Hence I am overriding the page Render event. It works but my problem is it is not working when some the code from JavaScript is added…
user1990587
  • 386
  • 4
  • 15
1
2 3 4 5