Your question seems more related to the application that uses iText.   
I'm taking a guess based on the fact that you used terms like "Progress 
Program" and that I see "/mxp/" in the command string., but it looks 
like you are using a "Progress (OpenEdge)" application called "MXP (aka 
Varnet)" and want to get a barcode added to your report output.

If that is the case, you might want to try checking with the PEG 
(Progress Email Group) http://www.peg.com.  It is a forum similar to 
this iText forum, but dedicated to "Progress 4GL" development.  They've 
even got a subgroup specifically for MXP applications.

For those who care.... Progress is a RDBMS / 4GL application development 
environment.   MXP is an ERP developed using the Progress RDBMS/4GL.

Hope that points you in the right direction.
Regards,
Jay

[EMAIL PROTECTED] wrote:
> Hi,
>
> We found on our customer a program with an old itext version...
>
> The Progress Program, create a text file and call this command on our AIX 
> server:
>
> command# =  "/usr/java130/bin/java"  + 
>             " -cp /u/mxp/mod/pdf:/u/mxp/mod/pdf/iText.jar LbiPdf"  + 
>             " -s " + file-in + 
>             " -d " + file-out  + 
>             " -i " + img-in .
>             ...
>
> We need to add a barcode on the text file is it possible and how?
> itext.jar doesn't accept PLC Command on the text file...
>
> and
>
> We want to print the pdf to a printer on AIX, we try with lp, lpr but it's 
> not working...
>
> I think I need to convert the PDF to PCL but I'm not sure. Is it possible to 
> tell to itext to print the pdf after the creation?
>
> Thanks for you Help!!
>
> --
> This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com
> http://www.opensubscriber.com/messages/[email protected]/topic.html
>
> -------------------------------------------------------------------------
> 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
>   

-------------------------------------------------------------------------
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

Reply via email to