RE: windows-1250 charset support

2005-02-22 Thread Michal Bachorik
Sorry guys for that attachment .. I didn't notice that I'm replying to
list. :(

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



RE: windows-1250 charset support

2005-02-22 Thread Michal Bachorik
Do you have some CE windows installation? (czech, polish, slovak ..?)

You just need font files form windows/fonts dir and FOP instalation. Then you 
should use TTF command line utitity to generate metrics files .. 

I attached archive with sample font files, metrics file, conf file and TTF.bat.

Just copy everything into FOP dir .. Then you can use ttf.bat for generating 
metrics files form fonts.

 

-Original Message-
From: Sönke Ruempler [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 9:00 PM
To: [EMAIL PROTECTED]
Subject: RE: windows-1250 charset support

Hi Michael,

Michal Bachorik  wrote on Tuesday, February 22, 2005 
8:46 PM:

> I think it is possible to use win-1250, but you should rather use 
> iso-8859-2 encoding (it's also central european charset)

Hehe I know, but it's impossible because of historical reasons :(((

> ... However, to use (and see) correct central european chars, you have 
> to generate metrics files from central european font files (eg Arial 
> CE, Courierr New CE etc.)

Ok, do you have a link for me with a howto? ;)

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





FOP_TTF.rar
Description: FOP_TTF.rar
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hyperlinks within a table

2005-02-22 Thread Puppala, Kumar (LNG-DAY)








Hyper-linking does not seem to be working properly within a
table cell if the data in that table cell is aligned using the property
display-align="after". I did not have any problem if the property
value was either 'before' or 'center'. Is this a known
issue ?

 

Thanks,

Kumar Puppala

 








Re: repeating column cell

2005-02-22 Thread J.Pietschmann
Rymasz Jacky wrote:
I'm quite new to FOP and I don't really see what you mean by "overlapping
region-before" and "marker".
Can you give me a snippet of code so I can see exactly what you mean?
In the meantime I'm gonna check in the doc what region-before and marker are
doing.
Something like
  ...
  
  
 
  

 ... table suff, duplicate column settings...
 
 


Re: windows-1250 charset support

2005-02-22 Thread J.Pietschmann
Sönke Ruempler wrote:
does fop support 'windows-1250' charset? I had no luck and got
characters like '#'.
This is a FAQ. See
 http://xml.apache.org/fop/faq.html#pdf-characters
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: windows-1250 charset support

2005-02-22 Thread Sönke Ruempler
Hi Michael,

Michal Bachorik  wrote on Tuesday, February
22, 2005 8:46 PM:

> I think it is possible to use win-1250, but you should rather
> use iso-8859-2 encoding (it's also central european charset)

Hehe I know, but it's impossible because of historical reasons :(((

> ... However, to use (and see) correct central european chars,
> you have to generate metrics files from central european font
> files (eg Arial CE, Courierr New CE etc.)

Ok, do you have a link for me with a howto? ;)

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



RE: windows-1250 charset support

2005-02-22 Thread Michal Bachorik
I think it is possible to use win-1250, but you should rather use iso-8859-2 
encoding (it's also central european charset) ... However, to use (and see) 
correct central european chars, you have to generate metrics files from central 
european font files (eg Arial CE, Courierr New CE etc.)

-Original Message-
From: Sönke Ruempler [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 8:41 PM
To: [EMAIL PROTECTED]
Subject: windows-1250 charset support

Hi,

does fop support 'windows-1250' charset? I had no luck and got characters like 
'#'.

Thx for answer.

--

soenke

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



Alternating images.

2005-02-22 Thread Jaysheel Bhavsar
Hi guys,
Here is what I kind of wanted to do. I am creating a dynamic PDF
that is made up of 4 main sections. What I wanted to do is on page one
or each section have Image 1 and rest of the pages of that section gets
Image 2. How can I do a check to see what section and what page I am on?
I know for a fact that Section one will have multiple pages but I don't
know how many. Section 2 could possible have multiple pages and section
3 and 4 which are the second last and last page of the PDF document will
always be one page each.

Any Ideas how I can do a check. May be I can put a hidden value or
something in each page, and then I do a check for that value in the XSL
sheet if it matches the print Image 1 else print Image 2. 

By the way I wanted these Images in the footer of the page.

Thanks for your help.

Jaysheel.

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



windows-1250 charset support

2005-02-22 Thread Sönke Ruempler
Hi,

does fop support 'windows-1250' charset? I had no luck and got
characters like '#'.

Thx for answer.

--

soenke

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



Re: fop error - Too many open files

2005-02-22 Thread Elton Simões Baptista
usando ulimit -n 64000 aumentamos o numero de arquivos, resolve
solve the problem
J.Pietschmann wrote:
Elton Simões Baptista wrote:
[EMAIL PROTECTED] dbf]$
[EMAIL PROTECTED] dbf]$  fop.sh cat-scania.fo -pdf cat-scania.pdf
Your JRE seems to have difficulties with disposing unused File
objects in time. Well, maybe FOP has indeed an object leak, it's
quite hard to tell from a quick glance at the code.
Some possible solutions:
- Track down the part in the JPG reader after which the
 all data has been read, and close the connection explicitely
- Convert the images into another format, like GIF or BMP, which
 is processed differently and wont have the same problem. In
 particular you'll probably get quite different effects if you
 use GIF images.
- Increase the number of file handles for your user processes,
 or the hard file handle limit in the kernel. Reboot.
- Render the document piecewise, and use another PDF library
 like iText to concat the pieces.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--

Elton Simões Baptista 
elton at cipec com br

Cipec Autopeças Ltda
Fone: +55 19 3834.9817

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


Re: CSS Mailing list.

2005-02-22 Thread Glen Mazza
Google "CSS Mailing List".

Glen

--- "Puppala, Kumar (LNG-DAY)"
<[EMAIL PROTECTED]> wrote:

> Does anyone know a mailing list where I can post CSS
> related questions?
> 
> Thanks,
> Kumar Puppala
> 
> 
>
-
> 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]



[ANN] XSLfast 2.0 beta available

2005-02-22 Thread Gerd Napieraj
jCatalog Software AG announces the availability of XSLfast 2.0 beta
We are pleased to announce the availability of the 2.0 beta of XSLfast.
XSLfast is the market leading graphical editor for XSL documents. Since 
the Year 2000 we have
provided worldwide customers with our easy-to-use Design and Authoring 
tool for XSL:FO.
Our latest release, version 2.0, will be a major upgrade that provides a 
simplified user interface, improved performance and many new features. 
Examples of the areas we have improved include:

- working with tables has been simplified
- multiple pages and reusable layouts can now be integrated in one template
- table rows and table cells can be given a background image
- you can now organize different layers and sort your components  within 
them
- attributes contained in XML files are now shown in the XML structure 
window
- the contents of XML nodes can now be displayed as a list, with different
kinds of lists
- and many more!

Please download your free evaluation copy at
http://www.xslfast.com
With best regards
Gerd Napieraj
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


CSS Mailing list.

2005-02-22 Thread Puppala, Kumar (LNG-DAY)
Does anyone know a mailing list where I can post CSS related questions?

Thanks,
Kumar Puppala


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



Re: XSLT Question

2005-02-22 Thread Kai Hackemesser
Hi, Jay, hi, all,

I'm currently close to a solution I was thinking of. but currently I don't
understand following:

This is the beginning of my new call template. As branch I support a list of
nodes for the tree's next level. As tree-structure-string I support the list
of currently needed images (in form of a string) before this tree branch. in
the for-each I decide for each element if it is the last one or not, needed
for finding the image to be added in this tree level and for the next level.


So far for now, but when I tried to debug the XSL Transformation I found
that $tree-structure-new-branch is not set to a value. In my case it took
the xsl:otherwise route, but value isn't set. What did I wrong? 

Regards,
Kai

   
  
  
  
 

   
   
  
   
   
  
   

 


> Hi, Jay,
> 
> I try your solution tomorrow to see how it looks like. If I found a better
> solution I will tell you here :-) 
> 
> But many thanks for your hints!
> 
> Kai
> 
> 
> > Hi, Kai,
> > 
> > The following stylesheet, applied to the following XML (an extension of 
> > your example), generates the same tree view as used by the Acrobat
> Reader 
> > (at least in version 7):
> > 
> > XSL:
> > 
> > 
> >  >   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> > >
> > 
> >   
> > 
> >   
> > Test
> >   
> >   
> > <!--
> >   td {font-family:monospace}
> > -->
> >   
> >   
> > 
> >   
> > 
> >   
> > 
> >   
> > 
> >   
> > 
> >   
> > 
> >   
> > 
> >     
> > 
> > 
> >   | 
> > 
> >   
> > 
> > 
> >   
> >  -
> > 
> >   
> >   
> > |-
> >   
> > 
> > 
> >   
> > 
> >   
> > 
> >   
> > 
> >   
> > 
> > 
> > 
> > XML:
> > 
> >   
> > 
> >
> >  
> >
> >  
> >
> >
> >  
> >
> >
> >  
> >
> >  
> >
> >
> >  
> >
> >
> >  
> >
> >
> >  
> >
> >  
> >
> >
> >  
> >
> >
> >  
> >
> >  
> >
> > 
> >   
> > 
> > 
> > Note that the relation elements and Level attributes are unnecessary. If
> > you have control over the application that generates the XML, you could 
> > eliminate them. In that case you could alse eliminate the
> match="relation"
> > template in the XSL.
> > 
> > If you want a line down the left-most edge, I'll have to leave that to 
> > you. I have run out of the time that I can spend on someone else's 
> > project. I did enjoy having something different to work on, though.
> > 
> > Thanks.
> > 
> > Jay Bryant
> > Bryant Communication Services
> > (presently consulting at Synergistic Solution Technologies)
> > 
> > 
> > 
> > 
> > "Kai Hackemesser" <[EMAIL PROTECTED]> 
> > 02/21/2005 11:45 AM
> > Please respond to
> > [EMAIL PROTECTED]
> > 
> > 
> > To
> > [EMAIL PROTECTED]
> > cc
> > 
> > Subject
> > Re: XSLT Question
> > 
> > 
> > 
> > 
> > 
> > 
> > Hi J,
> > 
> > Partly you are right, with your test I can tell what image I need for
> the
> > current level of the tree, but I can't see how to retrieve the required
> > images from lower levels. the test you described needs to be done for 
> > every
> > element up to level 0. It's not just the Indent which I want to show,
> but
> > also some lines and branches, depending from the structure. Like the 
> > folder
> > tree in an windows explorer window. 
> > 
> > Ciao!
> > Kai
> > 
> > > Hi, Kai,
> > > 
> > > I don't think you need to call a template for that. You can test for
> the
> > 
> > > characteristics of the  node from within the matching template and get
> > the
> > > image you need.
> > > 
> > > Several xsl:when statements within an xsl:choose block should let you 
> > > figure out which images to use when. For example,  > > test="generate-id(.)=generate-id(../*[last()])"> will tell you whether
> > the
> > > current node is the last child node of its parent. Also, to indent 
> > > properly, you can read the Level attribute and put the appropriate 
> > number 
> > > of indentation objects (blank table cells, spaces, whatever you use) 
> > > before the image.
> > > 
> > > J
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---

