Zenith gmail.com> writes:
Thnx, I managed to solve the above issue.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & busine
mailto:itext-questions-bounces lists.sourceforge.net] On Behalf Of
> Zenith
> Sent: Wednesday, September 20, 2006 8:33 AM
> To: itext-questions lists.sourceforge.net
> Subject: Re: [iText-questions] Creating form fields in a paragraph
>
> Bruno Lowagie lowagie.com> writes:
>
iText here
Subject: Re: [iText-questions] Creating form fields in a paragraph
Stanton Fisque wrote:
> You might want to look at FOP by the apache group. Its great for taking
> transformed XML and creating PDFs.
True, but only if you aren't worried about scalability.
As soon as you have
Stanton Fisque wrote:
> You might want to look at FOP by the apache group. Its great for taking
> transformed XML and creating PDFs.
True, but only if you aren't worried about scalability.
As soon as you have PDFs with 1000+ pages you will run into trouble.
With iText we create customized letters
@lists.sourceforge.net
Subject: Re: [iText-questions] Creating form fields in a paragraph
Bruno Lowagie lowagie.com> writes:
>
> Zenith wrote:
>
> > Thanks for the link. Can you explain a bit what you are trying to do
>
> Trying to do? I'm not trying, I'm doing it.
> The
Zenith wrote:
> So The other option what I have in my mind is to parse through csv and then
> generate a pdf, dropping the idea of generating a template.
That makes sense.
You'd need chapter 14 to know how to do that:
http://itext.ugent.be/itext-in-action/examples/chapter14/SimpleLetter.java
In t
Bruno Lowagie lowagie.com> writes:
>
> Zenith wrote:
>
> > Thanks for the link. Can you explain a bit what you are trying to do
>
> Trying to do? I'm not trying, I'm doing it.
> The reason why the book samples have very little comments,
> is that too much comments would make it less interesti
Zenith wrote:
> Thanks for the link. Can you explain a bit what you are trying to do
Trying to do? I'm not trying, I'm doing it.
The reason why the book samples have very little comments,
is that too much comments would make it less interesting
for people to buy the book.
> I am trying to read
Bruno Lowagie (iText lowagie.com> writes:
>
> Zenith wrote:
> > Bruno Lowagie lowagie.com> writes:
> >
> >> I use class FieldPositioningEvents and chunks:
> >>
> >> FieldPositioningEvents fpe = new FieldPositioningEvents();
> >> writer.setPageEvent(fpe);
> >> Chunk academic_year = new Chunk("
Zenith wrote:
> Bruno Lowagie lowagie.com> writes:
>
>> I use class FieldPositioningEvents and chunks:
>>
>> FieldPositioningEvents fpe = new FieldPositioningEvents();
>> writer.setPageEvent(fpe);
>> Chunk academic_year = new Chunk(" ");
>> academic_year.setGenericTag("academic_y
Bruno Lowagie lowagie.com> writes:
> I use class FieldPositioningEvents and chunks:
>
> FieldPositioningEvents fpe = new FieldPositioningEvents();
> writer.setPageEvent(fpe);
> Chunk academic_year = new Chunk(" ");
> academic_year.setGenericTag("academic_year");
>
> The academi
Zenith wrote:
Chunk academic_year = new Chunk(" ");
academic_year.setGenericTag("academic_year");> Hi,
>
> Can anyone tell me how can I create a form field in a paragrah using
> itext?
I use class FieldPositioningEvents and chunks:
FieldPositioningEvents
Hi,
Can anyone tell me how can I create a form field in a paragrah using
itext?
Thanks,
Zenith
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
13 matches
Mail list logo