92 questions
0
votes
0
answers
60
views
EvoPdf.WordToPdf.NetCore: .doc to PDF conversion works in .NET 6.0, but fails in .NET 8.0
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 ...
0
votes
1
answer
157
views
Issue with Evo Pdf library in Windows Container
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 ...
0
votes
1
answer
354
views
EvoPdf: Problem on converting html to image while using baseUrl for external resources
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.
...
0
votes
1
answer
92
views
EvoHtmlToPdf - gap between item and number in auto generated table of content
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....
1
vote
2
answers
84
views
Is an instance of an object inside a static method affect the object?
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 ...
0
votes
1
answer
220
views
EvoPdf.HtmlToPdf isn't rendering foreign languages (Hindi, Bengali)
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 ...
1
vote
0
answers
462
views
Does EvoPdf works with Azure App Services?
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?
0
votes
0
answers
840
views
OutOfMemory Exception with EvoPDF and ASP.NET Core
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 ...
0
votes
1
answer
179
views
EVO HTML to PDF Client for UWP Demo issue
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 ...
0
votes
0
answers
565
views
EvoPdf Could not create the Document. The method parameter cannot be null
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 ...
0
votes
0
answers
268
views
EvoPdf - How to fill empty space between table end and footer with empty rows
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 ...
1
vote
1
answer
433
views
How to merge PDF documents that contains owner passwords with C#
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 ...
0
votes
0
answers
139
views
Best practice for building a NuGet package to house 3rd party DLLs
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 ...
0
votes
0
answers
538
views
how to identify if there is a page-break applied on a table row generated in c#?
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 ...
0
votes
0
answers
102
views
Regarding Numeric Values with Comma and Decimal in textbox in pdf generated by EVOPDF
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 ...
0
votes
0
answers
355
views
Is it possible to use Font Awesome icons with EvoPDF / .Net ?
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.
...
2
votes
1
answer
457
views
text-align:justify on a generated evoPDF
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 ...
1
vote
0
answers
497
views
Automatically generate pdf with charts using latest data and send them through email in asp.net mvc core
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 ...
0
votes
1
answer
124
views
EvoPdf loading images from Dropbox
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 ...
1
vote
1
answer
3k
views
EvoPDF page margins set into the HTML
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....
0
votes
1
answer
314
views
Evopdf truncate contains in pdf
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.
0
votes
0
answers
499
views
evoPDF export from Angular & .NET
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 ...
0
votes
0
answers
2k
views
PDF is blank page after converted from html/aspx page using EVOPDF
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.
0
votes
2
answers
2k
views
EVO PDF PDF contents have small font
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 ...
0
votes
1
answer
126
views
Frequently receiving "Could not get a reference to rendering Engine"
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 ...