[EMAIL PROTECTED] wrote: > I try to register on the mailing-list but no mail answer...
Your question was accepted on the list: http://article.gmane.org/gmane.comp.java.lib.itext.general/39040 http://www.nabble.com/PLEASE-HELP%21%21%21%21-ts18032241.html ... but you shouldn't expect an answer because of the nature of the question. I hope this doesn't offend you, but your question doesn't make sense. Really, it doesn't! > iText.jar take a Text file and an Image File and convert it to a PDF iText doesn't do that automagically, so it must be the class LbiPdf that is responsible for that. "/usr/java130/bin/java" is the executable that starts the JVM "-cp" stands for CLASSPATH and there are two parts: in directory "/u/mxp/mod/pdf" where you'll find LbiPdf, and "/u/mxp/mod/pdf/iText.jar" is the iText library The rest are just some parameters; defined in LbiPdf, which is *I REPEAT* written by some developer that is not in any way affiliated with the iText project. > When we look at the PDF properties, we found your company name and > something like 1.2 Acrobat (3x) It can tell you something... > > So I think It's your software... No it isn't. Your customer has probably paid a developer to write LbiPdf (which is NOT a part of iText), but that developer NEVER PAID for iText. It's as if you were using Google Calendar or Google Analytics. If you look at the PDFs generated by those applications, you'd also find "lowagie.com" as producer, but that doesn't mean Google paid me for the use of iText. That doesn't mean all Google users harass me personally if they have a problem with the PDFs generated by Google applications. > I had take a look at your web site and found nothing like this, I > think you have change the shell command for an ActiveX now. ??? I'm sorry, but the above lines still don't make sense. Again, I'm not saying that to offend you, but they really don't. It's like as if I asked you "Yesterday the sky was kilo, but today it was meter, why?" I can't answer such a question. > It's why I need your help for this very old version around year > 2004... What version are we talking about? > TROUBLE 1# > --------------------------------------- > I want to add a barcode on the pdf is it possible with this version? > Don't forget we use a ASCII and a JPG file.. You're still not telling which barcode? EAN? UPC? PLANET? PDF417? ... So I still can't answer this question. Also: if you don't know how to write Java code, you won't be able to add the barcode. iText is a LIBRARY, it's not an end-user product. Contrary to what you assume, it's doesn't even have real shell commands. > TROUBLE 2# > --------------------------------------- > After the PDF is created, we need to send it to printer. > Can I add a parameter to the itext.jar for sending it to the specific > printer? That question doesn't make sense either. You're asking the wrong person. You should ask the guy who wrote LbiPdf. Why are you asking me??? > I don't know if you have some trouble with other person, but your > answer was not very friendly... No, it wasn't. And you're not making me friendlier by sending these questions to me INSTEAD OF TO THE MAILING LIST ( [email protected] ) Didn't I give you the following address: http://www.1t3xt.com/about/contact.php Where it says: "PLEASE DO NOT CONTACT THE DEVELOPERS PERSONALLY." > Don't forget I'm not the itext programmer so it's normal I can ask > you stupid question. I'm sorry, but that's not a valid excuse. If I were your boss, I wouldn't be happy if one of my employees posted a stupid question on a forum with about 1500 subscribers and several public online archives. It makes the company look ridicule. As for 1T3XT, it's a company for, by, and owned by developers. Developers aren't marketeers. We have our own honor code. > If you respect more the people who need help maybe you will not > receive bad comment. *SIGH* Read the lowagie.com blog and I hope you'll understand. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
