[iText-questions] Arabic letter seperation when using Diacritics

2011-12-24 Thread Waheed
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

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-24 Thread Amedee Van Gasse
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

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-24 Thread 1T3XT BVBA
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

Re: [iText-questions] Question about PdfPageEventHelper.onStartPage()

2011-12-24 Thread 1T3XT BVBA
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.

[iText-questions] Question about PdfPageEventHelper.onStartPage()

2011-12-24 Thread valerykhyzhniy
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.