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.
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"…
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…
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…
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…
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…
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…
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…
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…
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.
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 =…
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…
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…
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…
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…