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.
We are using ABCPdf 11.3 for one of our clients. We create HTML dynamically and then store it somewhere on the server.
We call the AddImageUrl(filePath, False, 300, False) and it takes more than 2 minutes even for a single page. (filePath is…
I'm using ABCPdf get a pdf from a some HTML code. While I was developing everything worked great, now I install it in the server it is not working. It throw this exception
WebSupergoo.ABCpdf8.Internal.PDFException:
ABCpdf cannot detect any…
I have a pdf file that is being signed by the Adobe Sign. However, i am not able to verify/validate the signature using the ABCPdf. I guess i am missing Root Certificate for that. How can i find root certificate for Adobe Sign. I have root…
I am getting a blank PDF page when I print to the page.
Here is the part of my code
Dim theURL, theID
Dim i
Dim strSubject, strBody
Dim strAttach
Dim thedoc As New Doc
theDoc.HtmlOptions.Engine=EngineType.Gecko
'Set minimum…
I am setting values of fields in an abcpdf 10 document, then returning it as a file to the browser. But it is creating some sort of placeholder, even though the true value is there. The first image is how the field looks originally with the wrong…
My web page has a document viewer (canvas) where I will bind a multi-page tif file stream.
There is a functionality to delete pages from the file, I am using the ABCpdf library to convert the tif file stream to a pdf stream and delete a particular…
I am getting the above error message in production when trying to call the AddImageUrl section of ABCPdf (version 10). This started occurring yesterday just after midday my hosting provider assures me nothing has changed I am the only developer on…
I am using ABCPdf 11 to convert html to pdf, my html page which needs to be converted required JWT token so that needs to be passed to ABCChrome so it can use the JWT token.
I have tried the following but the auth still…
I have to insert a bottom border on some fields in my pdf editable form.
I would like to insert a row without to do it manually for each field:
I don't know which solution can help me to do this (a program like acrobat or foxit, an external library…
I am using AddImageHtml function of ABCPDF Library for generating the pages with HTML content.
PDF generated text in anchor colour with underline but when I hover on it there is no link functionality.
I have a table of content along with headings in…
I am using ABCPDF version 9.1.2.5
our process for creating PDF is like navigate URL in the background and get the full HTML as a string we are using AddImageHtml() method for creating a PDF, that would work perfectly with the English language but…
for (int i = 1; i <= theCount; i++)
{
if (!string.IsNullOrEmpty(footerHtml))
{
theDoc.PageNumber = i;
theDoc.AddText("Page " + i + " of " + theCount);
…
I have a website in ASP.Net that generates PDF with a 3rd party application called ABCPdf. ABCPdf consists of two dll : ABCpdf.dll and ABCpdfCE7.dll. ABCpdf.dll is a .NET wrapper for the unmanaged ABCpdfCE7.dll.
As soon as a pdf is generated. the…
In the end, my goal is to send a raw image data from the front-end, then split that image into however many pages, and lastly send that pdf back to the front-end for download.
But every time I use the theDoc.addImageFile(), it tells me that the…
I have been attempting to load, edit and save Adobe Acrobat PDF fields and I have been running into problems loading Adobe Acrobat Fields. Currently I am using C#/Windows Forms and WebSupergoo's ABCpdf library specfically the…