Re: [iText-questions] ODT to PDF conversion

2010-01-14 Thread Mark Storer
iText? No. OpenOffice does, and is open source. Start digging. http://wiki.services.openoffice.org/wiki/API --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; -Original Message- From: satish viswanatham [mailto:satish.viswanat...

[iText-questions] ODT to PDF conversion

2010-01-14 Thread satish viswanatham
Hi, I read iText documentation. It is not clear to me whether it is possible to convert Open office document (ODT) to a pdf file. JOpenDocfolks provided code to convert Open office spread sheet file (ODS). Is there a similar functionality in iText t

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

2010-01-14 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

Re: [iText-questions] need help regarding barcode

2010-01-14 Thread Paulo Soares
See http://1t3xt.be/?X0009d3. Paulo > -Original Message- > From: Venu Repaka [mailto:rven...@gmail.com] > Sent: Wednesday, January 13, 2010 11:33 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] need help regarding barcode > > Hi friends, > > I am new to iTe

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

2010-01-14 Thread Mike Marchywka
> Date: Thu, 14 Jan 2010 09:14:30 -0800 > From: > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Unit Testing, Stress Testing, Profiling... > > All the unit tests are available in the source downloads at > http://sourcefo

Re: [iText-questions] Licensing questions

2010-01-14 Thread Paulo Soares
The AGPL license only says that you must distribute your source code to your users/clients. You may also buy a commercial license to keep your code closed to your clients. More answers below. > -Original Message- > From: Anders Thomsen [mailto:j...@andersthomsen.dk] > Sent: Thursday, Ja

Re: [iText-questions] Upper Unicode Chars PDF Support

2010-01-14 Thread Paulo Soares
Use a font that has the character, such as arial.ttf, with the encoding Identity-H. Paulo > -Original Message- > From: Ponzer, Phillip [mailto:phillip.pon...@garmin.com] > Sent: Thursday, January 14, 2010 5:25 PM > To: Post all your questions about iText here > Subject: Re: [iText-quest

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

2010-01-14 Thread Paulo Soares
As Mark said units tests for PDF are virtually impossible because it's extremely difficult to verify that a PDF is correct other than by opening and looking at it. Paulo > -Original Message- > From: Mark Storer [mailto:msto...@autonomy.com] > Sent: Thursday, January 14, 2010 5:15 PM >

Re: [iText-questions] Upper Unicode Chars PDF Support

2010-01-14 Thread Leonard Rosenthol
Using what font and encoding? From: Ponzer, Phillip [mailto:phillip.pon...@garmin.com] Sent: Thursday, January 14, 2010 12:25 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Upper Unicode Chars PDF Support Hello again everyone, Just to be clear, I have tried using

Re: [iText-questions] Upper Unicode Chars PDF Support

2010-01-14 Thread Ponzer, Phillip
Hello again everyone, Just to be clear, I have tried using the examples provided with iText to output upper Unicode (UTF-16BE) characters (such as the infinity symbol) to a PDF but have had no luck. Is this possible? Has anyone had success in doing it? If so, how do I do it as well? Thanks, P

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

2010-01-14 Thread Klaus Vancamelbeke
I'm in doubt if my mail reached the mailing list, if this is a double post, my apologies... Does anyone have an idea what is wrong with the below code excerpt? Tia, Klaus -Oorspronkelijk bericht- Van: Klaus Vancamelbeke [mailto:kl...@actina.be] Verzonden: woensdag 13 januari 2010 2:23

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

2010-01-14 Thread Mark Storer
All the unit tests are available in the source downloads at http://sourceforge.net/projects/itext/files/ . You can also get the trunk from SVN at I don't believe there's anything in the way of performance testing in there, just the basic "yes: it ran, no: it didn't explode, yes: there's an ou

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

2010-01-14 Thread Traian Decebal
Hi list, Now I ran into another problem regarding HTMLWorker. When I run tha code you suggested for this piece of HTML :   a aa aaa aaa

[iText-questions] Licensing questions

2010-01-14 Thread Anders Thomsen
I'm a bit confused about with license change to AGPL. Is a commercial company allowed to, while keeping its own software closed: 1) Use the IText library within the company in internally developed applications ( this should be no problem, right? ). 2) Use the IText library on a company website th

[iText-questions] [RTF] iText 5.0.0

2010-01-14 Thread Traian Decebal
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.net/projects/itextrtf/files/ Unfortunatel

Re: [iText-questions] Read PDF, change text, store?

2010-01-14 Thread Leonard Rosenthol
You can "flatten" the fields after filling... -Original Message- From: David Balažic [mailto:xerc...@gmail.com] Sent: Thursday, January 14, 2010 4:48 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Read PDF, change text, store? Leonard Rosenthol adobe.com> wr

Re: [iText-questions] Read PDF, change text, store?

2010-01-14 Thread David Balažic
Leonard Rosenthol adobe.com> writes: > They are just placeholders - they "go away" when you fill them and just leave the text. > > All commercial PDF editors (Acrobat, etc.) support creating them. Great, I tried it and works. Thanks! Just one more "nitpick": After the user opens the resulting

Re: [iText-questions] Display only setting for images

2010-01-14 Thread Iliadis Yannis
What you need is optional content groups See examples at the link http://1t3xt.info/tutorials/keywords/index.php?page=keyword&id=23 2010/1/14 Sean Steiger-McRae > I'm interested in having a fullpage background image/watermark in my PDFs > that displays on-screen, but does not print (or vice vers