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.
The exception thrown was " at WebSupergoo.ABCpdf10.Doc.Save(String path)
at GetHtmlFromUploadedPdfDocument(Nullable`1 pageNumber) in....." .
The uploaded pdffile contains barcodes and fillable fext fields .
Below is the code i used to convert pdf…
I'm trying to create a link in a pdf to another page from a .Net cshtml file. after some research I've found that the best way to go about this seems to be:
@pageNumber
However, this doesn't seem to do anything…
Problem: After migrating a stable system from Win 2008 to Win 2012, ABCPDF is not able to subset fonts correctly. We suspect a Windows permissions issue but do not know what or how to fix.
Background: We have enjoyed the use of ABCPDF for many…
I am trying convert PDF to grayscale(Black/White) PDF using Websupergoo ABCpdf.
I am referring
http://www.websupergoo.com/helppdfnet/source/8-abcpdf.operations/3-recoloroperation/1-methods/recolor.htm?q=recoloroperation
Doc theDoc = new…
I'm using the ABCPDF plugin to generate PDFs and I have declared a font directly within my HTML/CSS
@font-face{
font-family: FREE3OF9;
src: url('http://**myurl**/fonts/FREE3OF9.otf')…
I Have Used A Ck Editor To Add Some Data in My Document. and I Added Some Links Into It Using Link Button At Ck Editor.But When I preview (ABC Pdf) , Links Are Shown Incomplete and A few Links Are broken i.e they do not work as Expected. it only…
I'm facing an ennoying problem.
When I create a PDF from HTML, using the CSS property "letter-spacing" on some divs, browser (Firefox) and PDF (Gecko) renderings are different.
Actually, it appears that ABCPdf is adding somehow a constant to my…
I'm trying to configure MSOffice 2016(x64) on a Windows Server 2012(x64) to run with ABCPdf 9.1.2.5(x64).
At runtime, the application fails because of this message: "Failed to get MS Office installation path."
So far I couldn't find an explicit…
I'm trying to configure the ABCpdf PDF Generator to run in an Azure App Service and I can get it to generate a simple Hello World pdf but as soon as I try to convert html to pdf with their Gecko engine I never get a response.
The response from Azure…
I'm am able to get the abcPDF Gecko Engine to render my PDF for one of my pages, but as soon as as I add absolute paths to my css elements, it fails to render.
However, I have other pages that are able to render PDFs just fine and they are…
When I am rendering Arabic text on a report, the text is not rendering correctly. The text appears to be being rendered one individual letter at a time, rather than being joined up.
The text is being displayed right to left correctly (I've used the…
I am working on a .Net application which converts html to pdf using Winnovative htmltopdf and the produced PDF should be read by Screen readers ( currently we are testing using JAWS screen reader). but the produced PDF is not readable by screen…
I am trying to load pdf file in classic asp site for that using ABCpdf.dll
I am getting error This site can’t be reached
The connection was reset.
Try:
Reloading the page
Checking the connection
Checking the proxy and the…
I use Abcpdf,
Sometimes I get in production FileNotFoundException after creation of HttpMultipartMimeForm with path use by the HttpContent.Create( methode
The major part of time this code works well
The PDF is creat in context where
ASP.NET…
We are trying to use WebSupergoo's ABCpdf .NET v10. And it works great if we use their installer. But v8 is already installed on the server with other projects using it, so we do not want to run the installer at this time. (Hopefully in the near…