對.Net Web應用程序使用EvoPDF可在本地工作,但是一旦部署到Microsoft Azure網站,它將引發一般性異常:「無法呈現html」 。 堆棧跟蹤: [Exception: Could not render the HTML string.]
EvoPdf.HtmlToImageConverter.ᜀ(String A_0, String A_1, String A_2,
我試圖用evopdf將html轉換爲pdf,並在我的html中有一個圖像的絕對路徑,但圖像無法加載到pdf.here「sb」是字符串生成器,我在其中追加html字符串。 PdfConverter pdf = new PdfConverter();
byte[] outPdfBuffer = pdf.GetPdfBytesFromHtmlString(sb.ToString());