Ok Bruno, I´ll tell you my requeriments:
We are developing an application that will generate a series of reports in
pdf format (with tables, text, numbered lists, charts, etc.). But this pdf
must comply with the accessibility standards that are valid in spain. Of the
various questions that have been carried out, together with the
ReadOutLoud.java example, I could be doing a lot that meets standards. I
have to go tagging everything that I do. I can not use paragraph to insert
text into PDF, because the PDF generated does not comply with these
standards. So was using ContentByte, cb.beginText, cb.ShowText, etc.. The
problem that I have now is that there is not an end of line and I have to
insert into the PDF a lot of text.
Have I been clear. Understand now what are my requirements?
I have to make a lot of operations, but in this moment I need insert text
into the PDF that comply wit the accesibility standards.
Can you help me?
Thank you very much.
2008/4/1, Bruno Lowagie <[EMAIL PROTECTED]>:
>
> Javier Del Amo wrote:
> > Good afternoon.
> >
> > I have another question: I am using the contentbyte to develop my pdf.
> > Therefore, I insert the text with cb.beginText (), ..., and with
> > cb.showText ( "Text"). The question is how can I make that "showtext"
> > recognize the end of a line?
>
> There is no "end of the line" when you switch to direct content.
>
> > Now the text continues as if there weren´t line breaks.
>
> There are no line breaks with showText.
>
> You are not telling us anything about your requirement,
> but from your questions I guess you need to switch from
> chapter 10 to chapter 7. Chapter 7 explains how to use
> the ColumnText object. That's probably what you need.
> br,
> Bruno
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Do you like iText?
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Or leave a tip: https://tipit.to/itexttipjar
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar