Merge pull request #400 from mkilian/pdf-gen-a-3b
ZUGFeRDVisualizer.toPDF(): generate PDF/A-3b.
This commit is contained in:
@@ -321,7 +321,7 @@ public class ZUGFeRDVisualizer {
|
||||
|
||||
FOUserAgent userAgent = fopFactory.newFOUserAgent();
|
||||
|
||||
userAgent.getRendererOptions().put("pdf-a-mode", "PDF/A-1b");
|
||||
userAgent.getRendererOptions().put("pdf-a-mode", "PDF/A-3b");
|
||||
|
||||
// Step 2: Set up output stream.
|
||||
// Note: Using BufferedOutputStream for performance reasons (helpful with FileOutputStreams).
|
||||
|
||||
Reference in New Issue
Block a user