Peace everyone,
When I run http://www.computarat.com/files/java/Test9.java this java code ,
I get http://www.computarat.com/files/java/normalText.pdf normalText pdf
with correct Arabic letters and direction, except the last font
SimplifiedArabic which is missing some letters.
Yes I read some
On Sat, December 24, 2011 10:42, 1T3XT BVBA wrote:
> There are many possible shortcuts.
> For instance: you could write the bytes straight to the
> ServletOutputStream.
> However: there are some pitfalls (explained in chapter 9 of the iText in
> Action book) with this approach.
Thanks for prevent
On 23/12/2011 16:58, Siddhartha Rathi wrote:
> Thanks 1T3XT BVBA,
>
> Can you help me in how to write the file in memory and send it to user
> directly? As I am not very comfortable with Java coding.
That's not an iText question; it's a general Java question.
I'll answer it this one time, but ple
On 23/12/2011 19:56, valerykhyzhniy wrote:
> Hi!
> Help me.
> I try to write a table to the document. But every page can to have the same
> upper part. I use PdfPageEventHelper.onStartPage() or onEndPage(). But last
> one row of the table to print at the next page. What i need to use for this?
A.
Hi!
Help me.
I try to write a table to the document. But every page can to have the same
upper part. I use PdfPageEventHelper.onStartPage() or onEndPage(). But last
one row of the table to print at the next page. What i need to use for this?
This is code to add one row as a table to the document.