ABCpdf is WebSupergoo's software component for generating and manipulating PDF documents dynamically on Windows based systems, supporting the Microsoft .NET Framework and ASP/COM.
I have a set of PDF files that were created in Acrobat Professional with fillable, savable forms. I can modify the values of the fields in the forms, and save those changes with ABCpdf, which works great. The problem is that users with Adobe Reader…
I am following the example to add a footer with the page number to a page “Headers and Footers Example” from the abcpdf documentation site.
The problem is that my pdf document has multiple pages with different orientations and different page…
I recently upgraded abcPDF from v8.1.0.7 to v8.1.1.1 (and then later from v8.1.1.1 to v8.1.1.2). After the upgrades, I got errors similar to the following whenever I tried to generate a PDF:
"Gecko engine failed to render the page: Gecko engine…
I have a WCF service that is returning a block of xml. One element is a CData[] section. My application reads an HTML file out of the database and converts it to a PDF byte[] array using ABCPDF. Then in my XmlWriter Im adding the bytes to the…
I'm trying to add a radio button to a pdf page I'm rendering through abcpdf. I'm looking at the documentation for abcpdf and it specifies that I use the following code
Doc theDoc = new Doc();
InteractiveForm form = new InteractiveForm…
I use ABCpdf to output pdf documents. The EAN-13 font is successfully used for barcode printing and I want to convert it to an image on the PDF document. Any ideas?
We use ABCPDF to convert a HTMl page to a PDF. Everything works fine, except the charts generated with highcharts.The usescript tag is set to true, but the area where the chars is rendered stays empty. In IE9 the charts is rendered. anyone knows a…
I have a Controller with a method like this:
public ActionResult Index()
{
CustomerInfoViewModel viewModel = CustomerInfoModel.Load();
return View("Report", viewModel);
}
Now I'd like to create another method which does the same than this…
We've got a web system that generates dynamic pdf files with ABCpdf. While it works... okay, the file sizes are a little large.
For example, this morning as a test I generated a 140+ page file with lots of little graphics (actually, the same six…
I am trying to invert a text so that the mirrored text is saved in the PDF, however, I was not successful, I tried in many ways and what made the most sense was to rotate 360º and invert, but the text has not changed ... I also tried to rotate 180º…
While using ABCpdf programmatically, I found the need to add a new image into a specific custom colour channel (known as spot colours) in a PDF file. Usually these type of channels are used in the printing industry to add specialty colours such as…
I'm trying to use ABCPDF.net 8 to create a pdf from html content.
When using the method AddHtml, this works fine.
However, I need to take in the styles too, so I need to use AddImageHtml. But using this method causes the w3wp process to throw an…
I have a system for creating a pdf book from users own images. The images are in high resolution and the pdf end up with around 70pages with pictures on most of them.
When generating the pdf the in a local application on the server the process uses…
I have a html page created with bootstrap, and i want to create a PDF with it and for this i'm using ABCPdf.
I'm trying to execute a javascript script to apply some styles to my html, but it doesn't works. Someone knows what happens?
Doc theDoc…
I can embed fonts, add (reference) fonts, set a current font, but that seems to be it.
How can I get a list of embedded and referenced fonts in a pdf file via abcpdf?