bug? fop -nocopy -noedit and own fonts

2004-06-20 Thread [EMAIL PROTECTED]
in my xsl-fo file i use an own font-family converted from a ttf font. 
this works very well. but when i run fop with -nocopy -noedit -o 
secret then my acrobat can't read the (embeded) font information and 
tries to use a default font. which makes the dokument look very odd...

is this a bug?
markus
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: fop and fonts in embeded svg graphics?

2004-06-20 Thread Jeremias Maerki
Are your userconfig.xml files the same? This sounds like a difference in
the strokeSVGText 
(http://xml.apache.org/fop/configuration.html#svg-strokeSVGText)
config entry. Also, since this happens in an SVG/Batik context this may
be due to differences between the Windows und Linux font subsystems. Try
using a different font just to see if this changes anything.

On 20.06.2004 11:33:11 [EMAIL PROTECTED] wrote:
 in my xsl-fo file i have embeded serveral svg-graphics. in this graphics 
 i use svg:text font-family=monospace to print out a 
 monospaced/courier like font.
 i get two different results with fop under linux and windows.
 with the windows-version the text is graphic i can't edit with the 
 touchup-tool in acrobat. the font-dialog in acrobat also doesn't know 
 anything about that monospaced font.
 when i run the linux-version of fop i can edit the svg-text in acrobat 
 and the fontdialog says that Courier is embeded...
 
 what is wrong? i want to use svg-graphic-text so that the text can't be 
 changed that easy in the pdf-document...


Jeremias Maerki


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



Re: bug? fop -nocopy -noedit and own fonts

2004-06-20 Thread Jeremias Maerki
Yes, I think this is a known bug. I'm too lazy to look up the Bugzilla
entry, but it has to do with the way encryption is implemented in FOP
0.20.5. Not all PDF elements are properly encrypted. This is already
fixed in FOP Dev but I guess that won't help you right now.

On 20.06.2004 11:35:19 [EMAIL PROTECTED] wrote:
 in my xsl-fo file i use an own font-family converted from a ttf font. 
 this works very well. but when i run fop with -nocopy -noedit -o 
 secret then my acrobat can't read the (embeded) font information and 
 tries to use a default font. which makes the dokument look very odd...
 
 is this a bug?


Jeremias Maerki


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



Re: want to fop to generate ZapfDingbats scissors character

2004-06-20 Thread Jeremias Maerki
Have a look at FOP's output. It tells you that 
[ERROR] property - font is not implemented yet.

Change font=11pt ZapfDingbats to font-size=11pt
font-family=ZapfDingbats and it'll work.

On 18.06.2004 15:37:43 Robert.Walker wrote:
 hi all, I am using FOP to go from xml-to-pdf and have a remmitence stub
 that has a dotted line indicating where to cut it off and mail it in,
 
 then I saw this neat ZapfDingbats scissor char [x2702]
 at http://www.renderx.com/Tests/zapf-dingbats.pdf 
 and would like to put this precedding the dots, making it a bit fancier.
 The above URL shows fine in IE when running via web, but
 when I download the example http://www.renderx.com/Tests/zapf-dingbats.fo
 locally and run with 
 java org.apache.fop.apps.Fop zapf-dingbats.fo zapf-dingbats.pdf
 my resultant zapf-dingbats.pdf   has   the   #character for every neat
 char in the 
 ZapfDingbats font set.
 
 whats happening?


Jeremias Maerki


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



Re: Hyphenation foundry

2004-06-20 Thread Simon Pepping
Jörg,

On Wed, Jun 16, 2004 at 11:15:42PM +0200, J.Pietschmann wrote:
 Simon Pepping wrote:
 I think it is time to create a project for the hyphenation files at
 Sourceforge. The project should be a home for all sorts of accessories
 to FOP, or even to FO processors in general. Do you want to
 participate? Do you know a nice name?
 
 Well, sf.net would appeal to a larger body of developers, I think,
 and is certainly easier to menage for small projects, but we
 can also ask on jakarta-commons, xml-commons and even declare it
 a FOP (or XML graphics) subproject.

It is up to you to decide where you want your efforts to be host it. I
am happy to present it in a sf.net project, but there is little more
that I can do. Do you want to pursue these efforts further, or do you
want to make them available to others who might be interested? I am
afraid that is always a difficult proposition without active
recruitment.
 
 Anyway, I just uploaded
  http://cvs.apache.org/~pietsch/t.tar.gz
 which contains several unfinished stuff I produced the last year:
 - Utilities to generate tables for the Unicode line break property
 - A class keeping a line break state according to TR14, which should
   be easier to usee than the java.text.BreakIterator for FOP
 - A Java port of MySpell
 - An attempt at providing a layered hierarchy for spell checking
  and hyphenation interfaces.
 - A Java port of the link grammar parser (incomplete, badly designed,
  buggy and without approvement of the original authors, *please* use
  only for personal study, don't redistribute).
 - An attempt at a morphological analyzer for german words.
 Somehow, the simple port of patgen as well as other attempts at
 simplifying the current FOP hyphenator are missing, I hope I
 remember to upload them tomorrow.

I see in the tar file two parts: java code and data. Would it be
useful to indicate which parts of the code belong to each of the above
items?

  buggy and without approvement of the original authors, *please* use
  only for personal study, don't redistribute).

This would not exclude making it available on a public web page?

Regarding your items to chew on, would you want these to be part of a
web page for this code?

Regards, Simon

-- 
Simon Pepping
home page: http://www.leverkruid.nl


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



Re: Hyphenation foundry

2004-06-20 Thread Simon Pepping
I would like some rather different ideas:

FOX or FO-extra
AmFOra: an amphora for FO goodies
EuFOria: FO goodies that make FO users euphoric
Well-FO-Armed

Simon

On Wed, Jun 16, 2004 at 01:40:21PM -0700, Clay Leeds wrote:
 Sure! I'd love to participate! I don't know how yet, though...

Such a project brings always more work with it than I care to do :-)

-- 
Simon Pepping
home page: http://www.leverkruid.nl


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



Re: Hyphenation foundry

2004-06-20 Thread Clay Leeds
On Jun 20, 2004, at 12:14 PM, Simon Pepping wrote:
Jörg,
On Wed, Jun 16, 2004 at 11:15:42PM +0200, J.Pietschmann wrote:
Simon Pepping wrote:
I think it is time to create a project for the hyphenation files at
Sourceforge. The project should be a home for all sorts of 
accessories
to FOP, or even to FO processors in general. Do you want to
participate? Do you know a nice name?
Well, sf.net would appeal to a larger body of developers, I think,
and is certainly easier to menage for small projects, but we
can also ask on jakarta-commons, xml-commons and even declare it
a FOP (or XML graphics) subproject.
It is up to you to decide where you want your efforts to be host it. I
am happy to present it in a sf.net project, but there is little more
that I can do. Do you want to pursue these efforts further, or do you
want to make them available to others who might be interested? I am
afraid that is always a difficult proposition without active
recruitment.
Echoing Simon... Bring it on! The more (components, peripherals  toys) 
the merrier!... However if active recruitment is required be prepared 
for... well, active recruiting...

as for a project name, how about calling it:
The XSL-FO Toybox
=
http://xslfo-toy-box.sourceforge.net/
or simply:
The Toybox
=
http://toybox.sourceforge.net/
or:
Toys

http://toys.sourceforge.net/
Toys for Geeks
==
http://toys-for-geeks.sourceforge.net/
XML Toys

http://xmltoys.sourceforge.net/
Java XML Toys
=
http://javaxmltoys.sourceforge.net/
or something... I think I like XMLToys...
Anyway, I just uploaded
 http://cvs.apache.org/~pietsch/t.tar.gz
which contains several unfinished stuff I produced the last year:
- Utilities to generate tables for the Unicode line break property
- A class keeping a line break state according to TR14, which should
  be easier to usee than the java.text.BreakIterator for FOP
- A Java port of MySpell
- An attempt at providing a layered hierarchy for spell checking
 and hyphenation interfaces.
- A Java port of the link grammar parser (incomplete, badly designed,
 buggy and without approvement of the original authors, *please* use
 only for personal study, don't redistribute).
- An attempt at a morphological analyzer for german words.
Somehow, the simple port of patgen as well as other attempts at
simplifying the current FOP hyphenator are missing, I hope I
remember to upload them tomorrow.
I see in the tar file two parts: java code and data. Would it be
useful to indicate which parts of the code belong to each of the above
items?
Perhaps a classification system such as this for the
project-name/applications/[insert apps here]
project-name/peripherals/[insert peripherals here]
project-name/examples/[insert examples here]
project-name/so-on/[insert so-on here]
project-name/docs/[insert docs here]
project-name/wiki/[insert wiki here]

 buggy and without approvement of the original authors, *please* use
 only for personal study, don't redistribute).
This would not exclude making it available on a public web page?
Regarding your items to chew on, would you want these to be part of a
web page for this code?
Regards, Simon
--
Simon Pepping
home page: http://www.leverkruid.nl
Sounds llike something of a non-trivial undertaking... :-) Sounds like 
fun!

Web Maestro Clay - [EMAIL PROTECTED]
---
My religion is simple. My religion is kindness.
- His Holiness the 14th Dalai Lama of Tibet
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Hyphenation foundry

2004-06-20 Thread J.Pietschmann
Simon Pepping wrote:
Do you want to pursue these efforts further, or do you
want to make them available to others who might be interested?
I wanted to make my current code available to others, in particular
the PatGen port (which unfortunately went missing), in order to
avoid unnecessary duplication  of work.
This would not exclude making it available on a public web page?
Yes. I'll replace the tarball with another one without the link
parser but including the PatGen code. Unfortunately I detected the
problem only after I uploaded the file and started composing the
message, and I thought I'd leave it for now lest the other work
go unnoticed.
Regarding your items to chew on, would you want these to be part of a
web page for this code?
Why not?
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]