Séparation du cadre de note afin de faciliter l'ocr

This commit is contained in:
ln803631 2019-09-27 10:11:40 +02:00
parent 1192045da8
commit 534475cd43

View File

@ -251,6 +251,9 @@ public class SubjectGenerator {
pdPageContentStream.showText("Note"); pdPageContentStream.showText("Note");
pdPageContentStream.endText(); pdPageContentStream.endText();
pdPageContentStream.moveTo((width / 4) + 75, height - 160);
pdPageContentStream.lineTo((width / 4) + 75, height - 200);
// dotedlines // dotedlines
// SubjectGenerator.drawDotedLine(pdPageContentStream, width - 233, height - // SubjectGenerator.drawDotedLine(pdPageContentStream, width - 233, height -