Skip to content

Commit 29e3f65

Browse files
committed
Update cmps related to bold style detection.
DEVSIX-2777
1 parent 5534b36 commit 29e3f65

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/test/java/com/itextpdf/html2pdf/ExtendedFontPropertiesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ private void writeToDocument(Document doc, byte[] bytes) throws IOException {
111111
private void generateTestHtml(String destinationFolder, String fileName, byte[] bytes) throws IOException {
112112
String htmlPath = destinationFolder + DOCUMENT_PREFIX + fileName + ".html";
113113
FileOutputStream out = new FileOutputStream(htmlPath);
114+
out.write(bytes);
114115
System.out.println("html: file:///" + UrlUtil.toNormalizedURI(htmlPath).getPath() + "\n");
115116
out.close();
116117
}

0 commit comments

Comments
 (0)