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

Getting error when converting multipage fillable PDF to html form using Abcpdf

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

Linking to another page in pdf abcpdf8

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…
Darth123
  • 27
  • 7
0
votes
1 answer

ABCPDF font access Windows 2012

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…
Vanquished Wombat
  • 9,075
  • 5
  • 28
  • 67
0
votes
2 answers

Converting PDF to Grayscale pdf using ABC PDF

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…
Narasappa
  • 546
  • 1
  • 9
  • 31
0
votes
1 answer

ABCPDF font-face within my HTML not loading

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')…
Sami.C
  • 561
  • 1
  • 11
  • 24
0
votes
1 answer

Not Complete Links Are Printed In Preview Using Abc Pdf

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

Abcpdf 9 and letter-spacing

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…
Holyheart
  • 83
  • 1
  • 2
  • 11
0
votes
2 answers

Recommandation while using MSOffice 2016 with AbcPdf on Windows Server 2012

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…
Olivier ROMAND
  • 579
  • 4
  • 15
0
votes
1 answer

Has anyone been able to get ABCpdf.Net's Gecko Engine to run in an Azure App Service?

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…
AndyRBlank
  • 106
  • 8
0
votes
1 answer

Adding absolute paths to css causes Gecko Engine to fail on rendering the page

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…
Techgeekster
  • 89
  • 1
  • 13
0
votes
1 answer

ABCPDF Arabic Text Rendering Incorrectly

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

Converted PDF from html is not read by screen reader

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…
Charlie
  • 15
  • 2
  • 5
0
votes
0 answers

Reading PDF file in Classic asp Getting 'This site can not be reached' error message

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…
sagar
  • 23
  • 6
0
votes
1 answer

Abcpdf HttpContent.Create FileNotFoundException in ASP.net mvc context but file exist

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…
ArDumez
  • 931
  • 6
  • 24
0
votes
1 answer

Non-Assembly DLL in bin

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…
Bryan
  • 155
  • 2
  • 12