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 copyable/selectable text

i'm using websupergoos abcpdf to convert html pages to pdf via addimageurl. Works great, but the resulting pdf does not allow the user to select text and copy. All is one 'image'. Is it possible to do this? Which are the settings to use? This is my…
Steen
  • 2,749
  • 2
  • 20
  • 36
1
vote
2 answers

WebSupergoo ABCPDF Automatic pdf generation - Adding pages on the fly?

I have a question regarding building dynamic PDF documents with ABCPDF.dll. I understand the basics and have a solid solution working. I have a new requirement where I need to dynamically add pages to a PDF doc. Specifically, my PDF doc is a two…
Shawn J. Molloy
  • 2,457
  • 5
  • 41
  • 59
1
vote
2 answers

ABCpdf 5 Problems with encoding (special characters)

I am using ABCpdf Version 5 in order to render some html-pages into PDFs. I basically use HttpServerUtility.Execute() - Method in order to retrieve the html for the pdf: System.IO.StringWriter writer = new…
sl3dg3
  • 5,026
  • 12
  • 50
  • 74
1
vote
1 answer

Windows Forms WebBrowser control: DocumentText vs Document.Body.OuterHtml

I am trying to obtain html from the WebBrowser control, but it must include the value attributes of input elements on the page as well. If I use webBrowser.DocumentText, I get the full HTML of the page as it was initially loaded. The input field…
Ivy
  • 887
  • 1
  • 7
  • 25
1
vote
2 answers

How can I download a flash screen as pdf using abcpdf.net?

I have a flash calendar from which I want to download the current screen of flash as pdf, using abcpdf.net
sudheshna
  • 1,150
  • 1
  • 13
  • 24
1
vote
0 answers

ABCPDF Reading PDF as background image, next page doesnt render

We have 4 Html pages that we are joining together into 1 file. For the first page, we are reading a blank PDF file (letter head) to add as the background and then add the further 3 pages. However, all seemed ok in version 8, but now the second page…
1
vote
1 answer

ABCPDF with MSHTML engine not loading .JPG files

I am using ABCPDF and using the MSHTML engine for a certain report. It loads .PNG files fine, and our extensionless handler images, but when it comes to .jpg it shows an X. The pure HTML loads fine, but converting the html to PDF it doesnt…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
1
vote
1 answer

Attempted to read or write protected memory. exception in Websupergoo ABCPDF7 on dispose

I get randomly (on the live environment its like once every 2 weeks with a very active and hard working windows service, it resizes about 50000+ images per day) AccessViolationException: Attempted to read or write protected memory. This is often an…
JohanSellberg
  • 2,423
  • 1
  • 21
  • 28
1
vote
2 answers

Could not find ABCpdf license

I've been using ABCPdf for a while. I originally installed it via the installer and plugged the license in during the installation. But now I'm adding the dll via Nuget so that I can build my solution in the cloud using MSBuild. And now I get the…
Ian Warburton
  • 15,170
  • 23
  • 107
  • 189
1
vote
1 answer

ABCPdf in linux container

I want to deploy a pdf generator that is dependent on ABCpdf (.net core) on a Linux container. the docker image file will build successfully but when we run the container I have the following exception any idea how we can solve this issue?
Mahdi
  • 1,777
  • 4
  • 24
  • 48
1
vote
5 answers

How to Convert my ASP.NET Page to PDF?

I have the following acceptance criteria for creating a pdf file from my asp.net page which contains nested RadGrid controls: The current view of the page should be converted to PDF which means that the viewstate and session information of the…
The Light
  • 26,341
  • 62
  • 176
  • 258
1
vote
2 answers

"ErrorMessage":"Failed to find ABCGeckoWP.exe."

I have been beating my head for the last 7 hours on this. Full disclosure, I am a PHP guy and not the strongest at ASP.net. So I am coming to you experts. The issue is that when we run the code below it will product a valid PDF if we use the…
1
vote
0 answers

Using Chrome engine with AbcPDF and wait signal to render the pdf

I've changed recently from ABCPDF 10 to 12 to take advantage of npm and some good features of the chrome engine instead of Gecko's one. With Gecko, you can initialise a variable to false ( the 'signal' ), and turns it to true when your doc is…
iguypouf
  • 770
  • 4
  • 15
1
vote
0 answers

Why is this VBA line erroring out?

Little bit of context, I'm updating a VBA macro from the early 2000's to work in 2021 AutoCAD... Lots of little bugfixes mostly related to changes in language or references. Here is the line that errors out with a "Run-time error…
jon compton
  • 21
  • 1
  • 7
1
vote
0 answers

ABCpdf PdfConformityOperation.GetData PDFException

Occasionally, (ABCpdf 11) PdfConformityOperation.GetData throws a PDFException like this: WebSupergoo.ABCpdf11.Internal.PDFException: Unable to serialize PDF. bad conversion. bei   .(   , ) bei WebSupergoo.ABCpdf11.Doc.( )…
Oliver Konig
  • 1,035
  • 2
  • 14
  • 17