Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

I'm experiencing issues converting .doc files to PDF using EvoPdf.WordToPdf.NetCore (11.0.0) in a .NET 8.0 console application. The conversion works successfully for .docx files, but results in an ...
Alpana Sinha's user avatar
0 votes
1 answer
157 views

I have an Asp.net MVC 4.6 project. I use the Evo PDF dll to convert HTML strings to PDF files. It works fine locally, as expected. But when I run the app in a Windows Docker Container, the PDF content ...
Farhad Abaei's user avatar
0 votes
1 answer
354 views

I'm using EvoPdf for converting HTML to an Image (EvoPdf: ConvertHtmlToImageObject). Now I tried to set the baseUrl for using local resources like: in the html I'm using a css link for custom fonts. ...
Beat Brooks's user avatar
0 votes
1 answer
92 views

I am trying to create lines between items and numbers in a table of contents generated automatically by EVO HTML to Pdf. My current approach is via CSS and the TableOfContentsOptions: converter....
Chris Watermann's user avatar
1 vote
2 answers
84 views

We have a static method that returns pdf bytes but there is uncertain times the pdf it generates is blank/distorted. Trying to figure out if an instance of an html to PDF generator being inside a ...
johnsabre's user avatar
  • 353
0 votes
1 answer
220 views

I'm using EvoPdf.HtmlToPdf with paid license, however, I have noticed that when I'm converting HTML to PDF and downloading, some languages like Hindi, Bengali are not rendering properly. Here is the ...
awais's user avatar
  • 515
1 vote
0 answers
462 views

We are well aware of working with EvoPdf on Azure Cloud Services (Classic), but are there any known issues with EvoPdf on App Service deployments?
Sondergaard's user avatar
  • 1,151
0 votes
0 answers
840 views

I've recently ported an ASP.NET web project to ASP.NET Core (net5.0). In this project static HTML files are converted to PDF files and stored in a database. We are using EvoPDF for this and everything ...
MiVoth's user avatar
  • 1,032
0 votes
1 answer
179 views

I'm experiencing problem running EVO HTML to PDF Client for UWP Demo. I made an installation package of the demo application and deployed it to a separate computer. EvoHtmlToPdfService is installed ...
Yury's user avatar
  • 357
0 votes
0 answers
565 views

I have problem with EvoPdf. Look at the line below: EvoPdf.Document pdfDocument = new EvoPdf.Document(docFile); Where docFile is valid path to file. I had checked it twice. And the exception message ...
bozydarlelutko's user avatar
0 votes
0 answers
268 views

HTML -> PDF. How can I render an unknown number of empty rows, from the last row with data until reach footer? you can see the issue here. The issue is that sometimes rows in the data part will be ...
Vladimir Krasko's user avatar
1 vote
1 answer
433 views

I am using EVOPDF library to merge multiple PDF documents into one PDF document. When the input PDF documents have owner passwords, the output document only contains blank pages. I see the itext7 ...
MartinS's user avatar
  • 105
0 votes
0 answers
139 views

A few of our NuGet packages, in a framework we use for our ASP.NET MVC sites, reference binaries EVOPdf / EVOPDFtoHTML to be exact that I'd rather not have hard pathed on our build machine. The ...
Cian Estella's user avatar
0 votes
0 answers
538 views

i have an application which generates pdf from html using evopdf. in one scenario the html table generation is done using c# stringbuilder. and i need to include page breaks in tables. but when i ...
Manoj Kumar's user avatar
0 votes
0 answers
102 views

I am using EVOPDF to generate pdf using code of cshtml in an mvc application. I have a 4 textboxes for amount onto my cshtml file and 1 more text box is for TotalAmount. Total amount's value will be ...
Dhiraj Barnwal's user avatar
0 votes
0 answers
355 views

I use EvoPDF in Asp.Net / MVC to convert HTML into PDF. I would like to use Font Awesome icons, but they are not displayed in the PDF result, Although Bootstrap works correctly in the same context. ...
Matt Hooper's user avatar
2 votes
1 answer
457 views

I am using evoPDF to convert HTML files and it seems that text-align:justify is not behaving properly. The spacing happens in between characters, instead of in between words. What i have used so far ...
tiondal's user avatar
  • 21
1 vote
0 answers
497 views

I have an asp.net core project. I am using kendo ui to generate charts and then generate pdf. this is working fine. I have another web job (class library) project in same solutin where I need to ...
Asif Hameed's user avatar
  • 1,433
0 votes
1 answer
124 views

I have an application that I put some drop box images like (https://www.dropbox.com/sh/u3xjkrah9fzm7ju/AAB_TLn83FQH456O79od0_moa/3286Z.png?dl=1) and then I convert the page to a PDF using EVOPDF, but ...
Gustavo Lopes Colhado's user avatar
1 vote
1 answer
3k views

I'm using the EvoPDF with which I save HTML to PDF file. The HTML contains long text (can contains lists, tables, etc.). I want to add pages margins, but I don't want to use the pdfConverter....
P R's user avatar
  • 334
0 votes
1 answer
314 views

I use evaluation version of evopdf. Actually, evopdf truncate contains in the render pdf document. I think that evopdf only render the part of document visible in window browser.
Elise's user avatar
  • 31
0 votes
0 answers
499 views

We are trying to export a PDF of our HTML page which is rendered using Angular. The PDF which is currently being produced contains the static content but none of the Angular requested data. Upon ...
Thomas's user avatar
  • 79
0 votes
0 answers
2k views

Conversion of html/aspx pages into PDF is successful,but PDF file has no actual content in it. I'm using EVOPDF in sharepoint, Please suggest.
raju's user avatar
  • 1
0 votes
2 answers
2k views

I am trying to create a PDF file by using EVOHTMLTOPDF. But the pdf generated is wrong and the contents has a font size so small that i cant even read it. This is the current code I use inside a ...
MrFuryStar's user avatar
0 votes
1 answer
126 views

While sending the html string to "var document = _converter.GetPdfDocumentObjectFromHtmlString(html);" I receive the below exception enter image description here Any idea of what may cause the ...
Bhanodai's user avatar