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
2
votes
1 answer

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?
Matt Dawdy
  • 19,247
  • 18
  • 66
  • 91
1
vote
2 answers

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?
cdub
  • 24,555
  • 57
  • 174
  • 303
1
vote
0 answers

HTML to PDF library Winnovative not converting CSS Grid correctly

Im using the Winnovative library to convert HTML Code to PDF Documents. I am having the problem when converting HTML with CSS Grid Code in it: The CSS Grid items are just displayed under each other. HTML Code
Nightscape
  • 464
  • 6
  • 19
1
vote
7 answers

Generate HTML To PDF Control for the .NET application

Possible Duplicate: Generation PDF from HTML (component for .NET) 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…
Karan
  • 3,265
  • 9
  • 54
  • 82
1
vote
2 answers

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 following I can get to work on my local machine, but not…
Holger
  • 2,243
  • 17
  • 19
1
vote
2 answers

border-bottom missing on each page ending row in a table when exporting to PDF

I have tried so many ways to get back the bottom-border of the row which was the last row in every page break. The style is added to each is border:1px solid #000; but if I give 2px instead of 1px it will show the border. And the border is…
1
vote
1 answer

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 form of a byte array. The component returns a PDF…
Rizwan
  • 51
  • 4
1
vote
1 answer

Winnovative HTML to PDF takes a long time

We have succcessfully used Winnovate HTML to PDF converter in our solution in our lower environments (development and testing). But when we deploy this to production, the external facing server, which is in the DMZ, is causing some slowness which we…
Gabbar
  • 4,006
  • 7
  • 41
  • 78
1
vote
0 answers

I'm using Winnovative to output Excel file. But I can not set Zoom View of Excel (not zoom scale for print)

I'm using Winnovative library to output Excel file (C# .NET). But I can not set Zoom View of Excel 80% instead of default value 100% of excel file. Note: it is not zoom scale for print. If you know how to set, please help me! Thank you
Tony Pham
  • 246
  • 5
  • 13
1
vote
1 answer

Base64 img not showing after Winnovative PDFConverter HTML to PDF

I’ve been using the PDFConverter for years with no issues. And there are still no issues converting a large HTML form to PDF, except certain images aren’t showing. I programmatically fill an HTML img element with a base64 string, like so:…
RHelm
  • 33
  • 7
1
vote
1 answer

Winnovative - PDF generated as image instead of text

I am using winnovative tool to generate PDF. My problem is PDF which is getting generated is Image not as text. This issue exists in all browser (Mozila, Chrome and IE) Is there any fix for this? Regards, Sagar
Sagar Joshi
  • 574
  • 3
  • 10
  • 25
1
vote
2 answers

Winnovative With Parameters in URL

i have a big problem and i need your help. i'm trying send to url parameters to generate the pdf file with the library winnovative. when trying the first time I have no problems and generates pdf but if I want to get the pdf again this gives me…
1
vote
1 answer

C# Winnovative HTML to PDF

I am searching for a solution to convert HTML to PDF with external CSS support. I downloaded the trial version of the Winnovative Toolkit Total v11.14, and tried out the demo application for the method public byte[] GetPdfBytesFromHtmlString (string…
1
vote
2 answers

wnvhtmltopdf: Images are missing in PDF

I am using Winnovative to convert HTML to PDF. There are two server one web and other one is file server(To store only files). Both servers are in network. PDF code is running on web server and at the end file is used to store at file server. In…
user1423617
1
vote
1 answer

Fonts not applied in Winnovative HTML to PDF Converter

I have used the Winnovative for converting the HTML to PDF now I am facing the issued related fonts, I have used the different fonts like HelveticaNeueLTStd-Cn.otf and it's looks fine in index.html page but when i tried to create a PDF using…
Dhaval Patel
  • 7,471
  • 6
  • 37
  • 70