corrected example

This commit is contained in:
jstaerk
2024-10-01 21:07:29 +02:00
parent 23100555c0
commit f7aa490457
2 changed files with 0 additions and 10 deletions

View File

@@ -362,8 +362,6 @@ public class ZUGFeRDVisualizer {
// Step 6: Start XSLT transformation and FOP processing
transformer.transform(src, res);
//Files.write(Paths.get("C:\\Users\\jstaerk\\temp\\fop.pdf"), res.toString().getBytes(StandardCharsets.UTF_8));
} catch (FOPException | IOException | TransformerException e) {
LOGGER.error("Failed to create PDF", e);
}