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

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

 edmond.pugnale@fluTo:  
   [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 :
 
   fo:static-content flow-name=first-before
 ...
 fo:block-container left=(x from)
 top=(y from)
width=(y width)
height=0
 position=absolute
 border-after-width=2pt
   
 border-after-style=solid/
 ...
   /fo:static-content
 
 
 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


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

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

  fo:static-content flow-name=first-before   
...
fo:block-container left=(x from)
top=(y from) 
width=(y width)
height=0
position=absolute
border-after-width=2pt
border-after-style=solid/ 
...
  /fo:static-content
 

Ed

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