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
0
votes
1 answer

Pass Authenticated Session In Another Request in ASP.NET

I am using ABCPDF.net to render my HTML to PDF pages, but I want to protect these using the current authenticated session. However, the request to get the HTML to render the PDF doesnt carry over the session, but creates a new one. I am using…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
1 answer

Fit website in bounding box with AbcPDF

I can't seem to fit a webpage that has a longer height inside my bounding box below. When the BrowserWidth is smaller, that webpage overflows the page, but when it's larger then the bounding box it fits fine. public abstract class HtmlToPdfModel :…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
2 answers

ASP.NET Web Page is Broken When ABCPDF component is Loaded (dump files attached here)

I am using ABCPDF to convert HTML to PDF. The version is 7.0.4.2. With the same codes, it works fine in my development server (Windows 7) and Production Server (Windows Server 2008 R2 Standard). However when I deploy the ASP.NET application to a…
Don
  • 1,532
  • 4
  • 24
  • 47
0
votes
1 answer

Building a PDF with links from HTML and other PDFs with abcPDF

I've got some code that builds a PDF from an HTML template, then attaches several other PDFs to make one big PDF using abcPDF 7. All this works fine and dandy -- however, I'd like to make some links in the HTML portion of the PDF to jump down to one…
Moose
  • 5,354
  • 3
  • 33
  • 46
0
votes
1 answer

ABCPdf 8.1 webpage to PDF image compression issue

I've just recently upgraded from ABCPdf 6 to ABCPdf 8.1. I've got this webpage that I need to convert into PDF format. The whole reason for the upgrade is because ABCPdf 6 cannot read Chinese characters while version 8.1 could. I did a test of the…
Wilfrid Li
  • 26
  • 3
0
votes
1 answer

set pdf file name using abcpdf

I found this: How to set the name of the file when streaming a Pdf in a browser? Same question exempt I am using abcpdf in Coldfusion. So the question will be: I am use abcpdf in coldfusion, to generated Pdfs and just stream the output to the user.…
Jenny
  • 1
  • 1
0
votes
4 answers

How to read the texts from a pdf file created by Adobe Distiller tool?

How to read the texts from a pdf file created by Adobe Distiller tool? I'm currently using ABCPdf tool and I have a code sample to read pdf contents but it can only read the texts from pdfs which have been created by Adobe PDF Library: public…
The Light
  • 26,341
  • 62
  • 176
  • 258
0
votes
2 answers

Using an HTML file as template for creating PDFs with ABCpdf

How do I use an HTML as a template then just replace the text in it and then convert it to PDF using ABCpdf? Are there any sample codes to do this? Thanks in advance! I'm using C# ASP.NET
Lob City
  • 87
  • 8
0
votes
1 answer

abcpdf html image stretching

I'm trying to render a html page with an image in it. I am having an issue that current the size of the image seems to be getting doubled, my image is 304x112 and when it renders to pdf it is 607x224. I did find this Screen resolution is typically…
Daniel Powell
  • 8,143
  • 11
  • 61
  • 108
-1
votes
0 answers

Transform rotate css property not working with abcPDF

I am working on a project that builds an HTML template and builds a pdf using abcPDF. The issue I am having is that I am trying to create a table with vertical column headers. The HTML that I am passing in works perfectly fine if I render it…
dwewers
  • 67
  • 6
-1
votes
1 answer

ABC pdf is not working for https

ABCpdf is not supported the https images , when we generate the pdf we will get the cross symbols. Please help me . Thank You
-1
votes
2 answers

ABC PDF version 6.0 Form Fields Read Only

We have a VB.NET program that is using Supergoo's ABCPDF version 6.1.1.2. Our program takes standard XML strings and places values in a corresponding PDF form field on the template PDF. Problem: We have over 3000 PDF files that have all been…
Solo812
  • 401
  • 1
  • 8
  • 19
1 2 3
22
23