Séparation du cadre de note afin de faciliter l'ocr
This commit is contained in:
parent
1192045da8
commit
534475cd43
@ -251,6 +251,9 @@ public class SubjectGenerator {
|
||||
pdPageContentStream.showText("Note");
|
||||
pdPageContentStream.endText();
|
||||
|
||||
pdPageContentStream.moveTo((width / 4) + 75, height - 160);
|
||||
pdPageContentStream.lineTo((width / 4) + 75, height - 200);
|
||||
|
||||
// dotedlines
|
||||
|
||||
// SubjectGenerator.drawDotedLine(pdPageContentStream, width - 233, height -
|
||||
|
Loading…
x
Reference in New Issue
Block a user