Re: [iText-questions] Multi-Column-Layouts with tagmaps and xml

2009-06-28 Thread Caliban279
1T3XT info schrieb: > Caliban279 wrote: > >> So, how can i use Multi-Column-Layouts with tagmaps and xml-content to >> get my pdf? >> > > Tagmap/XML parsing doesn't mix with MultiColumn. You have to write your > own XmlHandler as is done in some of these examples: > http://1t3xt.be/?X000

Re: [iText-questions] Persian Pdf in WinXP & Linux

2009-06-28 Thread 1T3XT info
Ebrahim Pasbani wrote: > Hi. > I can create a write a table in pdf in Persian. I use windows XP. > But this does not work in Linux. My pdf file is a table with no > contents. It is border only. > What is my problem and its solution? Your problem is that you didn't ship your application with the fo

[iText-questions] Persian Pdf in WinXP & Linux

2009-06-28 Thread Ebrahim Pasbani
Hi. I can create a write a table in pdf in Persian. I use windows XP. But this does not work in Linux. My pdf file is a table with no contents. It is border only. What is my problem and its solution? Thanks Ebrahim Pasbani --

[iText-questions] PdfContentByte qQ

2009-06-28 Thread Trent Whitbourn
Hi, I have a couple of questions about the lower level operations of PdfContentByte. Firstly, I've noticed that when I create a new PdfContentByte (using GetUnderContent from PdfStamper) the new PdfContentByte always appends q (save state) and Q (restore state) to the end of itself. Why does it do