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
0
votes
1 answer

Can't get Meda Print to work

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…
John Paul
  • 827
  • 2
  • 6
  • 16
0
votes
3 answers

ABCPdf not embedding a newly added custom font

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…
AntonK
  • 2,303
  • 1
  • 20
  • 26
0
votes
0 answers

Html to PDF with 3 mm bleedbox on every side - abcpdf

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…
Devraj Gadhavi
  • 3,541
  • 3
  • 38
  • 67
0
votes
1 answer

Show google charts while rendering pdf using ABCpdf

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

How can I use azalea barcode in abcpdf?

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…
dev
  • 1
  • 1
0
votes
1 answer

Could not load file or assembly '\bin\ABCpdf8-64.dll' or one of its dependencies. The module was expected to contain an assembly manifest

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

Use ABCPDF to replace text in PDF

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…
Steven Lemmens
  • 620
  • 5
  • 18
0
votes
2 answers

DLL conflict - trial version vs purchased

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.…
Coding Duchess
  • 6,445
  • 20
  • 113
  • 209
0
votes
1 answer

ABCpdf, render an HTML within a "template": How to add margin?

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…
Tineler
  • 253
  • 3
  • 17
0
votes
1 answer

abcPdf version upgrade issue [result pdf is different by passing the same html]

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…
A Developer
  • 1,001
  • 3
  • 12
  • 32
0
votes
1 answer

Where does bottom and right border come from in abcPdf

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…
cpoDesign
  • 8,953
  • 13
  • 62
  • 106
0
votes
1 answer

Changing pdf page dimensions

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…
Lasopy
  • 1
  • 1
0
votes
1 answer

How to make PDF completely readonly forever by ABCPdf generator in C sharp

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 …
King
  • 183
  • 10
0
votes
0 answers

Adding a Watermark to Generated PDF using ABCpdf

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…
cdalto
  • 797
  • 1
  • 15
  • 33
0
votes
1 answer

How to remove tags from a pdf

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…
Anders
  • 153
  • 1
  • 12