Re: Problem with report tail

2005-02-22 Thread Miroslav Pukhalsky
Hi!

The next construction also do not work properly...

http://www.w3.org/1999/XSL/Transform"; 
xmlns:fo="http://www.w3.org/1999/XSL/Format"; 
exclude-result-prefixes="fo">



http://www.w3.org/1999/XSL/Format";>















































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



RE: repeating column cell

2005-02-22 Thread Rymasz Jacky
Thank you very much for answering ;)

I'm quite new to FOP and I don't really see what you mean by "overlapping
region-before" and "marker".
Can you give me a snippet of code so I can see exactly what you mean?
In the meantime I'm gonna check in the doc what region-before and marker are
doing.
Thx again ;)

Jack

PS: I'm using FOP 0.20.5RC2 for info.


-Message d'origine-
De : J.Pietschmann [mailto:[EMAIL PROTECTED]
Envoyé : lun. 21 février 2005 22:10
À : [EMAIL PROTECTED]
Objet : Re: repeating column cell


Rymasz Jacky wrote:
> I've got a table with 2 colums.
> The first colum is a title (kind of header) and the second column contains
a
> lot of text of unknown size.
> The text in the second coloumn can be so big that it can overlap several
> pages.
> I would like to have the title of the first column to repeat itself from
> page to page

The spec doesn't provide a construct for an easy solution
to your problem.
You can try to fake the effect by using an overlapping
region-before and a marker.

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]