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
4
votes
2 answers

Relative file links in pdf files

I'm creating a single pdf file that I'd like to link to other files in the same directory as the pdf. ie. MyFolder | |-main.pdf |-myotherpdf.pdf |-myotherotherpdf.pdf I'd like the main.pdf to have links that would…
Daniel Powell
  • 8,143
  • 11
  • 61
  • 108
4
votes
2 answers

How do I deploy XULRunner folder to output directory after installing abcpdf gecko via nuget?

I installed the ABCpdf.ABCGecko package via nuget, and it gave me this dialog: Finished! Please deploy the XULRunner folder to your output directory manually. I don't really know wtf this means... I have an idea, but don't know precisely where or…
DMac the Destroyer
  • 5,240
  • 6
  • 36
  • 56
3
votes
0 answers

ABCPdf: Error converting powerpoint

Does anybody knows, why ABCPdf gets an error, while converting an powerpoint-document to a pdf-document? Stacktrace: ----> System.Exception : Error opening document …
3
votes
2 answers

ABCPDF Font Printing Layout - Machine Dependent

I am using ABCPDF to print a PDF file to a local printer via EMF file. I've based this very closely on ABC PDF's sample "ABCPDFView" project. My application worked fine on my Windows 7 and Windows XP dev boxes, but when I moved to a Windows 2003…
Dave
  • 1,036
  • 9
  • 10
3
votes
3 answers

Why did ABCPdf code start generating a Window Error 5

I have had some long standing code which has worked fine for quite some time. Recently it began generating the following error. 1st on a asp site and later on a .Net MVC site. Neither of which have changed. I really curious as to why the this error…
dcary
  • 326
  • 1
  • 7
  • 13
3
votes
4 answers

ABCPDF - calculate space required for text before drawing it to the PDF page

I'm hoping to tell if a piece of text is going to fit at the bottom of a page before I draw it on the page and check its y position. Does anyone know if this is possible with ABCPDF?
3
votes
4 answers

abcPDF is malforming my image after adding it to a pdf

I'm getting a byte array representing a TIFF file from my server, converting it into an XImage, and then adding it to a new pdf document. The image in question is 1280x800 (it was a screenshot) and is being stretched out and lengthened to fit the…
Sean
  • 31
  • 2
3
votes
1 answer

repeatedly call AddImageUrl(url) to assemble pdf document

I'm using abcpdf and I'm curious if we can we recursively call AddImageUrl() function to assemble pdf document that compile multiple urls? something like: int pageCount = 0; int theId =…
krul
  • 2,211
  • 4
  • 30
  • 49
3
votes
2 answers

ABCpdf .NET with Azure App Service

I am trying to use ABCpdf .NET with Azure App Service and getting the following error when generating a PDF. Unable to render HTML. Failed to configure IE 9 or above for the MSHtml engine: Access denied while writing to the registry. For IIS…
Sohail Ahmed
  • 1,047
  • 1
  • 11
  • 27
3
votes
1 answer

Create CMYK+alpha bitmap, mapping black to specific CMYK color

Given this arched text image, black pixels on transparent background, with antialiasing I would ultimately like to have a CMYK rendering of this text, where every black pixel becomes a specific CMYK color, say magenta, or {72,36,9,28}, or whatever…
Ross Presser
  • 6,027
  • 1
  • 34
  • 66
3
votes
4 answers

abcpdf and XULRunner failure or temp browser profile directory error

I can't seem to figure out this error message while upgrading to the newest version of ABCPDF, 10.0.1.0. Does the error message give any clues? It happens in spurts and restarting the app pool is the only way to fix it right…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
3
votes
1 answer

ABCPdf Convert Svg Stream to PDF

I would like to convert Svg stream to Pdf using ABCPdf in C#. The stream I receive contains the XML of the Svg. I am using Doc.AddImageHtml method provided by ABCPdf. Since I am getting only XML from the stream, I am prefixing and suffixing the…
Neelima
  • 33
  • 3
3
votes
3 answers

download html file as pdf using abcpdf

How can I download an HTML file as a PDF using abcpdf in ASP.Net, C#?
nandini
  • 49
  • 1
  • 2
3
votes
3 answers

Remove or hide PDF layer using ABCPdf?

Is is possible to remove or hide a layer from a PDF using ABCPdf or another framework?
Junior Developer
  • 161
  • 1
  • 1
  • 4
3
votes
1 answer

Transparent images in PDF

This PDF is composed of several source pieces. Five of them are PNGs containing an alpha channel. One is a PNG with no alpha channel. And the last piece is a Photoshop PDF with transparency effects. The pieces were assembled using ABCpdf 9.1. On…
Ross Presser
  • 6,027
  • 1
  • 34
  • 66
1 2
3
22 23