You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kernel/src/main/java/com/itextpdf/kernel/PdfException.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ public class PdfException extends RuntimeException {
90
90
publicstaticfinalStringCannotCreateLayoutImageByWmfImage = "Cannot create layout image by WmfImage instance. First convert the image into FormXObject and then use the corresponding layout image constructor.";
91
91
publicstaticfinalStringCannotCreatePdfImageXObjectByWmfImage = "Cannot create PdfImageXObject instance by WmfImage. Use PdfFormXObject constructor instead.";
92
92
publicstaticfinalStringCannotCreatePdfStreamByInputStreamWithoutPdfDocument = "Cannot create pdfstream by InputStream without PdfDocument.";
93
+
publicstaticfinalStringCannotDrawElementsOnAlreadyFlushedPages = "Cannot draw elements on already flushed pages.";
93
94
publicstaticfinalStringCannotGetContentBytes = "Cannot get content bytes.";
94
95
publicstaticfinalStringCannotGetPdfStreamBytes = "Cannot get PdfStream bytes.";
95
96
publicstaticfinalStringCannotOperateWithFlushedPdfStream = "Cannot operate with the flushed PdfStream.";
0 commit comments