Questions tagged [evopdf]

EVO PDF is a commercial HTML to PDF converter library for .NET that can be integrated in ASP.NET, Windows Forms and Windows Azure Cloud applications.

Web site: EVO PDF Software

90 questions
0
votes
2 answers

Create footer with page number not displayed using Document object of EvoPdf

I have a pdf file that converted from html by EvoPdf HtmlToPdfConverter. I read the file bytes by evopdf Document Class and add footer element to it. after saving the bytes - it's displaying inline webBrowser. the footer with page number isn't…
user5525035
0
votes
1 answer

evopdf 6.12; html string to pdf, does not render image on the pdf

I am trying to use EvoPdf library (demo version). I have html string with a full path to an image for example: finalString.Append(@""); I used the following code…
user2347528
  • 580
  • 1
  • 8
  • 22
0
votes
1 answer

evohtmltopdf.dll Images are not rendered in the pdf

If the image src attribute refers to image folder then it gets rendered in the pdf file. If the src attribute refers to an internal url then the image is not rendered. The other image is stored in the database that is why I need to specify the…
user2546732
  • 11
  • 2
  • 4
0
votes
1 answer

why Evo PDF generates large size PDFs (HTML to PDF converter)?

I am using EVO pdf dll to convert aspx page having 3 chart control (with png format) in it to PDF, but it generates PDF having size of 400 kb. IF RDLC is used to generate similar page then it generates page having size of 50 kb.But I dont have…
Sagar Shirke
  • 648
  • 9
  • 32
0
votes
2 answers

EVO PDF: Side-by-side tables & repeating headers

I'm using the EVO PDF, Html-> PDF generator, and I've come across a scenario that I cannot seem to solve. I'm unsure if a solution exists with the software itself. I have 2 metric data tables that are side by side, using data that always creates the…
Mark
  • 1,564
  • 1
  • 14
  • 22
0
votes
1 answer

EvoPDF exporting PDF in AngularJS application

I want to export my current HTML page after(ng-view is rendered) to a pdf. I am using EvoPDF software to do that but when I am trying to export it the HTML inside ng-view is not coming in the pdf as it. The PDF just contains the header as the header…
sajesh Nambiar
  • 689
  • 2
  • 10
  • 25
0
votes
2 answers

Change page numbers in EvoPDF

Within a pdf it is possible to change page numbering, so the first page would be page 5, etc. (This has nothing to do with headers and footers, i'm speaking strictly about the page numbers as they appear in the pdf toolbar) Is it possible to control…
mendel
  • 1,511
  • 1
  • 16
  • 20
0
votes
1 answer

Add file links and attachment in evopdf: where can find HtmlToPdfConverter related classes?

I am using evopdf converter of version 4.6.0.0, and I want to add file links and attachment in my pdf document. As suggested method in demo, they use HtmlToPdfConverter class to accomplice this functionality. Link is…
0
votes
3 answers

Accessing ViewData in jQuery not working

I am trying to pass an IList back to my View where it can be accessible in a jQuery .each(), but I'm not having any success. Example class: public class MyClass { private string _Name = ""; public int Id = null; public MyClass ( string…
rwkiii
  • 5,716
  • 18
  • 65
  • 114
0
votes
1 answer

mvc3 and evopdf - display "processing" message while the pdf is being generated

I am using MVC3 and evopdf (http://www.evopdf.com/) to create a pdf when user clicks on a print button. I have the initial view that contains a form and print button and a 2nd view specifically designed for printing. Clicking on the print button…
jpm_12321
  • 1
  • 2
0
votes
0 answers

Edit existing pdf file using evopdf

Is it possible to edit an existing pdf file using evopdf coverter? I am successfully able to generate a pdf out of html content. However, I am not able to edit existing one. Any suggestions please? I am using ASP.Net with C#.Net 4.0
Anil Soman
  • 2,443
  • 7
  • 40
  • 64
0
votes
1 answer

How to set CSS Class to JQGrid?

I am developing a website with a JQGrid on it. I am also turning the table to PDF. I want to show table header on every page so that PDF converter I have need to set CSS a property THEAD tag of the table to "display:table-header-group". So how do I…
Laurence
  • 7,633
  • 21
  • 78
  • 129
0
votes
1 answer

Generating PDF/A using EvoPDF is not valid PDF/A

I'm trying to generate PDF/A-1b document from a website using EvoPDF v3.0 When I verify the output using Adobe Preflight, I get the validation error "CIDSet in subset font missing" Is there a way to work around this problem, or can someone suggest a…
nicemd
  • 54
  • 5
-1
votes
1 answer

What is the capacity of evopdf?

How much volume can the EVO HTML to PDF Converter for .net handle? What specs do you recommend for the server? I am unable to find information regarding this matter on evopdf.com.
-1
votes
2 answers

Cant able to load image into pdf with Evopdf

i was trying with evopdf to convert html to pdf and in my html there is an image with absolute path of it but image is unable to load it into pdf.here "sb" is string builder in which i append the html string. PdfConverter pdf = new…
aggy
  • 163
  • 1
  • 2
  • 14
1 2 3 4 5
6