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
1
vote
1 answer

ABCpdf AddImageHtml text stretches without administrator rights

Problem: When I run the same program admin vs. non-admin they produce different results. Example: As you can see without administrator rights the text gets stretched vertically. Code to reproduce: var html = File.ReadAllText( "htmldata.txt"…
EpicKip
  • 4,015
  • 1
  • 20
  • 37
1
vote
2 answers

Could not find ABCChrome, WebSupergoo.ABCpdf11.Internal.PDFException

For some reason I can't figure out what is causing this error with ABCpdf. We are upgrading from v9 to v11. We have tried including the dlls and just a reference but neither appear to be working. The line that the error occurs is on…
Grim
  • 2,398
  • 4
  • 35
  • 54
1
vote
1 answer

ABCpdf sign and encrypt not working in concurrence

I have a PDF document that needs to be both digitally signed and encrypted. I am using ABCPDF and when I apply the digital signature to a document that is encrypted the signature gets invalidated. The error that is provided by Adobe Acrobat Reader…
user1029651
  • 33
  • 1
  • 5
1
vote
1 answer

Generating a pdf from html and attaching it to an email

I'm having an issue with some code that can be split into two issues, I seem to be capable of having either of the two workings, just not at the same time. The two issues are generating a pdf from a webpage which I am using the third party Nuget…
Tom Eardley
  • 233
  • 2
  • 10
1
vote
1 answer

How to change the font style in pdf form field using abcpdf in c#?

How to dynamically change the font used in pdf form field using abcpdf and c#?
1
vote
0 answers

C# Annotation types in abcpdf

I'm stucked in a lack of documentation related to the link above. http://www.websupergoo.com/helppdfnet/source/4-examples/18-annotations.htm My goal is to attach a movie in a pdf document and let a common pdf reader like Acrobat Reader to play it…
1
vote
0 answers

Converting docx document from a MemoryStream to a PDF using ABCpdf.Net in C#

I'm using Novacode DocX to take some data and convert this to a docx document. This is then put into a memory stream. Now, I want to take this memorystream, using ABCpdf.NET, and convert it to a PDF document. Is this possible? I can't figure out…
Mikkel Larsen
  • 876
  • 2
  • 14
  • 26
1
vote
1 answer

Printing PDF with Multiple Pages source formula

I used the answer to the below question in mycode which prints a multi page PDF. In the answer why do you divide the cropbox width/height by 72 ? I have similar code but on certain pages the text at the top of the page is cut of when printed. I can…
1
vote
1 answer

listing all the tags in a pdf document using abcpdf

I am trying to use the AbcPdf .net component (version 7) to process some PDFs and generate metadata. I was wondering if there is anyway to list all the tags in a pdf document? As an example of a tagged pdf, I am using this file here Are there any…
Chaitanya
  • 5,203
  • 8
  • 36
  • 61
1
vote
2 answers

convert pdf to html using abcpdf

i am looking for a method to convert a pdf document into corresponding html document using abcpdf. kindly let me know if it is feasible. FYI, My pdf document has rich text along with images.
1
vote
0 answers

Add signature to pdf file in asp.net

I have below code which generates pdf file. Now I want to add user's digital signature on this pdf file. How can I able to do that? I have used ABCPdf component to generate pdf files. Dim theDoc As Doc = New Doc() theDoc.HtmlOptions.Timeout =…
INDIA IT TECH
  • 1,902
  • 4
  • 12
  • 25
1
vote
1 answer

Resize page with ABCPdf before rendering (huge images in the pdf)

I have a problem with ABCPdf, when I try to convert a pdf files into seperate image files as fallbacks for old browsers. I have some working code that perfectly renders the page and resizes the rendering into the wanted size. Now my problem occurs…
Kristian Barrett
  • 3,574
  • 2
  • 26
  • 40
1
vote
1 answer

Tables truncated with AbcPdf

I'm using the AbcPdf library to transform an aspx page to a pdf object. I have achieved my goal, but I have a problem. The data in the aspx page is a set of Tables, and they are dynamic, I mean, it can be 2 tables, or 30 or whatever. I have achieved…
DarthRoman
  • 35
  • 1
  • 5
1
vote
2 answers

ABCpdf 64-bit core engine version 10105 is older than ABCpdf .NET version 10.1.0.7

I am using ABCpdf.net to merge few pdf files. but I am getting below error while creating object of Doc class... ABCpdf 64-bit core engine version 10105 is older than ABCpdf .NET version 10.1.0.7. There is no other error information available in…
Abhash786
  • 881
  • 2
  • 24
  • 53
1
vote
1 answer

ABC Pdf mobile not downloading pdf correctly

I am doing a c sharp MVC project and rendering one of the HTML pages to a PDF. When I call it from the desktop version the PDF downloads automatically without redirecting me. But when I am on my page.mobile.cshtml and press the download pdf button…
Nbergk
  • 109
  • 1
  • 7