Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-18 Thread Bob Babcock
> You need an AFM file for the [MICR] font. If you can't get an AFM file from your vendor, maybe you can use one from GnuMICR: http://www.sandeen.net/GnuMICR/ -- Live Security Virtual Conference Exclusive live event will

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-18 Thread Leonard Rosenthol
iText-questions] Problem accessing fonts available in printer's memory through java. Hi You were right that I need to load the font metrics, to do that I need to have access to the font which I don't but I have PCL code for it to access the font. Is there a way that I can use it

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-17 Thread krisniru
Hi You were right that I need to load the font metrics, to do that I need to have access to the font which I don't but I have PCL code for it to access the font. Is there a way that I can use it as below? (0Q(s1p12.0v0s0b0T "1234567890" (0Q(s0p8.00h8.8v0s0b0T "1234567890" Would be great if y

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-17 Thread 1T3XT BVBA
On 17/09/2012 15:40, krisniru wrote: > Thanks for your answer. Thanks for clarifying. My working week is always at least one day too short, and I have to work during weekends to get all my work done. That's not very healthy, and I hope it explains the tone of some of the answers to users who aren

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-17 Thread krisniru
Hi 1T3XT BVBA! Sorry you felt it that way I was not bossing you around and honestly that was not my intention. I know the one I am using is the open source version you are right that I am not a customer and I have no right to be rude or make anyone feel that way. Thanks for your answer. kris_ni

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-16 Thread 1T3XT BVBA
On 15/09/2012 22:23, krisniru wrote: > Please provide > us some solution whether we can achieve this with out registering the > secured font in the PC. We are not worried if the actual pdf contains the > text "abc". Please understand that you're NOT a CUSTOMER, so we have NO OBLIGATION WHATSOEVER

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-15 Thread krisniru
Thanks for the response, Below is what I am trying to do. We have some secured "TROY" fonts which cannot be installed on the PC , it will be installed only on the printer. For example if we send "abc" as text while creating the pdf and specify that "abc" is the "TROY" font and send it to the

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-15 Thread 1T3XT BVBA
On 14/09/2012 17:38, krisniru wrote: > I am using a secure Printing solution for a check printing. To be very > specify MICR fonts. I need to send font information like let's say for > example > > I have a text "abc", I have the font installed in the printer but I don't > have it in my PC. I would

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-14 Thread krisniru
I am using a secure Printing solution for a check printing. To be very specify MICR fonts. I need to send font information like let's say for example I have a text "abc", I have the font installed in the printer but I don't have it in my PC. I would like to send byte array which would include foll

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-14 Thread iText Info
Op 14/09/2012 16:32, krisniru schreef: > I need help on accessing the fonts that are available in the printer's memory > but not in the windows/fonts. I am using Itext to create a pdf formatted > page and want to send embedded font information, size and layout but the > font has to be installed in

[iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-14 Thread krisniru
I need help on accessing the fonts that are available in the printer's memory but not in the windows/fonts. I am using Itext to create a pdf formatted page and want to send embedded font information, size and layout but the font has to be installed in the pc to do that because the while initializin