Hello guys

iam using your great library to modify a lot of pdf files which are produced by 
some different Adobe Distillers. Now iText is changing the meta-information for 
the Producer: "iText by lowagie.com .. " instead of "Adobe Distiller ..". Now i 
want to change the source code, that i can set the Producer name; and i saw 
this code in PdfDocument class:

        void addProducer() {
            // This line may only be changed by Bruno Lowagie or Paulo Soares
            put(PdfName.PRODUCER, new PdfString(getVersion()));
            // Do not edit the line above!
        }

Because i use different Distiller versions i still need to know which version 
originally created the pdf file.

Now if i change ths line of code do i break some license ?

Greetings
Daniel



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to