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.
Questions tagged [winnovative]
64 questions
0
votes
1 answer
winnovative html to pdf converter not finding CSS when base url is a network share
I am having an issue using Winnovatives HTML to pdf converter.
When the base url is a local path e.g C:\path\to\base, the converter resolves the files just fine.
however, in scenarios where the base url points to a server…

Fullmetal99012
- 191
- 3
- 12
0
votes
0 answers
extra page blank when converting HTML to PDF using Winnovative
Hi I tried to convert an HTML to PDF with this structure:
first page with (page-break-after) and second page.
If I attached the footer in every page I obtain an extra page blank. In order to verify if it's the content of the pages that ends in a…

P_R
- 356
- 2
- 7
- 27
0
votes
2 answers
Update Azure cloud service package and configuration
I have a azure cloud service which package and configuration I want to update/re-deploy. I don't find any option in Azure Portal to update the cloud service. Azure classic portal give the option to update the package but I don't have access to that…

Muhammad zubair
- 291
- 2
- 6
- 20
0
votes
1 answer
Winnovative HTML to PDF converter Justify text
I use winnovative 11 for converting HTML to PDF. My problem is that if I have a div element with the "text-align: justify" style, the library doesn't justify the element into a PDF.
Reading the documentation I saw that there is the TextElement…

P_R
- 356
- 2
- 7
- 27
0
votes
1 answer
Winnovative HTML to PDF open PDF after generated and open printer dialog automatically
I'm using Winnovative HTML to PDF with MVC 4. The basic example works fine (below is the code) but I need the user do a click in "Print button", the code must to generate the PDF, also I need open the PDF generated and open printer dialog box…

Hernaldo Gonzalez
- 1,977
- 1
- 21
- 32
0
votes
1 answer
Winnovative HTML to PDF Converter - Not saving a dynamic javascript page
I have tried looking for a solution to this problem on the site, but can't appear to find one. I have limited knowledge about this particular subject, so please excuse my ignorance!
Our website converts HTML to PDF using the Winnovative HTML to PDF…

William P
- 1
- 2
0
votes
1 answer
Winnowative HTML to PDf - Display images from database
All,
I am developing web application in which I have used Winnowative HTML to PDF component.
I want to display images as well some text documents,PDF etc. in generated PDF. All the images,documents are saved in SQL Server database.
Along with HTML…

Dharmesh Solanki
- 215
- 6
- 15
0
votes
1 answer
Winnovative, PdfConverter Setting the Header and Footer height dynamicaly
I am using the Winnovative's PdfConverter to convert my HTML page to a PDF, i am able to get the PDF with header footer and all. But i have a requirement where i need to set the height of the Header and footer dynamically based on the content of the…

ARV
- 1,111
- 5
- 22
- 46
0
votes
1 answer
Winnovative pdf converter design issue?
we are using PDF converter from Winnovative. Recently our browsers were upgraded to IE10 from IE7. hence the html css design of the pages being converted to PDF are distorted. Using the meta http-equiv="X-UA-Compatible" content="IE=7" the aspx …

user3567026
- 91
- 2
- 12
0
votes
1 answer
how to pass cookies in winnovative
first of all I would like to wish everyone a happy 2015 and be prosperous for all of you.
I would like to help me with a problem I have with a cookie and Winnovative, the problem is that I correctly the data in a cookie but when the process for the…

Cristian Saavedra
- 65
- 7
0
votes
1 answer
Can you add a secondary y axis using winnovative excel charts?
I have some charts that are exported from my web code. I am using Winnovative to create the excel output. Is there a way to create a secondary (second) y-axis, I cannot find any class that is allowing me to do this. This is my code in C# that is…
0
votes
2 answers
Using Winnovative PDFConverter to save to file an ASP table in C# populated by session data
I am using PDFConverter to save a "Receipt page" onto the computer. The way it's set up is I am using a link from Page X to Response.Redirect() to Receipt Page, so it transfers the session data.
Then I am using Session["Cart"] Data to populate the…

Soulzityr
- 406
- 1
- 8
- 26
0
votes
1 answer
How to expand/collapse bookmark options in winnovative html to pdf converter
I am using wnvhtmconvert to convert my html to pdf. I need to add expand/collapse bookmark function in my pdf.Could anyone please help me out.Thanks.

iysh
- 145
- 1
- 1
- 9
0
votes
1 answer
Using Winnovative in SharePoint workflow
Hopefully someone can tell me what I am doing wrong here. I have a SharePoint 2010 workflow I am coding in Visual Studio, and I was trying to emulate what is being done here, but as soon as I hit this line:
PdfConverter pdfConverter = new…

user1389971
- 97
- 2
- 10
0
votes
1 answer
Winnovative pdf converter throws messege - This operation requires IIS version 7.5 or higher running in integrated pipeline mode
I'm using winnovative PDF converter and its working properly on my test project. but when i add same code to my original project,
shows that it throws following exceptions.
i checked value of
HttpResponse httpResponse =…

DevT
- 4,843
- 16
- 59
- 92