Re: [iText-questions] Functional testing

2010-01-16 Thread Mike Marchywka
> From: ghady.d...@live.com > To: itext-questions@lists.sourceforge.net > Date: Fri, 15 Jan 2010 04:53:12 +0200 > Subject: [iText-questions] Functional testing > > Hey, > > First, thanks for your replies concerning unit testing. I understand it's not

Re: [iText-questions] Get table from PDF IText

2010-01-16 Thread Mike Marchywka
> Date: Sat, 16 Jan 2010 11:04:12 +0100 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Get table from PDF IText > > aro1982 wrote: >> Is there any solution to get table (structure, cells content) f

Re: [iText-questions] FW: XFA manipulation renders pdf unreadable by LiveCycle

2010-01-16 Thread 1T3XT info
Klaus Vancamelbeke wrote: > Does anyone have an idea what is wrong with the below code excerpt? The example on the site, with the XFA form on the site works. But of course: another form needs data using another xsd. Without more info, nobody can help you. With more info, only people with spare tim

Re: [iText-questions] Roumanian characters not shown in HTMLWorker parsed fragments

2010-01-16 Thread 1T3XT info
Traian Decebal wrote: > Hi list, > > Now I ran into another problem regarding HTMLWorker. > When I run tha code you suggested for this piece of HTML : The problem is: > Older versions of iText didn't recognize "medium". I'm 99% sure this was fixed at some point, but maybe the problem still exi

Re: [iText-questions] Get table from PDF IText

2010-01-16 Thread 1T3XT info
aro1982 wrote: > Is there any solution to get table (structure, cells content) from existing > PDF? I've created some PDF with PdfPTable and I want to get this table from > file. I've tried it in many ways but it is very difficult to do and I can't > find any examples which can help me. That's bec

Re: [iText-questions] Fit text into TextField IText

2010-01-16 Thread 1T3XT info
aro1982 wrote: > Sorry if there exists similar post like mine but I'm new on this forum and I > haven't find it. As it says in the book: if you set the font size of the field to 0, the font size of the content will adapt to the available size of the field. > I have problem with dynamically resiz

Re: [iText-questions] Migration to iText 5.0.0

2010-01-16 Thread 1T3XT info
tfm wrote: > Hey guys, > > I am considering to migrate from iText2.0.8 to 5.0.0, then I realized there > would be a lot of code changes needed in my project since my project rely > heavily on Table, Cell, Row, PdfTable, PdfCell... which were removed in > 5.0.0. > > I wonder if I could include b

Re: [iText-questions] Unit Testing, Stress Testing, Profiling...

2010-01-16 Thread trumpetinc
For what it's worth, I've been able to create some pretty good content based unit tests using the parser... I have a filtering parser that I've put together (haven't committed it yet) that allows you to specify a region of the page to extract text from. This makes it pretty easy to determine if

[iText-questions] Migration to iText 5.0.0

2010-01-16 Thread tfm
Hey guys, I am considering to migrate from iText2.0.8 to 5.0.0, then I realized there would be a lot of code changes needed in my project since my project rely heavily on Table, Cell, Row, PdfTable, PdfCell... which were removed in 5.0.0. I wonder if I could include both the iText2.0.8 and 5.0

[iText-questions] itextsharp table cell background image

2010-01-16 Thread Czanko Josef
Hello, We are using itextsharp 4.1.2.0 Table object to generate report and need to have background image in cell. I can add background image to PdfPCell with CellEvent but PdfPTable doesn't support rowspan on PdfPCell. That's way I am using Table and not PdfPTable. Is there some solution how to

[iText-questions] Get table from PDF IText

2010-01-16 Thread aro1982
Is there any solution to get table (structure, cells content) from existing PDF? I've created some PDF with PdfPTable and I want to get this table from file. I've tried it in many ways but it is very difficult to do and I can't find any examples which can help me. Thanks in advance for helping. -

[iText-questions] Fit text into TextField IText

2010-01-16 Thread aro1982
Sorry if there exists similar post like mine but I'm new on this forum and I haven't find it. I have problem with dynamically resize TextField size depends on text size. I fill existing PDF - fill fields in AcroForm: form.setField("field", "value"); (etc.) Everything it's OK, but I also want t

[iText-questions] Functional testing

2010-01-16 Thread ghady . diab
Hey, First, thanks for your replies concerning unit testing. I understand it's not easy to do unit tests for PDF creation, but what about profiling? Did you guys do any tests to check the performance of some of the methods (execution time, memory usage...). Same for functional tests. Thanks ag

Re: [iText-questions] [RTF] iText 5.0.0

2010-01-16 Thread 1T3XT info
Traian Decebal wrote: > Hi all, > > I need to test some features that I've succesfully used with iText for > PDF, but this time by creating RTF documents. > I've seen that the RTF support was removed starting with version 5.0.0 > and that it was created a new project : > > http://sourceforge.ne