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.
0
votes
1answer
27 views
abcpdf7 vb6 is letter wrapping, rather than word wrapping
I am working on some legacy code and system, and trying to get auto -resizing of text working.
however, despite the code working really well. This also wraps actual single words into two words.
for ...
1
vote
1answer
31 views
Is it possible to render a page with background-color = transparent
I'm using ABCPDF 8 to generate images (.PNG) from HTML:
theDoc.AddHtml("FooBar HTML text")
theDoc.Rendering.GetData(".PNG")
That works fine except of one little problem:
I want to show such an ...
1
vote
1answer
80 views
Printing PDF with Multiple Pages
I've looked all over for something to help me with this, but so far nothing. I am trying to create a program that allows a user to print a collection of pdfs. I am using ABCPDF9 to get my pdfs (most ...
0
votes
1answer
29 views
ABCpdf with textboxs not updating in PDF
I am making an invoice website while learning ASP.net MVC, and so far so good. The problem I am running into is when I update an invoice in my app, then try and download it as a pdf, I get the initial ...
0
votes
1answer
35 views
After altering a PDF form template in a program, why does Adobe Reader want to save the file when viewed later? [closed]
In the program I'm working in, a PDF form is used as a template to generate reports. Once we're done filling in all the information using ABCPDF, the PDF is flattened and then attached to an email. ...
0
votes
1answer
46 views
Using @font-face with ABCPDF? Or other way of getting fonts into PDF?
We have a large application successfully using ABCPDF.NET with HTML Styled text. We're accustomed to adding text using fonts not installed in Windows, but stored in files elsewhere in the filesystem ...
1
vote
1answer
82 views
The type initializer for 'WebSupergoo.ABCpdf7.Internal.NDoc' threw an exception
I have installed a software ABCPDF7, which converts a html file to pdf and saves it.
I am facing an error:
ERROR MESSAGE :The type initializer for 'WebSupergoo.ABCpdf7.Internal.NDoc' threw an ...
0
votes
0answers
41 views
abcpdf page-break-before not working on last items in the list
Documentation from abcpdf, http://www.websupergoo.com/helppdf9net/source/3-concepts/g-htmlrender.htm, says that the html element below will cause a page break. It does but for the last page as you can ...
0
votes
0answers
34 views
Change the inset of a specific page with abcpdf
I use abcpdf to create a pdf from a html string. The following snippet shows the way I do it:
var pdfDocument = new Doc();
pdfDocument.Page = pdfDocument.AddPage();
pdfDocument.Font = ...
0
votes
1answer
90 views
Detect orientation of every page in a PDF using ABCPDF
Is there a way to detect the orientation of every page in a pdf file?
I am creating an application that adds watermarks(text) to pdf files.
These files can have pages portrait, landscape or a ...
0
votes
2answers
142 views
an attempt was made to load a program with an incorrect format in ABCPDF
Im Using ABCPDF.net version 5.0 in my development server and it works fine without any issue.
Development Server Configuration:
OS: Windows Server 2003 32 bit
iis 6.0
Production Server ...
1
vote
1answer
46 views
How can I use ABCpdf to retrieve custom document properties?
This page gives a helpful example of how to set custom document properties for a pdf.
So I've done this (and I've verified that the custom property is set in the file):
Doc theDoc = new Doc();
int ...
0
votes
1answer
165 views
How to create an editable pdf in asp.net?
here is a different type of requirement in my project regarding pdf.
I want to generate a pdf with few of prefilled values. rest of the fields can be filled by user so Pdf should allow the user to ...
0
votes
1answer
161 views
ABCPDF version 8 HTML to PDF images not displaying
I have an aspx page with a calendar control on it. When I try to print this page to PDF none of my images or calendar gridlines are showing up. However when I go directly to the page everything is ...
0
votes
1answer
133 views
ABCPDF Spliting / Page Breaking a table header from table data rows
As the title suggests I have a header and data appearing on a separate page. The data rows span more than a page and thus I think it is automatically appearing on a new page.
The pdf has been ...
0
votes
1answer
83 views
ABCpdf8 MSHTML Engine and SVG
I want to add an SVG image file that is specified in html in an img tag to my PDF using the MSHTML engine. The image appears properly in the browser using the same html. However, when I use ...
0
votes
0answers
77 views
Abcdpdf addimagehtml issue with special characters
I am using AddImageHtml method of Abcpdf8.
My Html contains scandic characters (รค), these are not displayed properly when i use AddImageHtml method of Abcpdf8.
AddImageUrl solves the issue but for ...
0
votes
2answers
68 views
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 ...
1
vote
1answer
92 views
ABCpdf damages PDF files
I am trying to do something really simple with ABCpdf. My goal is to add page numbers to existing PDFs (Generated through telerik - PDF export).
The problem I am having is that after reading a PDF ...
0
votes
1answer
78 views
Parse PDF with ABCPDF
I want to parse a PDF document I download with ABCPDF, but I cant find any elements in the document or how to reach them and iterate them. I want to parse out some text.
var webClient = new ...
0
votes
1answer
187 views
ABCPdf giving “Unable to render HTML. Unable to apply JScript” even with simple OnLoadScript
I'm trying to do some simple DOM manipulation when a page is rendered as a PDF using ABCPdf. I followed what they document here: ...
0
votes
1answer
86 views
Html to PDF conversion, causes text overlap
I am using abcpdf converter to convert text to PDF.
My Html document has multiple rows:-
<tr><td>somecontent1</td></tr>
...
0
votes
1answer
101 views
Accessing a MVC3 view via absolute URL without displaying it
What I try to achieve:
Convert a MVC3 view to PDF with abcpdf 8.
It is a result view where I want to cut off party of the views DOM like navigation and other website related parts.
Abcpdf needs, in ...
1
vote
1answer
310 views
Manipulate a MVC4 view's DOM and generate a CSS formatted PDF
first of all the current state:
I have a MVC4 webapplication (online calculator) with razor engine
the application has a resultview which shows the calculated results
I have the abbility to use ...
2
votes
1answer
93 views
ABCpdf accessing pages within a login area
In my website I am using ABCpdf to generate a pdf dynamically from HTML.
I have two conditions:
User is logged in, is shown page one and drawn page one as pdf
User is not logged in shown page two ...
1
vote
1answer
99 views
ABCPdf .EmbedFont not working when adding Russian (Cyrillic) text
We use ABCpdf software, and recently added a Russian translation option for some of our documents. Most of the contents of the PDF come from a web page using the AddImageURL method. This all works ...
4
votes
1answer
242 views
Unable to read a byte array (created from a .docx file) into a Doc object using ABCPDF
I am retrieving a .docx file as a byte array. I am then trying to call the Docโs read() function with said byte array as the data parameter but I am getting an unrecognized file extension error.
I ...
0
votes
0answers
110 views
ABCPdf8 doc.read - Single blank page retrieved
I am trying to join 2 pdf documents and my code that I have written works fine with most of PDF documents as I have tested by saving word document to pdf (tested up to 27 pages - No issues)
Now I ...
0
votes
0answers
152 views
Using AbcPdf to create a pdf from an SVG Document
I'm very new at trying to generate PDF's, and I've been given the task of trying to recreate one of our PDF generators with AbcPdf6. The old system used an unknown library, thus making updates ...
1
vote
1answer
137 views
abcpdf HttpAdditionalHeaders cookies
Hi I'm trying to add cookies to the http headers when generating a pdf file with abcpdf. What I have done so far is based on the documentation:
...
6
votes
1answer
284 views
Has anyone been able to get ABCPDF working on azure websites
Webforms Page Code behind
XSettings.InstallRedistributionLicense("REDACTED");
var theDoc = new Doc();
theDoc.HtmlOptions.Engine = EngineType.Gecko;
...
0
votes
1answer
289 views
Generate PDF using ABCpdf.net in form authenticated systems
I am using ABC.PDF to generate pdf from my existing system.It has form authentication mechanism. When i generate pdf it is always generate login page.
Here is my function. Please help me ,Thanks ...
2
votes
0answers
84 views
abcpdf7 generated pdf looks bad on mobile - wet paint effect
I'm using abcpdf7 together with my .NET application. I use it to automaticly generate PDFs from prepared HTML code. PDFs look great on pc pdf viewers, but they look really bad, when previewing on ...
2
votes
1answer
66 views
ABCPDF links are highlighted in dark color
I'm using ABCPDF.Net version 5 to create a PDF file from HTML. However, the links appear to be highlighted in a dark color and almost impossible to read. If I set pdfDoc.HtmlOptions.AddLinks = false; ...
1
vote
2answers
100 views
Blurry charts with abcpdf
I'm trying to export an HTML page to PDF with ABCpdf. The text converts OK but the charts are very blurry. I've tried increasing the font size and it helps very little. What could be the solution?
...
0
votes
2answers
414 views
WebSupergoo.ABCpdf Test application does not work
I recently cleaned up my Windows 7 64-bit PC, and after it ABCpdf8 started giving me an error, when I try to export HTML to PDF.
The error is "Failed to initiate IE compatibility mode: Failed to load ...
2
votes
1answer
253 views
ABCPDF Calculation of header size and position.
The problem is a header file, which I have to include on each page of the pdf file generated by abcpdf.
The header file contains more than one image file and several lines of text, which varies ...
1
vote
3answers
323 views
Add page numbers to a Pdf document
How can I extend the content of a pdf to next page if content of pdf does not all fit on a single page. Currently I am creating Pdf as A4.
Also how can I specify the numbers of pages e.g. Page 1 of ...
0
votes
1answer
454 views
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 ...
0
votes
1answer
188 views
HTML to PDF full width and height of website rendered to one page using ABCPDF
I am trying to get a webpage that is fairly long in width and height to fit into one ABCPDF page without overflow. I need to use EngineType.Gecko and doing it in landscape. This should be straight ...
1
vote
1answer
99 views
abcpdf doesnt add bookmark when you append a pdf from a url
Dim mainDoc As New WebSupergoo.ABCpdf8.Doc()
Dim pdfDoc As New WebSupergoo.ABCpdf8.Doc()
mainDoc.Append(pdfDoc) 'merge page one
mainDoc.Page = mainDoc.AddPage()
...
3
votes
2answers
288 views
Transition from ABCpdf07 to ABCpdf8 - images are not displayed
I am trying to make the transition from ABCpdf07 to ABCpdf8. We use this in methods for printing various shipping labels in PDF format. This generally works, with the exeption of files with images in ...
1
vote
1answer
421 views
Rendering options in ABCpdf not being saved correctly
I've seen some ABCpdf questions on this site but not this one yet. I am working on a project that requires PDF output with some rather specific options. ABCpdf seems to be able to offer this ...
1
vote
1answer
215 views
ABCpdf AddPage breaks pages after new page
I am using ABCpdf7 to insert a table of contents at the beginning of another PDF Doc. I can't use Doc.Append() because it temporarily duplicates the large base PDF in memory, so I am doing the ...
1
vote
2answers
262 views
Azure Web SItes - how to write to a file
I am using abcPDF to dynamically create PDFs.
I want to save these PDFs for clients to retrieve any time they want. The easiest way (and the way I do now on my current server) is to simply save the ...
0
votes
1answer
159 views
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 ...
0
votes
2answers
388 views
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). ...
0
votes
0answers
110 views
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 ...
1
vote
1answer
244 views
different versions of abcpdf on the same server
I have two versions of abcpdf running on the same machine. One of the projects is using the older version 7.1 and the other one is using the newer version i.e 8.1.
When i try to build, the visual ...
1
vote
2answers
263 views
ABCpdf nuget package XULRunner folder is corrupt?
I'm trying to update my (previously working) pdf-creating web application to use the ABCpdf.NET and ABCpdf.NET Gecko Runtime nuget packages.
I've installed both packages (both are version 8.1.1.6) ...
