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: itext/itext.kernel/itext/kernel/PdfException.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -389,6 +389,8 @@ public class PdfException : Exception {
389
389
390
390
publicconstStringPdfPagesTreeCouldBeGeneratedOnlyOnce="PdfPages tree could be generated only once.";
391
391
392
+
publicconstStringPdfReaderHasBeenAlreadyUtilized="Given PdfReader instance has already been utilized. The PdfReader cannot be reused, please create a new instance.";
393
+
392
394
publicconstStringPdfStartxrefIsNotFollowedByANumber="PDF startxref is not followed by a number.";
393
395
394
396
publicconstStringPdfStartxrefNotFound="PDF startxref not found.";
0 commit comments