Re: BARCODE

2002-10-12 Thread David Neumann
I used a commercial barcode font:

http://www.carolinabarcode.com/

and was pleased with the results. I just followed the usual directions for installing a custom font, and that was it. 

d


On Tuesday, October 8, 2002, at 07:34  AM, Surov Maxim wrote:

Hi!

Is it possible to embed barcodes into PDF using FOP?

Thanks in advance,
Maxim Surov



Re: BARCODE

2002-10-08 Thread J.Pietschmann

Surov Maxim wrote:
> Thanks!
> Could you suggest me some free packages which support barcodes simpliciter?
> (Something like http://big.faceless.org/ but free) 

There is a generator written in XSLT available at
  http://www.renderx.com/barcodes.html

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: BARCODE

2002-10-08 Thread Paul . Hussein


Two ways I know of.

Using barcode fonts.

Using SVG to draw barcode.

We have used a stylesheet to draw the SVG

works really well.






"Rhett Aultman" <[EMAIL PROTECTED]> on 08/10/2002 15:34:55

Please respond to [EMAIL PROTECTED]



To:   <[EMAIL PROTECTED]>
cc:
Subject:  RE: BARCODE

If you made the barcode a graphic, you could embed it.
 -Original Message-
 From: Surov Maxim [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 08, 2002 10:34 AM
 To: [EMAIL PROTECTED]
 Subject: BARCODE



 Hi!


 Is it possible to embed barcodes into PDF using FOP?


 Thanks in advance,
 Maxim Surov







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: BARCODE

2002-10-08 Thread Matthew L. Avizinis
Title: BARCODE



There 
are some threads in the archives which describe using Barcode fonts.  I'm 
sure if you search in the archives for "barcode" you'd come up with something 
relevant to your needs.

  -Original Message-From: Surov Maxim 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 08, 2002 10:34 
  AMTo: [EMAIL PROTECTED]Subject: BARCODE 
  
  Hi! 
  Is it possible to embed barcodes 
  into PDF using FOP? 
  Thanks in advance, 
  Maxim Surov 


RE: BARCODE

2002-10-08 Thread Surov Maxim
Title: BARCODE



Thanks!
Could you 
suggest me some free packages which support barcodes 
simpliciter?
(Something 
like http://big.faceless.org/ but 
free) 

  If 
  you made the barcode a graphic, you could embed it.
  
-Original Message-From: Surov Maxim 
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 08, 2002 
10:34 AMTo: [EMAIL PROTECTED]Subject: BARCODE 

Hi! 
Is it possible to embed barcodes 
into PDF using FOP? 
Thanks in advance, 
Maxim Surov 



RE: BARCODE

2002-10-08 Thread Rhett Aultman
Title: BARCODE



If you 
made the barcode a graphic, you could embed it.

  -Original Message-From: Surov Maxim 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 08, 2002 10:34 
  AMTo: [EMAIL PROTECTED]Subject: BARCODE 
  
  Hi! 
  Is it possible to embed barcodes 
  into PDF using FOP? 
  Thanks in advance, 
  Maxim Surov 


Re: Barcode-line on a page....

2002-01-30 Thread Jochen . Maes


thank you Mr. Pietschmann,

but i allready resolved the problem.
first i did it the way you describe (it worked great). But after a bit
thinking i found that the code for the machine is not really a part of the
document.
So i used iText (thanks to dref) to read the document made by FOP and then
insert some things. (like the code and a watermark)

So thank all off you who helped me...

Kink Regards




Jochen Maes
EDP departement
Programmeur

KBC-Securities
Havenlaan 16
1080 Brussel

Tel : 02/429.96.81
Fax : 02/429.17.48
E-mail : [EMAIL PROTECTED]

**

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. KBC Securities
reserves the right to monitor all e-mail communications through its
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of any such entity.
**


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Barcode-line on a page....

2002-01-30 Thread Joerg Pietschmann

[EMAIL PROTECTED] wrote:
> but one solution shows me many more problems... :(
> My margins must be set to 0 now (leftmargin) and that screws up my whote
> document.

You can define margins on the body region, where the text
flow goes. Define a region-start appropriately, where the
static-content is placed.
If you need marks alternatively on the left and right margin
(for books), use repeatable-page-master-alternatives.
There is more about this in the spec, for example at
 http://www.w3.org/TR/xsl/slice6.html#fo_simple-page-master
Note: Reading and understanding specs is the price to pay
for becoming a guru...

HTH
J.Pietschmann

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Barcode-line on a page....

2002-01-30 Thread fred redf

iText does not allow you to decompile a pdf but you
can copy the whole content of one page of a
preexisting pdf to another then add your static
content. 
Dref.


--- [EMAIL PROTECTED] a écrit : > 
> iTextJava
> 
> 
> hmm if it reads/writes PDF it can be interesting
> thanks...
> 
> 
> Jochen Maes
> EDP departement
> Programmeur
> 
> KBC-Securities
> Havenlaan 16
> 1080 Brussel
> 
> Tel : 02/429.96.81
> Fax : 02/429.17.48
> E-mail : [EMAIL PROTECTED]
> 
>
**
> 
> This message is for the named person's use only. It
> may contain
> confidential, proprietary or legally privileged
> information. You must not,
> directly or indirectly, use, disclose, distribute,
> print, or copy any part
> of this message if you are not the intended
> recipient. KBC Securities
> reserves the right to monitor all e-mail
> communications through its
> networks. Any views expressed in this message are
> those of the individual
> sender, except where the message states otherwise
> and the sender is
> authorised to state them to be the views of any such
> entity.
>
**
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
>  

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.fr

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Barcode-line on a page....

2002-01-30 Thread Jochen . Maes


iTextJava


hmm if it reads/writes PDF it can be interesting
thanks...


Jochen Maes
EDP departement
Programmeur

KBC-Securities
Havenlaan 16
1080 Brussel

Tel : 02/429.96.81
Fax : 02/429.17.48
E-mail : [EMAIL PROTECTED]

**

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. KBC Securities
reserves the right to monitor all e-mail communications through its
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of any such entity.
**


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Barcode-line on a page....

2002-01-30 Thread fred redf

Hi,

Maybe you should have a look at iText java library. I
use it myself to add some static content on every page
of a document after fop processing.

Dref.


--- [EMAIL PROTECTED] a écrit : > 
> thanks...
> 
> but one solution shows me many more problems... :(
> My margins must be set to 0 now (leftmargin) and
> that screws up my whote
> document.
> anyway... thank you
> 
> 
> 
> Jochen Maes
> EDP departement
> Programmeur
> 
> KBC-Securities
> Havenlaan 16
> 1080 Brussel
> 
> Tel : 02/429.96.81
> Fax : 02/429.17.48
> E-mail : [EMAIL PROTECTED]
> 
>
**
> 
> This message is for the named person's use only. It
> may contain
> confidential, proprietary or legally privileged
> information. You must not,
> directly or indirectly, use, disclose, distribute,
> print, or copy any part
> of this message if you are not the intended
> recipient. KBC Securities
> reserves the right to monitor all e-mail
> communications through its
> networks. Any views expressed in this message are
> those of the individual
> sender, except where the message states otherwise
> and the sender is
> authorised to state them to be the views of any such
> entity.
>
**
> 
> 
> 
> 
>
> Edmond Pugnale  
> 
>
>[EMAIL PROTECTED]
>
> xmedia.fr> cc:  
> 
>
> Sent by:  
> Subject: Re: Barcode-line on a page 
>  
> [EMAIL PROTECTED] 
> 
>
> pes.fr  
> 
>
> 
> 
>
> 
> 
>
> 29-01-02 09:00 PM   
> 
>
> Please respond to   
> 
>
> fop-dev 
> 
>
> 
> 
>
> 
> 
>
> 
> 
> 
> 
> [EMAIL PROTECTED] wrote:
> 
> > Now i need to be able to say (but then in FOP
> language)
> > print a line here: 14.2(x from), 220(y from), 51(x
> to), 220(y to) the
> line
> > must be 1 pt thick or 2 points whatever...
> 
> If you want to draw horizontal or vertical lines,
> you can add flat block-containers inside appropriate
> static-content element :
> 
>   
> ...
>  top="(y from)"
>width="(y width)"
>height="0"
> position="absolute"
> border-after-width="2pt"
>   
> border-after-style="solid"/>
> ...
>   
> 
> 
> Ed
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
>  

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.fr

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Barcode-line on a page....

2002-01-30 Thread Jochen . Maes


thanks...

but one solution shows me many more problems... :(
My margins must be set to 0 now (leftmargin) and that screws up my whote
document.
anyway... thank you



Jochen Maes
EDP departement
Programmeur

KBC-Securities
Havenlaan 16
1080 Brussel

Tel : 02/429.96.81
Fax : 02/429.17.48
E-mail : [EMAIL PROTECTED]

**

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. KBC Securities
reserves the right to monitor all e-mail communications through its
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of any such entity.
**


   
  
Edmond Pugnale 
  
 cc: 
  
Sent by:   Subject:     Re: Barcode-line on a 
page   
[EMAIL PROTECTED]
  
pes.fr 
  
   
  
   
  
29-01-02 09:00 PM  
  
Please respond to  
  
fop-dev
  
   
  
   
  




[EMAIL PROTECTED] wrote:

> Now i need to be able to say (but then in FOP language)
> print a line here: 14.2(x from), 220(y from), 51(x to), 220(y to) the
line
> must be 1 pt thick or 2 points whatever...

If you want to draw horizontal or vertical lines,
you can add flat block-containers inside appropriate
static-content element :

  
...

...
  


Ed

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Barcode-line on a page....

2002-01-29 Thread Edmond Pugnale

[EMAIL PROTECTED] wrote:

> Now i need to be able to say (but then in FOP language)
> print a line here: 14.2(x from), 220(y from), 51(x to), 220(y to) the line
> must be 1 pt thick or 2 points whatever...

If you want to draw horizontal or vertical lines,
you can add flat block-containers inside appropriate
static-content element : 

 
...
 
...
  
 

Ed

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Barcode fonts.. was Re: userconfig in AIX.

2001-07-19 Thread Tore Engvig



On Thu, 19 Jul 2001, David Ryan wrote:

[SNIP]
> The PDF was rendered with no warnings or errors.  However when I tried
> viewing it in Adobe Acrobe 3.01, I got an error.
>
> "A font contains a bad CMap Encoding"

Unfortunately you have to use Acrobat 4 when embedding truetype fonts.
Font embedding was significantly improved in Acrobat 4. To embed truetype
fonts in Acrobat 3 you have to embed them as Type42 fonts (which fop does
not support).

If you're stuck with Acrobat 3, you can try to create the document without
embedding the font (remove embed-file from userconfig.xml), but then you
must have to font installed on your system to view the pdf.

Barcodes have been discussed earlier here, and I think there was some good
svg solutions around. Better search the archive.


Tore


> Has anyone succeeded with getting a 3of9 barcode font
working? >
> thanks again..
> David.
>
> - Original Message -
> From: "Keiron Liddle" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 19, 2001 2:22 PM
> Subject: Re: userconfig in AIX.
>
>
> > Well thats you problem, its not proper xml.
> >
> > You have to actually cloas of all tags.
> > ie.
> >
> > notice the "/" at the end of the line
> >
> > On Thu, 19 Jul 2001 08:19:10 David Ryan wrote:
> > > Thanks for the suggestion.  I tried the -d option but it didn't give me
> > > much
> > > detail on why the error was occuring.  I tried commenting out most of
> the
> > > userconfig.xml and found that it succeeded.  Now I need to work out why
> > > it
> > > doesn't like my config file.  Is there anyway I can get more information
> > > from the config file parser?
> > >
> > > 
> > > 
> > > 
> > >  
> > > 
> > >  
> > > 
> > > 
> > >
> > > Can you see anything wrong with this?  Commenting out the  tag
> > > makes
> > > it read the file successfully.
> > >
> > > Thanks,
> > > David.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]