Questions tagged [abcpdf]

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.

Useful resources on WebSupergoo's site:

342 questions
3
votes
2 answers

Extracting embedded XML File from PDF A/3 using abcpdf in C# - ZUGFeRD

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…
user3296596
  • 29
  • 1
  • 4
3
votes
1 answer

How do you find out if PDF Textbox field is multi-line using ABCpdf?

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…
RichC
  • 7,829
  • 21
  • 85
  • 149
3
votes
2 answers

ABCpdf copy header and footer

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…
android
  • 652
  • 9
  • 28
3
votes
0 answers

Asp.net MVC Pass onetime authentication to controller through Url.Action()

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…
3
votes
2 answers

CSS is not applying on creating pdf from ABC pdf

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…
Anirudh Agarwal
  • 655
  • 2
  • 7
  • 29
3
votes
1 answer

ABC PDF - create 256 color images

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…
Gerald Ferreira
  • 1,349
  • 2
  • 23
  • 44
3
votes
2 answers

Render a pdf from a html page

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 =…
CodeNinja
  • 3,188
  • 19
  • 69
  • 112
3
votes
1 answer

thin border when printing pdf

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…
SwissCoder
  • 2,514
  • 4
  • 28
  • 40
3
votes
2 answers

Exception converting Office files to PDF using ABCpdf.NET onWindows Server 2008

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…
3
votes
0 answers

Using AbcPdf to create a pdf from an SVG Document

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…
Icestorm0141
  • 662
  • 2
  • 9
  • 21
3
votes
1 answer

ABCPDF links are highlighted in dark color

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…
3
votes
3 answers

Blurry charts with abcpdf

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.
Eyeslandic
  • 14,553
  • 13
  • 41
  • 54
3
votes
2 answers

Transition from ABCpdf07 to ABCpdf8 - images are not displayed

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…
Jorgen
  • 41
  • 4
3
votes
2 answers

ABCpdf nuget package XULRunner folder is corrupt?

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…
kristian
  • 22,731
  • 8
  • 50
  • 78
3
votes
1 answer

ABCPDF Unable to access URL COM error 800c0019 in FACILITY_INTERNET

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…
seth
  • 135
  • 3
  • 9