From 5d860c477ba3ae85d9c317209406fddbc7e181ab Mon Sep 17 00:00:00 2001 From: "Hugh.C" Date: Fri, 2 Aug 2019 22:45:24 +0800 Subject: [PATCH] =?UTF-8?q?CUSTBUG-43276=20pdf=E5=AF=BC=E5=87=BA=E5=90=8E?= =?UTF-8?q?=E3=80=82html=E6=98=BE=E7=A4=BA=E7=9A=84=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=A2=AB=E8=A3=81=E5=88=87=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/fr/third/v2/lowagie/text/pdf/PdfChunk.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfChunk.java b/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfChunk.java index 09dce3311..f5b67439a 100644 --- a/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfChunk.java +++ b/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfChunk.java @@ -788,10 +788,11 @@ public class PdfChunk { public String toHtmlString() { StringBuffer htmlString = new StringBuffer(); - if(this.isImage()){ - htmlString.append(""); + if (this.isImage()) { + htmlString.append(""); return htmlString.toString(); - } //todo 需要添加其他样式属性 htmlString.append("