Re: com.lowagie.text.exceptions.IllegalPdfSyntaxException: Unbalanced save/restore state operators
glennr <[email protected]> Mon, 14 Dec 2015 07:02:55 -0800 (PST)
| Newsgroups | gmane.comp.java.lib.itext.general |
|---|---|
| Message-ID | <[email protected]> |
--===============8785640709492740929==
Content-Type: multipart/alternative;
boundary="----=_Part_15864_287624144.1450105375509"
------=_Part_15864_287624144.1450105375509
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
I'm not using an old version. =C2=A0I downloaded version 5.5.8 last Thursda=
y to upgrade from a really old version I was using. =C2=A0When I downloaded=
new version 5.5.8 is when my problem started. =C2=A0Please advise. =C2=A0T=
hanks.
From: iText mailing list [via iText] <ml-node+s2136553n4660958h86@n4.=
nabble.com>
To: glennr <[email protected]>=20
Sent: Saturday, December 12, 2015 5:09 AM
Subject: Re: com.lowagie.text.exceptions.IllegalPdfSyntaxException: Unbala=
nced save/restore state operators
=20
You are using a version that dates from at least July 2009.
You are experiencing a bug that has been fixed many years ago.
Please upgrade to a recent version of iText if you want to solve your
problem.
On Fri, 11 Dec 2015 06:40:27 -0800 (PST), glennr <[hidden email]> wrote:
> I am getting the same error when I try to add multiple PdfPTable objects
> to a
> document.
>=20
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 doc.add(table1);
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 doc.add(table2);
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 doc.close();
>=20
> The thread mentioned doing a cb.saveState() and a cb.restoreState().=20
What
> is "cb"?? =C2=A0Thanks.
---------------------------------------------------------------------------=
---
_______________________________________________
iText-questions mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a refere=
nce to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: http://itextpdf=
.com/themes/keywords.php
=20
=20
If you reply to this email, your message will be added to the discussion=
below: http://itext.2136553.n4.nabble.com/com-lowagie-text-exceptions-Ille=
galPdfSyntaxException-Unbalanced-save-restore-state-operators-tp4536784p466=
0958.html To unsubscribe from com.lowagie.text.exceptions.IllegalPdfSynta=
xException: Unbalanced save/restore state operators, click here.
NAML=20
--
View this message in context: http://itext.2136553.n4.nabble.com/com-lowagi=
e-text-exceptions-IllegalPdfSyntaxException-Unbalanced-save-restore-state-o=
perators-tp4536784p4660959.html
Sent from the iText mailing list archive at Nabble.com.
------=_Part_15864_287624144.1450105375509
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
<div style=3D"color:#000; background-color:#fff; font-family:Courier New, c=
ourier, monaco, monospace, sans-serif;font-size:13px"><div dir=3D"ltr" id=
=3D"yui_3_16_0_1_1450103737529_37998"><span id=3D"yui_3_16_0_1_145010373752=
9_38614">I'm not using an old version. I downloaded version 5.5.8 las=
t Thursday to upgrade from a really old version I was using. When I d=
ownloaded new version 5.5.8 is when my problem started. Please advise=
. Thanks.</span></div><br> <div style=3D"font-family: Courier New, c=
ourier, monaco, monospace, sans-serif; font-size: 13px;" id=3D"yui_3_16_0_1=
_1450103737529_37835"> <div style=3D"font-family: HelveticaNeue, Helvetica =
Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id=3D"=
yui_3_16_0_1_1450103737529_37834"> <div dir=3D"ltr" id=3D"yui_3_16_0_1_1450=
103737529_37996"> <font size=3D"2" face=3D"Arial" id=3D"yui_3_16_0_1_145010=
3737529_37997"> <hr size=3D"1" id=3D"yui_3_16_0_1_1450103737529_38613"> <b>=
<span style=3D"font-weight:bold;">From:</span></b> iText mailing list [via =
iText] <<a href=3D"/user/SendEmail.jtp?type=3Dnode&node=3D4660959&i=3D0"=
target=3D"_top" rel=3D"nofollow" link=3D"external">[hidden email]</a>><=
br> <b><span style=3D"font-weight: bold;">To:</span></b> glennr <<a href=
=3D"/user/SendEmail.jtp?type=3Dnode&node=3D4660959&i=3D1" target=3D"_top" r=
el=3D"nofollow" link=3D"external">[hidden email]</a>> <br> <b><span styl=
e=3D"font-weight: bold;">Sent:</span></b> Saturday, December 12, 2015 5:09 =
AM<br> <b><span style=3D"font-weight: bold;">Subject:</span></b> Re: com.lo=
wagie.text.exceptions.IllegalPdfSyntaxException: Unbalanced save/restore st=
ate operators<br> </font> </div> <div class=3D"y_msg_container" id=3D"yui_3=
_16_0_1_1450103737529_37833"><br><div id=3D"yiv3459354796">
=09You are using a version that dates from at least July 2009.
<br>You are experiencing a bug that has been fixed many years ago.
<br>Please upgrade to a recent version of iText if you want to solve your
<br>problem.
<br><br><br>On Fri, 11 Dec 2015 06:40:27 -0800 (PST), glennr <<a rel=3D"=
nofollow" href=3D"" target=3D"_top" link=3D"external">[hidden email]</a>>=
; wrote:
<br>> I am getting the same error when I try to add multiple PdfPTable o=
bjects
<br>> to a
<br>> document.
<br>>=20
<br>> doc.add(table1);
<br>> doc.add(table2);
<br>> doc.close();
<br>>=20
<br>> The thread mentioned doing a cb.saveState() and a cb.restoreState(=
).=20
<br>What
<br>> is "cb"?? Thanks.
<br><br>-------------------------------------------------------------------=
-----------
<br>_______________________________________________
<br>iText-questions mailing list
<br><a rel=3D"nofollow" href=3D"" target=3D"_top" link=3D"external">[hidden=
email]</a>
<br><a rel=3D"nofollow" target=3D"_blank" href=3D"https://lists.sourceforge=
.net/lists/listinfo/itext-questions" link=3D"external">https://lists.source=
forge.net/lists/listinfo/itext-questions</a><br><br>iText(R) is a registere=
d trademark of 1T3XT BVBA.
<br>Many questions posted to this list can (and will) be answered with a re=
ference to the iText book: <a rel=3D"nofollow" target=3D"_blank" href=3D"ht=
tp://www.itextpdf.com/book/" link=3D"external">http://www.itextpdf.com/book=
/</a><br>Please check the keywords list before you ask for examples: <a rel=
=3D"nofollow" target=3D"_blank" href=3D"http://itextpdf.com/themes/keywords=
.php" link=3D"external">http://itextpdf.com/themes/keywords.php</a><br>
=09
=09
=09
=09<br>
=09<br>
=09<hr noshade=3D"size=3D"1"" color=3D"#cccccc">
=09<div style=3D"color:#444;font:12px tahoma, geneva, helvetica, arial, san=
s-serif;">
=09=09<div style=3D"font-weight:bold;">If you reply to this email, your mes=
sage will be added to the discussion below:</div>
=09=09<a rel=3D"nofollow" target=3D"_blank" href=3D"http://itext.2136553.n4=
.nabble.com/com-lowagie-text-exceptions-IllegalPdfSyntaxException-Unbalance=
d-save-restore-state-operators-tp4536784p4660958.html" link=3D"external">ht=
tp://itext.2136553.n4.nabble.com/com-lowagie-text-exceptions-IllegalPdfSynt=
axException-Unbalanced-save-restore-state-operators-tp4536784p4660958.html<=
/a>
=09</div>
=09<div style=3D"color:#666;font:11px tahoma, geneva, helvetica, arial, san=
s-serif;margin-top:.4em;line-height:1.5em;">
=09=09
=09=09To unsubscribe from com.lowagie.text.exceptions.IllegalPdfSyntaxExcep=
tion: Unbalanced save/restore state operators, <a rel=3D"nofollow" target=
=3D"_blank" href=3D"" link=3D"external">click here</a>.<br>
=09=09<a rel=3D"nofollow" target=3D"_blank" href=3D"http://itext.2136553.n4=
.nabble.com/template/NamlServlet.jtp?macro=3Dmacro_viewer&id=3Dinstant_=
html%21nabble%3Aemail.naml&base=3Dnabble.naml.namespaces.BasicNamespace=
-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeName=
space&breadcrumbs=3Dnotify_subscribers%21nabble%3Aemail.naml-instant_em=
ails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" style=
=3D"font:9px serif;" link=3D"external">NAML</a>
=09</div></div><br><br></div> </div> </div></div>
=09
=09
=09
<br/><hr align=3D"left" width=3D"300" />
View this message in context: <a href=3D"http://itext.2136553.n4.nabble.com=
/com-lowagie-text-exceptions-IllegalPdfSyntaxException-Unbalanced-save-rest=
ore-state-operators-tp4536784p4660959.html">Re: com.lowagie.text.exceptions=
.IllegalPdfSyntaxException: Unbalanced save/restore state operators</a><br/=
>
Sent from the <a href=3D"http://itext.2136553.n4.nabble.com/">iText mailing=
list archive</a> at Nabble.com.<br/>
------=_Part_15864_287624144.1450105375509--
--===============8785640709492740929==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
--===============8785640709492740929==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
--===============8785640709492740929==--