Questions tagged [ironpdf]

69 questions
9
votes
3 answers

502 Error: Bad Gateway on Azure App Service with IronPDF

I am attempting to get IronPDF working on my deployment of an ASP.NET Core 3.1 App Service. I am not using Azure Functions for any of this, just a regular endpoints on an Azure App Service -which, when a user calls it, the service generates and…
DiscoInferno
  • 142
  • 1
  • 10
8
votes
3 answers

c# IronPdf shuts down .NET 6 Web API under Linux Docker

Versions Separate .NET 6.0 Web API for PDF export IronPdf.Linux - 2022.5.5629 IronPdf.Native.Chrome.Linux - 2022.5.5618 As of the date of writing the latest IronPdf Linux NuGet packages Problem When I ran the .NET 6 Web API under Docker Linux…
G.Dimov
  • 2,173
  • 3
  • 15
  • 40
6
votes
2 answers

C# PDF Generation (using IronPDF on Azure)

I am generating PDF documents successfully in an Azure Web Application written using IronPDF as our PDF rendering engine.  The use case is generate PDFs of financial statements and invoices in C# as part of a wider closed business…
Stephanie
  • 600
  • 13
  • 24
6
votes
1 answer

HTML to PDF using ironPDF getting error "access to the path 'IronPdf.ChromeRenderingEngine.dll' is denied." in C#

We are using ironPDF to convert our document into PDF, it was working fine and was converting our documents (HTML) to PDF seamlessly in localhost, and after confirming everything we have bought a license of 1 year and uploaded the code to…
Chandresh Khambhayata
  • 1,748
  • 2
  • 31
  • 60
5
votes
4 answers

IronPDF deadlocks when running in parallel

I'm trying to generate multiple PDFs in parallel using IronPDFs HTML to PDF feature. But it appears to be deadlocking when started from ASP.NET :( I've recreated the problem here: https://github.com/snebjorn/ironpdf-threading-issue-aspnet Here's a…
Snæbjørn
  • 10,322
  • 14
  • 65
  • 124
5
votes
2 answers

Font being overridden

I'm currently fighting with an issue of styling. I am creating a PDF using IronPDF and generating the new PDF from HTML. I have an instance where my fonts are being overridden. The style is the following: .bbBlankPage { font-size: 20px; /*14…
IyaTaisho
  • 863
  • 19
  • 42
4
votes
2 answers

IronPDF Causing a Memory Leak

I am using IronPDF to generate PDF documents. My program is a web app hosted on IIS that uses ChromePdfRenderer to render PDF using an HTML string, and it sequentially generates a bunch of documents. I noticed over time, total memory used by the…
npp
  • 116
  • 7
4
votes
3 answers

Table layout C# with IronPDF

In C# I use IronPDF to create an PDF from data out of an MYSQL-database. For layout I use a table and design it with a separated CSS-file. When I try the generated HTML and CSS in dreamweaver or browser, everything is normal. When I try it in…
Dave
  • 89
  • 8
3
votes
1 answer

IronPdf - Signature Image is not rendered in digitally signed PDF

I would like to generate a digitally signed pdf with a signature image using the IronPdf library, but I am experiencing the following issue: While the pdf is digitally signed, the signature's image does not seem to be rendering/appearing in the…
3
votes
1 answer

Iron PDF Invalid Deployment in test environment

We upgraded our version of IronPdf from 2021.3.1. to 2022.2.4887 in a .net core 3.1 web api and all is well in our local environments and on our deployed dev environment. But, when we deployed to our test environment we are now getting errors when…
dmoore1181
  • 1,793
  • 1
  • 25
  • 57
3
votes
1 answer

IronPDF fails on subsequent attempts

I am using the IronPDF library in one of the endpoints of my REST API using ASP.NET Core 3.1. The library successfully converts my custom HTML to a PDF and a file is returned. If I send another request to the same endpoint, code execution reaches…
samehope92
  • 31
  • 6
3
votes
1 answer

Generate a table of contents in HTML with IronPDF

We're in the process of generating a PDF file, using IronPDF, from some HTML we've generated. This document will contain an unknown number of pages. Aside from showing the page number at the bottom of the, which we can probably fix using the…
Jan_V
  • 4,244
  • 1
  • 40
  • 64
2
votes
1 answer

Does Iron PDF Require the printer to be connected to a Network?

I am wondering as I have been testing Iron PDF out, do you require the printer to be on the local network ie. cat5 to POE? The current printer on the network works but when attempting to use a USB printer (which works normally) - it does not work.
Marcus
  • 39
  • 7
2
votes
2 answers

HTML to PDF using ironPDF getting error in AZURE WEBAPP:- Error while deploying Chrome dependencies [Issue Code IRONPDF-CHROME-DEPLOYMENT-ERROR]

I'm facing an issue while generating PDF from html using ironpdf on Azure web app. This is the exception I get: Exception details: Error while deploying Chrome dependencies. To learn how to solve this issue please read…
2
votes
1 answer

IronPdf - How to make headers and footers not cover page content when converting HTML to PDF?

I am using IronPdf to generate Pdf files from HTML content and the issue I have is that when I try to add headers and footers to the document they cover some of the page contents. I know that I can set page margins in the size of header and footer…
Deimos
  • 21
  • 1
  • 4
1
2 3 4 5