Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Horst Wetzel
Me Myself and I stargate7thsymbol at live.co.uk writes:

 
 
 old RTF implementation questions.I am trying to get hold of the java .jar file
(and any further jars required)for the most recent, up to date version of the
java iText liibrarywhich was/is entirely open source and did not have any
requirementat all for remuneration to iText if leveraged in a commercial
development context.I had been of the impression that the version I wanted was
2.17, itext-2.1.7.jarwhich was non-payment available for use in commercial
projectsthat leverage the library.I have hit a problem: that the RTF contents
and implementationcode doesn't seem to exist at all in this file.For example,
com.lowagie.text.rtf.parser.RtfParserclass doesn't exist at all.  My javadocs
for this tell me that the class file ofthis was first available in version
2.08.So, does the present iText lib support a non renumeration model option(ie
is it not dual licensed, requiring a commercial license in a commercial
context)? 
 
 --
 Doing More with Less: The Next Generation Virtual Desktop 
 What are the key obstacles that have prevented many mid-market businesses
 from deploying virtual desktops?   How do next-generation virtual desktops
 provide companies an easier-to-deploy, easier-to-manage and more affordable
 virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
 
 ___
 iText-questions mailing list
 iText-questions at lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/itext-questions
 
 iText(R) is a registered trademark of 1T3XT BVBA.
 Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
 Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php





--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php


Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Bruno Lowagie
On 8/09/2011 9:58, Horst Wetzel wrote:
 Me Myself and Istargate7thsymbolat  live.co.uk  writes:

   
   
   old RTF implementation questions.
Hello Horst,

I didn't see any new info in your answer to Zachary's question.

Zachary (aka Me, Myself and I) makes two assumptions that are wrong:
- itext 2.1.7 was non-payment: that is not true. In the past companies 
have bought a commercial license because they wanted to be released from 
the requirements of the F/OSS license.
- he expects to get help about RTF parser. RTF parsing functionality 
was never finished and was abandoned by its developer (who wasn't 
afiliated with any of the iText companies at all). Currently, I don't 
know anybody who is willing to offer RTF support for any iText library.

Zachary used to be blacklisted because of misbehavior on the mailing 
list in 2010. He apologized and his account was restored. Unfortunately, 
he still confuses free software with gratis software, spreading 
misconceptions about the nature of open source as a business model.

We think that, in spite of the fact that he has contacted sales more 
than once, he's not interested in doing business with us at all.

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php


Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Amedee Van Gasse
On Thu, September 8, 2011 10:40, Bruno Lowagie wrote:
 On 8/09/2011 9:58, Horst Wetzel wrote:
 Me Myself and Istargate7thsymbolat  live.co.uk  writes:

 
 
   old RTF implementation questions.
 Hello Horst,

 I didn't see any new info in your answer to Zachary's question.

 Zachary (aka Me, Myself and I) makes two assumptions that are wrong:
 - itext 2.1.7 was non-payment: that is not true. In the past companies
 have bought a commercial license because they wanted to be released from
 the requirements of the F/OSS license.
 - he expects to get help about RTF parser. RTF parsing functionality
 was never finished and was abandoned by its developer (who wasn't
 afiliated with any of the iText companies at all). Currently, I don't
 know anybody who is willing to offer RTF support for any iText library.

My version of Google tells me that there are plenty of RTF to XML parsers
available, some of them with a commercial-compatible F/OSS licence, some
even written in Java. I suggest that Zachary investigates that path first,
and once he has parsed his RTF into XML, he can use iText to create a PDF.

I don't see a problem with using two different libraries to solve two
different problems.

-- 
Amedee Van Gasse


--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php


[iText-questions] Question about iText PDF and RTF.

2011-09-07 Thread Me Myself and I

old RTF implementation questions.

I am trying to get hold of the java .jar file (and any further jars required)
for the most recent, up to date version of the java iText liibrary
which was/is entirely open source and did not have any requirement
at all for remuneration to iText if leveraged in a commercial development 
context.

I had been of the impression that the version I wanted was 2.17, 
itext-2.1.7.jar

which was non-payment available for use in commercial projects
that leverage the library.

I have hit a problem: that the RTF contents and implementation
code doesn't seem to exist at all in this file.

For example, 

com.lowagie.text.rtf.parser.RtfParser

class doesn't exist at all.  My javadocs for this tell me that the class file of
this was first available in version 2.08.

So, does the present iText lib support a non renumeration model option
(ie is it not dual licensed, requiring a commercial license in a commercial 
context)?


  --
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php