Code for c accent

2004-03-31 Thread Lucian Opris
Hi,
Does anybody know the unicode code for c accent ( c )?
Thanks


Lucian Opris


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



RE: Code for c accent

2004-03-31 Thread Lucian Opris

Hi,
I've tried that before and It was not working.
What I have in my script is #x0107 and returns only #.
Thanks for any help


Lucian Opris
-Original Message-
From: Will Gilbert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 31, 2004 8:45 AM
To: [EMAIL PROTECTED]
Subject: Re: Code for c accent


On Mar 31, 2004, at 8:24 AM, Lucian Opris wrote:

 Hi,
 Does anybody know the unicode code for c accent ( c )?
 Thanks


 From the Latin Extended-A subset

0106 - Latin Capital Letter C with acute
0107 - Latin Small Letter C with acute


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



RE: Réf. : PDF security

2004-01-30 Thread Lucian Opris
Thank you very much. iText worked fine.
 
Lucian Opris


-Original Message-
From: Johannes Stuermer [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 29, 2004 1:04 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Réf. : PDF security

iText is another useful tool (http://www.lowagie.com/iText/) especially if
you are embedding fonts in your encrypted PDF files.


-Original Message-
From: DURAND, Bertrand - DSIA [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 5:49 AM
To: [EMAIL PROTECTED]
Subject: Réf. : PDF security


Hi, 

yes you can use pdf encryption with Bouncy
Castle jar.
see
http://xml.apache.org/fop/pdfencryption.html


Bertrand DURAND





Lucian Opris [EMAIL PROTECTED]
29/01/2004 14:43
Veuillez répondre à fop-user

Pour :  [EMAIL PROTECTED]@[EMAIL PROTECTED] Hub
cc :
Objet : PDF security


 
Hi All,
Is there a was way in FOP to create a PDF
and not allow anybody to copy text
from PDF or print the pdf?
Thanks.
Lucian Opris





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




**
Ce message électronique et tous les fichiers attachés qu'il contient sont
confidentiels et destinés exclusivement à l'usage de la personne à laquelle
ils sont adressés.
Si vous avez reçu ce message par erreur,merci de le retourner à son
émetteur.
Les idées et opinions présentées dans ce messages sont celles de son auteur,
et ne représentent pas nécessairement celles du Groupe HAYS plc ou d'une
quelconque de ses filiales.
La publication, l'usage, la distribution, l'impression ou la copie non
autorisée de ce message et des attachements qu'il contient sont strictement
interdits.

Nous vous informons également que nous avons vérifié l'absence de virus dans
ce message mais que, malgré ce contrôle, nous ne saurions être tenus pour
responsables d'éventuels dégâts occasionnés par un virus non détecté.

This e-mail and any attached files are confidential and intended solely for
the use of the individual to whom it is addressed.
If you have received this email in error please send it back to the person
that sent it to you.
Any views or opinions presented are solely those of author and do not
necessarily represent those the HAYS plc group or any of its subsidiary
companies.
Unauthorized publication, use, dissemination, forwarding, printing or
copying of this email and its associated attachments is strictly prohibited.

We also inform you that we have checked that this message does not contain
any virus but we decline any responsability in case of any damage caused by
an a non detected virus.
**


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


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



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



PDF security

2004-01-29 Thread Lucian Opris
 
Hi All,
Is there a was way in FOP to create a PDF and not allow anybody to copy text
from PDF or print the pdf?
Thanks.
Lucian Opris




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



Square bullets in pdf

2003-12-09 Thread Lucian Opris
Hi,
Does anybody know the code for square bullets in pdf?
Lucian Opris


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 09, 2003 8:26 AM
To: [EMAIL PROTECTED]
Subject: Re: SVG scaling issue (when rendering 2 SVGs of same height)

i can send you my fop.jar if you like

thanks but I think it won't help me.

i don't understand fully the problem you have

I want to insert svg files created with Ilustrator. The dimensions are in pt
but I want mm so I change the svg's width and height attributes, and leave
other attributes unchanged. This creates my scaling issue (two graphics with
the same svg height - but different width - are rendered with different
height).
I've followed other users advices and remove strange (to me) tags and
attributes in the svg file and it seems to work.


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



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



RE: Square bullets in pdf

2003-12-09 Thread Lucian Opris
Hi,
Thank you, it worked fine but the bullet is too big. I've tried #x25AA but
it's returnig a scissors. I'm using font-family=ZapfDingbats. Any help is
greatly appreciated.
Thanks,
Lucian Opris


-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 09, 2003 11:20 AM
To: [EMAIL PROTECTED]
Subject: Re: Square bullets in pdf

Lucian Opris wrote:

 Hi,
 Does anybody know the code for square bullets in pdf?

I assume by code you mean the entity character reference. Yes its

#x25A0;

Note; Only Zapf Dingbats in the standard 14 fonts has a glyph for this
character.

Chris



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



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



RE: Square bullets in pdf

2003-12-09 Thread Lucian Opris
Thank you very much, it worked fine. 
Lucian Opris 

-Original Message-
From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 09, 2003 1:02 PM
To: [EMAIL PROTECTED]
Subject: RE: Square bullets in pdf

 -Original Message-
 From: Lucian Opris [mailto:[EMAIL PROTECTED]

 Hi,
 Thank you, it worked fine but the bullet is too big. I've tried 
 #x25AA but it's returnig a scissors. I'm using 
 font-family=ZapfDingbats.
 Any help is
 greatly appreciated.
 Thanks,
 Lucian Opris


Hi,

Hmmm... decrease the font-size?

I don't know exactly what bullet you're looking for, but you might want to
check the Unicode charts at : http://www.unicode.org/charts/


Cheers,

Andreas


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



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



RE: fo:basic-link

2003-09-18 Thread Lucian Opris

Hi,
I've regenerated the arial.xml using command line:

java -cp 
build/fop.jar:lib/avalon-framework-cvs-20020806.jar:lib/xml-apis.jar:lib/xercesImpl-2.2.1.jar
 org.apache.fop.fonts.apps.TTFReader /nas/web/fonts/arial.ttf 
/nas/web/fonts/arial.xml
and in config file I have

font metrics-file=/nas/web/fonts/arial.xml kerning=yes 
embed-file=/nas/web/fonts/arial.ttf
  font-triplet name=Arial style=[normal|italic] 
weight=[normal|bold]/
/font
I get the same result.
Could you tell my why is not a good ideea?
Thanks a lot


Lucian Opris

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 5:33 PM
To: [EMAIL PROTECTED]
Subject: Re: fo:basic-link


Lucian Opris wrote:
   font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file=
^^^
I don't think this is a good idea.

J.Pietschmann



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



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



RE: fo:basic-link

2003-09-17 Thread Lucian Opris
Hi,
I do not see any output in console and no errors. I've run the example from 
command line and I got the same result.
Attached is a snippet of FO doccument.
Thank you

Lucian Opris

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 4:53 AM
To: [EMAIL PROTECTED]
Subject: Re: fo:basic-link


From: Lucian Opris [EMAIL PROTECTED]

Hi,
I've tried to use fo:basic-link internal-destination= in region-start 
section but no result came out.
It's fine if I'm using the same code in regin-body. Do you know a fix for 
that or is a bug?
Thanks a lot


Do you see any output in the console? Try running your example from the 
command line and post a small snippet of the console output to the list. I 
am just wondering whether content in your static regions is being truncated.

It would also be helpful to see a small snippet of your FO document.

Chris

_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband


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

?xml version=1.0?
xsl:stylesheet  version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
   xmlns:fo=http://www.w3.org/1999/XSL/Format;
   xmlns:fox=http://xml.apache.org/fop/extensions;
   xmlns:math=http://exslt.org/math;
   xmlns:exsl=http://exslt.org/functions;
   xmlns:xalan=http://xml.apache.org/xalan;
   extension-element-prefixes=xalan
   exclude-result-prefixes=xalan
 !--xsl:output indent=yes/--
 xsl:template match=/
  fo:root
   fo:layout-master-set
 fo:simple-page-master
margin-right=0mm
margin-left=14mm
margin-bottom=0mm
margin-top=9mm
page-width=215.9mm
page-height=279.4mm
master-name=first
  fo:region-before extent=35mm region-name=header-first 
precedence=true/
 xsl:choose
   xsl:when test=Product/ProductStatus/@documentStatus lt; '7'
fo:region-body  margin-top=35mm margin-bottom=20mm 
margin-left=66mm margin-right=10mm 
background-image=/nas/web/clients/kbw/style/Draft1.gif/
   /xsl:when
   xsl:otherwise
fo:region-body  margin-top=35mm margin-bottom=20mm 
margin-left=66mm margin-right=10mm/
   /xsl:otherwise
 /xsl:choose
  fo:region-after extent=20mm region-name=footer-first 
precedence=true/
  fo:region-start extent=63mm  region-name=start-first/
 /fo:simple-page-master

 fo:simple-page-master
margin-right=0mm
margin-left=14mm
margin-bottom=0mm
margin-top=12mm
page-width=215.9mm
page-height=279.4mm
master-name=second
  fo:region-before extent=23mm region-name=header-second/
 xsl:choose
   xsl:when test=Product/ProductStatus/@documentStatus lt; '7'
fo:region-body  margin-top=24mm margin-bottom=17mm 
margin-right=10mm  background-image=/nas/web/clients/kbw/style/Draft1.gif/
   /xsl:when
   xsl:otherwise
fo:region-body  margin-top=24mm margin-bottom=17mm 
margin-right=10mm/
   /xsl:otherwise
 /xsl:choose
  fo:region-after extent=15mm region-name=footer-second/
 /fo:simple-page-master

  fo:page-sequence-master master-name=run1
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference master-reference=first 
page-position=first/
 fo:conditional-page-master-reference master-reference=second 
page-position=rest/
 fo:conditional-page-master-reference master-reference=second /
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master

   /fo:layout-master-set


   fo:static-content flow-name=start-first

!-- THIS PORTION IS NOT WORKING --

fo:block font-size=11pt
 xsl:apply-templates select=//Content/Resource/Data/body_text/H2 
mode=toc/
/fo:block

   /fo:static-content

   
   fo:flow flow-name=xsl-region-body border-width=0.2pt

!-- THIS PORTION IS WORKING --

fo:block font-size=11pt
 xsl:apply-templates select=//Content/Resource/Data/body_text/H2 
mode=toc/
/fo:block
   /fo:flow
  /fo:page-sequence

 /fo:root
/xsl:template

xsl:template match=//Content/Resource/Data/body_text/H2
 fo:table table-layout=fixed id={generate-id()}
 fo:table-column column-width=53mm/
 fo:table-column column-width=5mm/
 fo:table-column column-width=133.9mm/
  fo:table-body
   fo:table-row
fo:table-cell
 fo:block padding-top=1mm
   font-style=italic
  xsl:for-each select=CallOuts
   fo:block
xsl:value-of select=./xsl:text /xsl:text
   /fo:block
  /xsl:for-each
 /fo:block
/fo:table-cell
fo:table-cell/
fo:table

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
the snippet without attachment

?xml version=1.0?
xsl:stylesheet  version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
   xmlns:fo=http://www.w3.org/1999/XSL/Format;
   xmlns:fox=http://xml.apache.org/fop/extensions;
   xmlns:math=http://exslt.org/math;
   xmlns:exsl=http://exslt.org/functions;
   xmlns:xalan=http://xml.apache.org/xalan;
   extension-element-prefixes=xalan
   exclude-result-prefixes=xalan
 !--xsl:output indent=yes/--
 xsl:template match=/
  fo:root
   fo:layout-master-set
 fo:simple-page-master
margin-right=0mm
margin-left=14mm
margin-bottom=0mm
margin-top=9mm
page-width=215.9mm
page-height=279.4mm
master-name=first
  fo:region-before extent=35mm region-name=header-first 
precedence=true/
 xsl:choose
   xsl:when test=Product/ProductStatus/@documentStatus lt; '7'
fo:region-body  margin-top=35mm margin-bottom=20mm 
margin-left=66mm margin-right=10mm  
background-image=/nas/web/clients/kbw/style/Draft1.gif/
   /xsl:when
   xsl:otherwise
fo:region-body  margin-top=35mm margin-bottom=20mm 
margin-left=66mm margin-right=10mm/
   /xsl:otherwise
 /xsl:choose
  fo:region-after extent=20mm region-name=footer-first 
precedence=true/
  fo:region-start extent=63mm  region-name=start-first/
 /fo:simple-page-master

 fo:simple-page-master
margin-right=0mm
margin-left=14mm
margin-bottom=0mm
margin-top=12mm
page-width=215.9mm
page-height=279.4mm
master-name=second
  fo:region-before extent=23mm region-name=header-second/
 xsl:choose
   xsl:when test=Product/ProductStatus/@documentStatus lt; '7'
fo:region-body  margin-top=24mm margin-bottom=17mm 
margin-right=10mm   background-image=/nas/web/clients/kbw/style/Draft1.gif/
   /xsl:when
   xsl:otherwise
fo:region-body  margin-top=24mm margin-bottom=17mm 
margin-right=10mm/
   /xsl:otherwise
 /xsl:choose
  fo:region-after extent=15mm region-name=footer-second/
 /fo:simple-page-master

  fo:page-sequence-master master-name=run1
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference master-reference=first 
page-position=first/
 fo:conditional-page-master-reference master-reference=second 
page-position=rest/
 fo:conditional-page-master-reference master-reference=second /
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master

   /fo:layout-master-set


   fo:static-content flow-name=start-first

!-- THIS PORTION IS NOT WORKING --

fo:block font-size=11pt
 xsl:apply-templates select=//Content/Resource/Data/body_text/H2 
mode=toc/
/fo:block

   /fo:static-content

   
   fo:flow flow-name=xsl-region-body border-width=0.2pt

!-- THIS PORTION IS WORKING --

fo:block font-size=11pt
 xsl:apply-templates select=//Content/Resource/Data/body_text/H2 
mode=toc/
/fo:block
   /fo:flow
  /fo:page-sequence

 /fo:root
/xsl:template

xsl:template match=//Content/Resource/Data/body_text/H2
 fo:table table-layout=fixed id={generate-id()}
 fo:table-column column-width=53mm/
 fo:table-column column-width=5mm/
 fo:table-column column-width=133.9mm/
  fo:table-body
   fo:table-row
fo:table-cell
 fo:block padding-top=1mm
   font-style=italic
  xsl:for-each select=CallOuts
   fo:block
xsl:value-of select=./xsl:text /xsl:text
   /fo:block
  /xsl:for-each
 /fo:block
/fo:table-cell
fo:table-cell/
fo:table-cell
 fo:block space-before.optimum=4px
   font-family=Times
   font-weight=bold
   font-size=16px
xsl:apply-templates/
 /fo:block
/fo:table-cell
   /fo:table-row
  /fo:table-body
 /fo:table
/xsl:template

xsl:template match=//Content/Resource/Data/body_text/H2 mode=toc
 fo:block
  fo:basic-link internal-destination={generate-id()}
   xsl:value-of select=./
  /fo:basic-link
 /fo:block
/xsl:template


/xsl:stylesheet

   


Lucian Opris
Programmer Analyst 
-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 9:59 AM
To: [EMAIL PROTECTED]
Subject: RE: fo:basic-link


From: Lucian Opris [EMAIL PROTECTED]

Hi,
I do not see any output in console and no errors. I've run the example from 
command line and I got the same result.

I know result is same, I just wanted to know what you saw on Console. So you 
dont see anything like;

[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[INFO] [1]
[INFO] Parsing of document complete

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
I've notice that the actual internal link is on the same line but starts on 
body region and the text remains on start region. Very strange. I'm using  FOP 
0.20.4.
Thanks

Lucian Opris


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



RE: fo:basic-link

2003-09-17 Thread Lucian Opris
Ok, I did upgrade the FOP version links are fine (not offseted) but I get 
another error regarding fonts embedding.
Cannot extract the embedded font 'Arial, BoldItalic' Some charachters may not 
display or print correctly.
Arial BoldItalics was fine in previous version.
snippet of config.xml


  font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file=
  font-triplet name=Arial style=normal weight=normal/
  /font

  font metrics-file=/nas/web/fonts/arialbd.xml kerning=yes embed-file=
  font-triplet name=ArialBD style=normal weight=normal/
  /font

  font metrics-file=/nas/web/fonts/arialbi.xml kerning=yes embed-file=
  font-triplet name=ArialBDI style=normal weight=normal/
  /font

  font metrics-file=/nas/web/fonts/ariali.xml kerning=yes embed-file=
  font-triplet name=ArialI style=normal weight=normal/
  /font


Thanks.

Lucian Opris
Programmer Analyst 
[EMAIL PROTECTED]
BlueMatrix
212 475 9330

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 10:23 AM
To: [EMAIL PROTECTED]
Subject: RE: fo:basic-link


From: Lucian Opris [EMAIL PROTECTED]

I've notice that the actual internal link is on the same line but starts on 
body region and the text remains on start region. Very strange. I'm using  
FOP 0.20.4.
Thanks


This could be the famous Hotspot offset bug. This bug has been partly fixed 
in 0.20.5. I suggest you upgrade.

Chris

_
On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile


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



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



fo:basic-link

2003-09-16 Thread Lucian Opris
Hi,
I've tried to use fo:basic-link internal-destination= in region-start 
section but no result came out.
It's fine if I'm using the same code in regin-body. Do you know a fix for that 
or is a bug?
Thanks a lot

Lucian Opris


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



test if a file exist

2003-06-12 Thread Lucian Opris
Hi,
This is xsl question? How can I test if a file exist on disk through xsl? It 
throws out this message:

org.apache.fop.apps.FOPException: java.lang.NoSuchMethodException: For 
extension function, could not find method 
java.io.File.exists([ExpressionContext,] #STRING).
Checked both static and instance methods.
at org.apache.fop.apps.CommandLineStarter.run(Unknown Source)
at org.apache.fop.apps.Fop.main(Unknown Source)

-

java.lang.RuntimeException: java.lang.NoSuchMethodException: For extension 
function, could not find method java.io.File.exists([ExpressionContext,] 
#STRING).
Checked both static and instance methods.
at 
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3231)

The xsl line looks like this:
xsl:if test=file:exists('/nas/web/clients/demo/images/image_upload/')
...
/xsl:if
Sorry for this off-topic question.
Thanks

Lucian Opris

[EMAIL PROTECTED]


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



RE: test if a file exist

2003-06-12 Thread Lucian Opris
I'm using xalan XSL processor and I couldn't find anything for checking the 
existence of a file on disk.
Examples would be great.
Any help appreciately
Thanks a lot

Lucian Opris



 How can I test if a file exist on disk through xsl? It throws out this message:

org.apache.fop.apps.FOPException: java.lang.NoSuchMethodException: For 
extension function, could not find method 
java.io.File.exists([ExpressionContext,] #STRING).
Checked both static and instance methods.
at org.apache.fop.apps.CommandLineStarter.run(Unknown Source)
at org.apache.fop.apps.Fop.main(Unknown Source)

-

java.lang.RuntimeException: java.lang.NoSuchMethodException: For extension 
function, could not find method java.io.File.exists([ExpressionContext,] 
#STRING).
Checked both static and instance methods.
at 
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3231)

The xsl line looks like this:
xsl:if test=file:exists('/nas/web/clients/demo/images/image_upload/')
...
/xsl:if
Sorry for this off-topic question.
Thanks

Lucian Opris

[EMAIL PROTECTED]


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



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



RE: embedded problem

2003-03-04 Thread Lucian Opris
Hi,
I'm using Adobe 5.0
-Type 1 font
-previous is 0.20.4
font metrics-file=/nas/web/fonts/ITCGaraBold.xml 
  kerning=yes 
  embed-file=/nas/web/fonts/GAB_.PFB
font-triplet name=AGaramondBD style=normal weight=normal/
/font
fop log see attachment
Thanks

Lucian Opris


-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 10:06 AM
To: [EMAIL PROTECTED]
Subject: Re: embedded problem


- Which program do you use to open the PDF? Acrobat Reader? Which
  version?
- Is the Garamond font a TrueType or a Type 1 font?
- Previous version: do you refer to 0.20.4?
- What does the font element in userconfig.xml for Garamond look like?
- What's FOP's log when you generate the PDF?

From 0.20.4 to 0.20.5 there have been changes in font support but they
should be backwards-compatible. The only thing that comes to my mind is
the filenames/URLs referencing the font files. Handling has changed a
bit.

On 04.03.2003 15:23:58 Lucian Opris wrote:
 I'm getting errors when I'm trying to open up a pdf created by
 fop-20.5rc cannot extract embedded  Garamond font. It was fine in
 previous version. I'm using the same userconfig.xml.



Jeremias Maerki


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



[DEBUG] Input mode: 
[DEBUG] xslt transformation
[DEBUG] xml input file: /nas/web/tmp/filexImriL
[DEBUG] xslt stylesheet: /nas/web/clients/sndv/style/sndv_company_pdf_fop.xsl
[DEBUG] Output mode: 
[DEBUG] pdf
[DEBUG] output file: /nas/web/clients/demo/docs/pdf/3850.pdf
[DEBUG] OPTIONS
[DEBUG] user configuration file: /nas/web/fonts/config-fonts.xml
[DEBUG] debug mode on
[DEBUG] dump configuration
[DEBUG] quiet mode on
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] base directory: file:/nas/web/tmp/
[INFO] FOP 0.20.5rc2
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[INFO] [1]
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[WARNING] Sum of fixed column widths 364250 greater than maximum specified IPD 
362551
[ERROR] unknown font GaramondBook,italic,normal so defaulted font to any
[ERROR] unknown font GaramondBook,italic,normal so defaulted font to any
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 80787 greater than maximum specified IPD 
80537
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 76533 greater than maximum specified IPD 
75785
[WARNING] Sum of fixed column widths 178582 greater than maximum specified IPD 
164409
[INFO] [2]
[ERROR] unknown font GaramondBook,italic,normal so defaulted font to any
[ERROR] unknown font GaramondBook,italic,normal so defaulted font to any
[ERROR] unknown font GaramondBook,italic,normal so defaulted font to any
[WARNING] Sum of fixed column widths 436251 greater than maximum specified IPD 
428251
[INFO] [3]
[INFO] [4]
[INFO] [5]
[INFO] [6]
[INFO] [7]
[INFO] [8]
[INFO] [9]
[INFO] [10]
[INFO] [11]
[INFO] [12]
[INFO] [13]
[INFO] [14]
[INFO] [15]
[ERROR] Error while creating area : Error while recovering Image Informations 
(file:/nas/web/charts/clients/6317/out/table/.gif) : 
/nas/web/charts/clients/6317/out/table/.gif (No such file or directory)
[INFO] [16]
[DEBUG] Last page-sequence produced 16

SVG scaleable

2003-03-03 Thread Lucian Opris
Hi,
Is there a way to scale svg images into wysiwyg editor by draging the image and 
take the width and height of IMG attributes in editor not the width and height 
that resides into svg file? I've tried using the width, 
height,content-width=auto and content-height=auto attributes of the 
fo:external-graphic but I've got no results.
Thanks a lot



Lucian Opris




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



RE: region-start

2003-03-03 Thread Lucian Opris
Thank you, It worked fine.

Lucian Opris







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



cuts off words in FOP

2003-02-28 Thread Lucian Opris

Hi,
When I'm using line-height in a block and the text flows on next page the first 
word that drop on the next page is cut off. DO you know any fix for that?
Thanks a lot
Lucian Opris




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



RE: cuts off words in FOP

2003-02-28 Thread Lucian Opris



I don't want to keep the text together. It should go on the next 
page but without cutting off some letters from the first word. I've noticed that 
when I was using line-height for fo:block.
Thanks

Lucian Opris

  -Original Message-From: Peter Solberg 
  [mailto:[EMAIL PROTECTED]Sent: Friday, February 28, 2003 2:50 
  PMTo: [EMAIL PROTECTED]Subject: Re: cuts off words 
  in FOP
  
  
  encloose the text in block-container and then add the attribute 
  keep-together="always". That will keep the text together... if it is 
  enclosed by a fo:table-row, you can use the same thing.
  Hope that helps
  Pete Solberg
  
  From: "Lucian Opris" <[EMAIL PROTECTED]>
  Reply-To: [EMAIL PROTECTED] 
  To: <[EMAIL PROTECTED]>
  Subject: cuts off words in FOP 
  Date: Fri, 28 Feb 2003 14:36:58 -0500 
   
   
  Hi, 
  When I'm using line-height in a block and the text flows on 
  next page the first word that drop on the next page is cut off. DO you know 
  any fix for that? 
  Thanks a lot 
  Lucian Opris 
   
   
   
   
  - 

  To unsubscribe, e-mail: [EMAIL PROTECTED] 
  For additional commands, e-mail: [EMAIL PROTECTED] 
  
  
  Add photos to your messages with MSN 
  8. Get 2 months FREE*. 
  - To 
  unsubscribe, e-mail: [EMAIL PROTECTED] For additional 
  commands, e-mail: [EMAIL PROTECTED] 


EMF TO WMF

2003-02-27 Thread Lucian Opris
Hi,

Does anybody know how to convert EMF file to WMF?

Thanks a lot 

Lucian Opris




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



gif or jpg to svg

2003-02-06 Thread Lucian Opris

Hi,
Is there a tool that converts raster file (gif, jpg etc) to svg file on unix 
platform?
Thanks a lot

Lucian Opris




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



external-destination

2003-02-03 Thread Lucian Opris

Hi,
The external-destination on basic-link is not working if I save the pdf 
locally. I'm getting the following massage The specified file 
http:/...com/pdf/test.pdf does not exist but I can see the pdf in browser. 
It worked fine when I open the pdf in browser.
Thanks
Lucian Opris




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



RE: external-destination

2003-02-03 Thread Lucian Opris
Hi,
I'm using Adobe to see the pdf. The issue is only when I've tried to use a pdf 
as external-destination; if I'm using another extension for that file (.xml, 
.xsl etc.) the link is fine when I save the pdf locally.
Thanks

Lucian Opris




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



ITC Garamond Bold

2003-01-16 Thread Lucian Opris

Hi,
I've purchase the ITC Garamond Bold font and it comes with .AFM and .PFB. Is it 
a way to convert a AFT or PFB file into TTF or PFM file? I need PFM and TTF 
because a have installed only TTFReader and TTFReader. Or maybe, there is a 
font free source?
Thanks 
Lucian Opris



GAB_.AFM
Description: Binary data


GAB_.PFB
Description: Binary data


GAB_.INF
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JPG to SVG

2002-12-12 Thread Lucian Opris
Hi,
Is there a way (tool) to convert the jpg, tif or gif file into svg file?
Lucian Opris




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



RE: JPG to SVG

2002-12-12 Thread Lucian Opris
Thanks a lot

Lucian Opris


-Original Message-
From: Victor Mote [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 12, 2002 3:48 PM
To: [EMAIL PROTECTED]
Subject: RE: JPG to SVG


Lucian Opris wrote:

 Is there a way (tool) to convert the jpg, tif or gif file into svg file?
 Lucian Opris

Adobe has a product called Streamline that is a starting place to convert
raster images to vector images. You probably need some other tools (like
Illustrator or another vector editing package) to clean the image up, and to
convert it to SVG (Streamline hasn't been updated in quite a while 
probably predates SVG). This is not a straightforward operation. I think a
lot of graphics professionals use tracing tools to do the same sort of
thing. It may be better in many cases (depending on the image) to start from
scratch with a vector editing tool.

Victor Mote


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



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



RE: embedding FOP

2002-12-12 Thread Lucian Opris



Hi,
Could 
anyone explain step by step, how can I embed userconfig.xml in FopServlet? I'm 
using Tomcat webserver. I'm assuming, I have tore-build somejava 
file but I don't know which ones.
Thanks 
in advance for any help.
P.S.Exemple of FOPServlet would be great
Lucian Opris