That is a question better suited to a Word mailing list. Specifically the POI ? If that is what you are using.
-Bill Ensley Bear Printing P.S. No, I don't know much about the internals of POI, I just know it exists and somewhat works. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aloizio Pereira da Silva Sent: Friday, June 02, 2006 5:48 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Converting word comments to PDF Comments I implemented a class in Java the ready a Word Document. I am using getComments() method but any comments are returned. What is happing? The word document has a comment. SummaryInformation si; si = (SummaryInformation)PropertySetFactory.create(event.getStream()); String comments = si.getComments(); Has Bill some ideia? ***************************************************** * Federal University of Minas Gerais * * Department of Computer Science * * Master Degree in Computer Science * * * * Fundação Getulio Vargas * * MBA in Project Management * * * * Aloizio Silva * * http://www.dcc.ufmg.br/~aloizio * * * * Mobile Computer and Network Optimization * ***************************************************** On Thu, 1 Jun 2006, Bill Ensley wrote: > www.wotsit.org > > Look up the word specification > > jakarta.apache.org > > Look at the POI project. > > -Bill Ensley > Bear Printing > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Aloizio Pereira da Silva > Sent: Thursday, June 01, 2006 11:02 AM > To: [email protected] > Subject: Re: [iText-questions] Converting word comments to PDF > Comments > > I don't know anything about word format. Could you give some references? > > ***************************************************** > * Federal University of Minas Gerais * > * Department of Computer Science * > * Master Degree in Computer Science * > * * > * Fundação Getulio Vargas * > * MBA in Project Management * > * * > * Aloizio Silva * > * http://www.dcc.ufmg.br/~aloizio * > * * > * Mobile Computer and Network Optimization * > ***************************************************** > > On Wed, 31 May 2006, Leonard Rosenthol wrote: > > > At 03:26 PM 5/31/2006, Aloizio Pereira da Silva wrote: > > > How can I use Itext to convert a word document to PDF? > > > > Well, first you need a parser for Word files. Once you have > > that accomplished (or located), then you'll need to "convert" those > > objects into calls to iText. > > > > The folks at Windward Reports have done it for RTF, so it > > can be done... > > > > > > Leonard > > > > > ---------------------------------------------------------------------- > ----- > > Leonard Rosenthol > <mailto:[EMAIL PROTECTED]> > > Chief Technical Officer <http://www.pdfsages.com> > > PDF Sages, Inc. 215-938-7080 (voice) > > 215-938-0880 (fax) > > > > > > > > ------------------------------------------------------- > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > > Fully trained technicians. The highest number of Red Hat > > certifications in the hosting industry. Fanatical Support. Click to > > learn more > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=12 > > 16 > > 42 _______________________________________________ > > iText-questions mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
