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'm currently working with the new German ZUGFeRD files. These are PDF A/3 files who have an embedded XML file in them which contains data.
I want to extract this XML file from the PDF A/3 using abcpdf 8.1 with C#.
Any idea how to do this ?
Thanks a…
I can loop through all the fields in a PDF using ABCpdf using the GetFieldNames() collection and get their properties but the one I can't seem to get is whether or not the field is multi-line text field or not. Is there any example out there of how…
I'm using ABCpdf 9.1 x64 .Net with Coldfusion to create PDF's based on HTML content. Each PDF document has a different header and footer which are generated as HTML with some Coldfusion code. The header is identical for every page where the footer…
Background
I have an ASP.net MVC 4 web application with Forms authentication and a custom AuthorizeAttribute controlling access to all controllers minus the login screen. I am adding to some of the controllers, an action that allows the user to…
Problem:
I am passing HTML and creating pdf through ABC pdf.
But the CSS are not applied on the content and pdf created is not as expected.
Here is my code can u please suggest what is the problem or how we can apply CSS...
public static String…
I am using ABCpdf7 to create pdf documents on the fly - Here is something that I do not understand. When I create the pdf document from a url - the images in the pdf document seems to be 256 colors.
Does anyone know how I can set ABCpdf to create…
Hello I have the following code and I am trying to convert a html page into a pdf. I am using abcpdf.
My code is below :
Doc theDoc = new Doc();
theDoc.Rect.Inset(72, 144);
theDoc.Page = theDoc.AddPage();
int theID;
**theID =…
We use Version 8.1 from ABCPDF to generate some nice PDF documents from html.
Now we discovered that printing from within Adobe Reader, will add some thin borders at the top and bottom of the page, that are not visible when the document is…
Has anyone delt with this exception from ABCpdf? We're running on Server 2008 and only have issues converting Office files (Word and Excel). This all worked well on Server 2003. Because we're only having issues with Office files I wonder if it's…
I'm very new at trying to generate PDF's, and I've been given the task of trying to recreate one of our PDF generators with AbcPdf6. The old system used an unknown library, thus making updates difficult/impossible, but it drew the PDF from an SVG…
I'm using ABCPDF.Net version 5 to create a PDF file from HTML. However, the links appear to be highlighted in a dark color and almost impossible to read. If I set pdfDoc.HtmlOptions.AddLinks = false; then the text displays fine but obviously the…
I'm trying to export an HTML page to PDF with ABCpdf. The text converts OK but the charts are very blurry. I've tried increasing the font size and it helps very little. What could be the solution?
EDIT: I'm using the asp.net charts if that helps.
I am trying to make the transition from ABCpdf07 to ABCpdf8. We use this in methods for printing various shipping labels in PDF format. This generally works, with the exeption of files with images in them. Here is the code used for putting in the…
I'm trying to update my (previously working) pdf-creating web application to use the ABCpdf.NET and ABCpdf.NET Gecko Runtime nuget packages.
I've installed both packages (both are version 8.1.1.6) however when I run my application, I get the…
I use ABCPDF v8.1.1.1 on win7 x32 with .net 4.0.
When I tried to print page from URl on https I got an error:
"Unable to render HTML. Unable to access URL COM error 800c0019 in
FACILITY_INTERNET. The drive cannot locate a specific area or track…