winnovative

Generating PDF from HTTPS causes error

大憨熊 提交于 2019-12-14 02:18:30
问题 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 HTTP URL, I get the error: Could not render the url. Could not get image from url.Navigation timeout.. Why is this happening and how can I prevent it? Please Note: I'm not getting an error when generating a PDF of a HTTPS page, I'm getting an

Hosting Winnovative HTML to PDF Converter in Azure

烂漫一生 提交于 2019-12-13 02:57:44
问题 I am looking to port ASP.NET MVC 5 application to being hosted on Azure.We are looking at hosting our application in an Azure App Service. One of the dependancies I have is Winnovative's HTML to PDF converter. The converter does not work in a web service, this is a well known issue with the software. Winnovative's advice is: For the situations when you must use the converter in an Azure Website and you cannot deploy your web application as an Azure Web Role or Worker Role or install it on an

Using SendMessage to email a file attachment without saving the file

北城以北 提交于 2019-12-10 23:16:20
问题 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 create the file using Winnovative, and then I want to attach it to the e-mail and send it. No saving involved. protected void SendEmail_BtnClick(object sender, EventArgs a) { if(IsValidEmail(EmailTextBox.Text)) { try { MailMessage mailMessage = new

Generate HTML To PDF Control for the .NET application [duplicate]

限于喜欢 提交于 2019-12-05 07:33:22
问题 This question already has answers here : Closed 7 years ago . 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 performance limitation during the generation of bulk pages (like more than 1000) in the pdf. The limitation comes when we use bigger images in the html content. From last 4 months i've been