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 trying to apply css to my PDF when using ABCPDF. I set the media type to MediaType.Print in the code behind like so:
doc.HtmlOptions.Media = MediaType.Print;
I then add the HTML using the AddImageHtml function.
In the HTML markup I added the…
I have a Windows service that is converting HTML to PDF. I am embedding a custom front by calling
var fontSwiftFont = pdfDoc.EmbedFont("swift-fontv2", LanguageType.Latin);
Everything works fine on my local pc and the QA environment, but after…
We need to generate PDF from HTML with ABCPDF, letting 3 mm bleedbox on every side of the document. So that after printing there is enough room for cutting the edges of the page and bind a book from the printed pages.
I have tried below code with…
I need your help to show charts while rendering pdf using ABCpdf.
Here is a result, what is in browser and what is on pdf:
Actually as it looks good on html, I think the problem is in rendering pdf. Here is the code I am using to create pdf:
var…
I am working on ASP.NET MVC project. I am using c#. I am trying to use barcode in abcpdf version 8 but it doesn't seems to be working. I searched online but I didn't get much help anywhere.
I am building string using stringbuilder and passing…
I have getting the following error message when I try to run the application.
Could not load file or assembly 'bin\ABCpdf8-64.dll' or one of its dependencies. The module was expected to contain an assembly manifest.
Please find below full details…
I'm using ABC PDF and I was wondering if there is a way to load an existing template PDF, replace certain placeholders with actual values and then save to a new path?
I've been searching through their documentation, and I can find ways of getting…
I have used a third party dll(ABCpdf) in my .NET app and installed the app onto another machine. The program worked fine but then the trial expired and we purchased the third-party component and copied the new dll into the application directory.…
I'm trying to render an HTML within a predefined PDF-template (e.g. within a frame.) The template/frame should reach the edges. But the HTML shouldn't do that. So I need some kind of margin for the HTML only. Here is my code so far:
var doc = new…
I am facing a strange issue. I have a html document, and to create PDF out of it, I am using abcPdf.
When I was using abcPdf v7, the resulted pdf was fine. But moving it to version abcPdf 9 making the whole thing bigger [a bit big font, hence lessar…
Why I am getting border on bottom and right when rendering html using abcAdf.
PS I got professional license using (ABCpdf9-64.dll)
My process is to create page:
I use master / child layout template in mvc (works)
I point to this html using abcPdf…
I've got a program that stamps a page number on each file of a pdf. The problem I'm having is sometimes if there is text already where the stamp should go, it writes over it making both illegible.
We don't want to write over or delete any text that…
I am working with Websupergoo's AbcPdf generator to generate the pdf from my code in c sharp. I want it to be readonly and non-editable to the end user. I have tried its encryption properties :-
pdfDoc.Encryption.CanChange …
I'm trying to add a watermark over a PDF that I am generating using HTML/CSS. My initial approach was to create a transparent PNG the size of the page and overlay that image on top of each page of the generated document. Since ABCpdf does not…
I have this pdf where there are tags like this:
62 0 obj
<< /Type /StructElem /S /DokumentNavn /P 56 0 R /K 2 /Pg 58 0 R >>
endobj
60 0 obj
<< /Type /StructElem /S /Bundtekst /P 56 0 R /K 0 /Pg 58 0 R >>
endobj
61 0 obj
<< /Type /StructElem /S…