lude
typedef std::Disclaimer DisCard;
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Behalf Of Glen
> Self
> Sent: Friday, August 11, 2006 5:08 AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Mixing
Glen Self wrote:
> Am I correct in assuming that cb.moveto is used only for graphics
Yes.
> and needs a cb.stroke to terminate it then?
There is nothing to draw if you only have a moveTo;
stroke only makes sense if you also have a lineTo, rectangle,
or some other operator that constructs a path
Paulo Soares consiste.pt> writes:
>
> The cb.moveTo(50,50) shouldn't be there, you are starting a path and not
> ending it before you add the text.
>
> Paulo
Thanks Paulo,
Am I correct in assuming that cb.moveto is used only for graphics and needs a
cb.stroke to terminate it then?
---
The cb.moveTo(50,50) shouldn't be there, you are starting a path and not
ending it before you add the text.
Paulo
- Original Message -
From: "Glen Self" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 10, 2006 8:35 PM
Subject: [iText-questions] Mixing text an
I am doing something wrong with mixing boxes and lines with my text.
I keep getting the error "Illegal operation inside a path." from acroreader7.
I am attempting to replicate a form that needs to be emailed to people that has
lines and check boxes intermixed with hard text and text from a database