Re: Problem with TTFReader FileNotFoundException

2005-03-23 Thread Chris Bowditch
java -cp "fop.jar;avalon-framework.jar;xml-apis.jar;xercesImpl.jar;xalan.jar" org.apache.fop.fonts.apps.TTFReader -enc ansi C:\downloads\FADO\PDFBox\fonts\f\pala.ttf C:\downloads\FADO\PDFBox\fonts\f\pala.xml Chris ---

Re: Inserting a background image.

2005-03-21 Thread Chris Bowditch
file." Any suggestion or pointer will he highly appreciated. I think you are asking how to insert a TIF as a background of an already existing PDF? Whats that got to do with XSL-FO or FOP? You can try looking at iText which is a Java API for manipulating PDFs? http://www.lowagie.com/iT

Re: Leader dots not showing up and "Compilation exited abnormally with code 255 at Wed Mar 09 14:20:11"

2005-03-10 Thread Chris Bowditch
that the block only has 1 line) Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTML Tables converted to FO Tables

2005-03-10 Thread Chris Bowditch
Eckbert P. Dollhofer wrote: Hm? Are there any FO Formatters alternativ to apache-fop that will render tables with table-layout="auto" to pdf? Would be off a big help! Yes. Try XEP 4 from RenderX Chris - To unsubscri

Re: FopServlet

2005-03-09 Thread Chris Bowditch
guess where. See the website for more examples: http://xml.apache.org/fop/embedding.html Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to adjust row width for overflowing text ?

2005-03-09 Thread Chris Bowditch
seems to be working..I have also tried the property but this doesnt work... Unfortunately line-height hasnt yet been implemented on . Try putting line-height on parent Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Simple form?

2005-03-09 Thread Chris Bowditch
could not find any example with thois feature. Have you tried ? E.g. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Simple form?

2005-03-09 Thread Chris Bowditch
could not find any example with thois feature. Have you tried ? E.g. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: impositions

2005-03-08 Thread Chris Bowditch
you looked at iText Java API? Its a tool that manipulates PDF. Might be a bit too low level for your needs, but I havent come across a pdfup utility. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Images and https

2005-03-08 Thread Chris Bowditch
deas. This is a problem with the configuration of HTTPS in Java. I dont know anything about configuring HTTPS for Java, as this is the FOP user list. Post your error on a Java/HTTPS forum. Chris - To unsubscribe, e-mail: [EMAIL

Re: Error:

2005-03-07 Thread Chris Bowditch
an.bat (in FOP distribution) from command line. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do you switch between page-sequences?

2005-03-07 Thread Chris Bowditch
question and the lack of response is because this sort of question is better suited to an XSLT list. Try posting on the mulberry list: http://lists.mulberrytech.com/xsl-list/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: external graphic scaling

2005-03-03 Thread Chris Bowditch
idea to use px as a measurement. Use cm, mm or in instead. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using FOP with docbook

2005-03-03 Thread Chris Bowditch
blind table if necessary. Is the new FOP in development ready to be used, or should I stick with the current released version? Unfortunately the development version of FOP is not ready for production use, and keep-* properties havent been implemented there yet. Chris

Re: Out of Memory problem

2005-02-24 Thread Chris Bowditch
whatever script starts your Java VM and specify command line parameter -Xmx256M. The default is 64Mb, which isnt sufficient due to the large number of glyphs in The Arial Unicode font. Chris - To unsubscribe, e-mail: [EMAIL

Re: Blank Pages between Page Sequences.

2005-02-24 Thread Chris Bowditch
appreciated. This is a FAQ. See: http://xml.apache.org/fop/faq.html#blank-page-between-page-sequences Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Printing PDF with background image

2005-02-21 Thread Chris Bowditch
Jeremias Maerki wrote: On 18.02.2005 11:18:21 Chris Bowditch wrote: Java 1.5, also has support for printing PDFs. Although other users on this list have reported problems rendering XSL-FO using FOP on JDK 1.5 Others may know of other tools that can be used to print a PDF That Java 1.5 has

Re: Problem with report tail

2005-02-21 Thread Chris Bowditch
Miroslav Pukhalsky wrote: Hi! Chris Bowditch wrote: If you need to ensure content is always placed at the bottom of the last page, then I suggest you try putting this content into a fo:footnote. Sorry, but footnotes not workin properly. If body has more than one page, footnote prints on the first

Re: Problem with report tail

2005-02-18 Thread Chris Bowditch
David Causse wrote: Chris Bowditch wrote: You can place your tail content into a table with 1 row and 1 cell, and put keep-together="always" on the table-row. This should have the desired effect. Hi, but how do you force the tail to be placed at the bottom of the page 2 if 2 pages

Re: Problem with report tail

2005-02-18 Thread Chris Bowditch
quot; on a block to achieve what you want. However, keep-together is only supported on a table-row in FOP. You can place your tail content into a table with 1 row and 1 cell, and put keep-together="always" on the table-row. This should have the des

Re: Problem with report tail

2005-02-18 Thread Chris Bowditch
ted by FOP 0.20.5 Hope that solves your problem of last page/footer. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Printing PDF with background image

2005-02-18 Thread Chris Bowditch
users on this list have reported problems rendering XSL-FO using FOP on JDK 1.5 Others may know of other tools that can be used to print a PDF Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Version from CVS building...

2005-02-15 Thread Chris Bowditch
s... minor correction: table footers have been implemented thanks to Jeremias. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: are there alternatives to Apache FOP?

2005-02-11 Thread Chris Bowditch
doesn't look nice) So what are the currently available alternatives? Well there are a few commercial alternatives, the most established being; - Antenna House has already been mentioned, - RenderX's XEP www.renderx.com Chris --

Re: Newspaper layout

2005-02-11 Thread Chris Bowditch
fixed tables? Yes, use the column-count property on fo:region-body element of the fo:simple-page-master. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why none replies to FOA experience

2005-02-11 Thread Chris Bowditch
care to reply :) Well, I havent tried the later versions of it, but when I tried it a couple of years ago I thought it had a very clunky interface which got in the way of doing what I wanted. So I went back to creating XSL-FO in Xml Spy. Chris

Re: HTML Tables converted to FO Tables

2005-01-31 Thread Chris Bowditch
Chris Greene wrote: Folks, I'm hoping that someone has already solved this problem... --- I have an input XML file that has a tag which contains an HTML as its content. --- If I save the HTML content to a file and open it in a browser, the browser very nicely formats the table with, I su

HTML Tables converted to FO Tables

2005-01-29 Thread Chris Greene
hanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Space betweens columns

2005-01-20 Thread Chris Bowditch
Sönke Ruempler wrote: Hi, is it possible to control the space / margin between columns in multi-column documents? specify column-gap on region-body. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: list in list

2005-01-20 Thread Chris Bowditch
Tommaso Taglioni wrote: I tried to consider it as simple lists but it doesn't work. Why doesnt it work? What does the generated FO look like? your xml and xsl look ok to me. Chris - To unsubscribe, e-mail: [EMAIL PROT

Re: Release scedule for FOP 1.0

2005-01-10 Thread Chris Bowditch
those tasks will get done. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unbound Error

2005-01-10 Thread Chris Bowditch
xsl:stylesheet, e.g. http://www.w3.org/1999/XSL/Format";> ... ... Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Page background color

2005-01-07 Thread Chris Bowditch
HTH! Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Image Problem in FOP url(...)

2004-12-21 Thread Chris Bowditch
used single quotes instead of trying to use $quot; entity as its easier. Note that content-height doesnt have any effect in FOP 0.20.5. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: multi-column page and background colors

2004-12-17 Thread Chris Bowditch
s a mix of padding's and backgrounds. Not totally clear on what you are trying to achieve, but couldnt you just set background color on the static regions and leave the body region without a background color? Chris - To unsu

Re: PDF that is printed and folded

2004-12-13 Thread Chris Bowditch
first page) is now the the first row of the back page. Do you understand me? ;-) Yes, I understand the requirement. There is no facility for this in XSL-FO. As already suggested, you will need to post process the generated PDF using iText or other PDF manipulation

Re: Column Span

2004-12-08 Thread Chris Bowditch
Chris Bowditch wrote: Sajeesh N Kakkat wrote: How do I add a row in a table that spans multiple cells after adding the regular rows which have the individual cells. This row with span has the total on it. Sorry for the noise, slight typo in my previous message: put number-columns-spanned

Re: Column Span

2004-12-08 Thread Chris Bowditch
valutes to the appropriate number of rows. The structure of rows above and below the row containing this cell are irrelevant. Just make sure you dont try to span more columns that have been defined at top of the table. Chris --

Re: FOP distorting images

2004-12-07 Thread Chris Bowditch
files as well as the PDF generated using FOP. Why couldnt the problem be with the SVG to FO conversion that you mention above? Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to preserve new line

2004-12-06 Thread Chris Bowditch
line in pdf format ? Hi Yann - this is a FAQ. See: http://xml.apache.org/fop/faq.html#fo-preformat Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font style problem

2004-12-02 Thread Chris Bowditch
fonts outside of the adobe 14. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [fop] linefeed-treatment="preserve" doesn't preserve the linefeed

2004-11-23 Thread Chris Bowditch
tion, the FAQ says you need to specify white-space-collapse="false" Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [fop] linefeed-treatment="preserve" doesn't preserve the linefeed

2004-11-23 Thread Chris Bowditch
Gunter D'Hondt wrote: which still outputs "Line1Line2" so it replaces the newline character instead of "preserving" it Anybody who gots an idea what I'm doing wrong here? Any help is welcome... This is a FAQ. See: http://xml.apache.org/f

RE: PDF encryption

2004-11-22 Thread Chris Dail
stall Bouncy Castle to the program files JRE as well fop should work for you. If that does not work, you probably have a different version of Java that is on that Path. Chris Dail Whitehill Technologies, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Se

Re: intelligent page breaks with fop

2004-11-22 Thread Chris Bowditch
="retain" The default is dicard, which means dont draw at start/end of a reference area. However, I dont believe FOP implements conditionality on either borders or spacing, so you are out of luck. Chris - To unsubscri

Re: References on same page

2004-11-19 Thread Chris Bowditch
Sven Waibel wrote: My problem is that i don't know how many details i will have, so i can't say id="detail1", id="detail2". The way to tackle this problem is use the generate-id() in your xsl stylesheet. I cant really be more specific without seeing

Re: Current CVS - break-after/before="page" not working?

2004-11-16 Thread Chris Bowditch
latest 0.20.x code then you will need to download a CVS client and do an update from the correct branch. To be honest though no that much has changed since 0.20.5, only a little bit of tweaking to the amount of memory consumed

Re: XSL-FO Specification

2004-11-09 Thread Chris Bowditch
? The main purpose of the redesigned code is to facilitate the implementation of keep-* properties. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Footer placement...

2004-11-08 Thread Chris Bowditch
happen is FOP should move last paragraph to next page along with footnote, but I dont think this works. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: bold font

2004-11-04 Thread Chris Bowditch
Mark Donnelly wrote: Im trying to get a bold font using the following blah blah blah This should be: blah blah blah Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Does anyone know of an XSD to DTD converter?

2004-11-04 Thread Chris Bowditch
Jon Steeves wrote: Does anyone know of an XSD to DTD converter? Obviously, it doesn't have to capture all of the info in the XSD. XMLSpy also has facilities for converting between DTD and schemas. Chris - To unsubscribe, e

Re: MICR font in FOP as an embedded application..

2004-11-03 Thread Chris Bowditch
/embedding.html#config-external I am lost as to where should the custom font-metrics xml and userconfig.xml file reside when using the standard fop.jar (as the userconfig.xml already exists in the jar) Yes, there is indeed a userconfig.xml in FOP.jar, but its not used! Chris

XSLT from the Command Line in Java 5

2004-10-29 Thread Chris Pratt
Ever since I installed JDK 1.5 I haven’t been able to run the XSLT command line utility to check my FO.  Did something change?  The command I’m executing is:   java org.apache.xalan.xslt.Process –in -xsl -out   Thanks.   (*Chris*)

Re: Conversion of a SVG image (RGB) into PDF (CMYK)

2004-10-26 Thread Chris Bowditch
any other way by which I could convert the RGB colors to CMYK? FOP is open source, you could download the source and change the PDFRenderer to support CMYK. The PDFColor object looks like it supports CMYK, so it may be straight forward to implement. Chris

Re: Conversion of a SVG image (RGB) into PDF (CMYK)

2004-10-25 Thread Chris Bowditch
does not support CMYK. Also, the SVG image (and hence the final PDF) contains fonts embedded within it. I'm afraid that FOP doesnt support CMYK colours either, so I think you are out of luck. Chris - To unsubscribe, e-mail: [

Re: exception on error

2004-10-25 Thread Chris Bowditch
youve written a class to handle messages you will need call: MessageHandler.setScreenLogger(logger); m_fopDriver.setLogger(logger); Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: text alignment

2004-10-19 Thread Chris Bowditch
er the lazy cow. The fox jumped over the lazy cow. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I need your help

2004-10-19 Thread Chris Bowditch
give you an idea of how to do it: 0 Since you didnt say what you were trying to do with these values I have done anything with them. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: I need your help

2004-10-19 Thread Chris Bowditch
give you an idea of how to do it: 0 Since you didnt say what you were trying to do with these values I havent done anything with them. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Base font and russian

2004-10-12 Thread Chris Bowditch
specify a different font to the other languages and embed it into the PDF. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Printing from multiple trays with FOP generated output

2004-10-07 Thread Chris Bowditch
the source FO to the generated Postscript. The exact commands I want to embed are: "statusdict begin 1 setpapertray end" for the top tray, and "statusdict begin 2 setpapertray end" for the middle tray. The way we achieve this is to post-process the generated

Re: send overflow to row below

2004-10-04 Thread Chris Bowditch
your chances of getting an answer) if you transform the XML and XSL into XSL-FO. If you dont know how to, read this: http://xml.apache.org/fop/running.html#check-input Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: different header on first page

2004-10-01 Thread Chris Bowditch
ear, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with headers

2004-10-01 Thread Chris Bowditch
just a small 1 pt space for example it will look like you have a blank header. Try increasing size of header until problem goes away. If you cant live with a larger header then you can reduce the content of the header afterwards. Chris -

Re: Adjacent tables

2004-09-29 Thread Chris Bowditch
table with two columns and two rows and nest the 3 inner tables in the table cells of the outer table. You will need to put number-rows-spanned="2" on the first cell of the first column to merge the two cells in the first colu

Re: margin-bottom, region-before ingnored by region-body with column

2004-09-29 Thread Chris Bowditch
by the XSL-FO spec. It is useful to be able to overlap the outer regions with region body in some circumstances. If this is not required then the extent of the regions should match the corresponding margin on the region-body. I hope this is clear. Chris

Re: TeX output in FOP

2004-09-29 Thread Chris Bowditch
uction use. You probably mean to get the latest maintenance code. You need to specify the branch tag "fop-0_20_2-maintain" when using CVS to download the source Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Preserving blank table rows

2004-09-28 Thread Chris Bowditch
are using. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Preserving blank table rows

2004-09-28 Thread Chris Bowditch
decision to clip empty table rows a fop thing or a Acrobat setting? If a fop thing, is there a work around? More specifically its the correct behaviour of XSL-FO. The workaround is to put:   inside the table cell. Chris - To

Re: Placing text on bottom of region-body...

2004-09-25 Thread Chris Bowditch
r idea or some input to give to me. Try using footnotes. Insert a footnote at the end of the last piece of content in the first set of pages. The only trouble is if the original content happens to fill the last page there may be some nasty

Re: [work] Re: Avery labels

2004-09-24 Thread Chris Pratt
Unless it's imperitive that the data flows horizontally, I'd look at using the column support that's built into FOP and forget trying to build table rows. (*Chris*) Original Message --- On Sep 24, 2004, at 9:13 AM, Frank Daly wrote: > Many thanks for you

Re: problem with function

2004-09-24 Thread Chris Bowditch
this problem is directly related to FOP. Perhaps your question would be better suited posted to a list relating to the HTML tidy utility ... If you paste the error message rather than your interpretation of the error, we might stand a better a chance of being able to help you.

Re: ERROR -2

2004-09-24 Thread Chris Bowditch
. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FW: Problem with font

2004-09-21 Thread Chris Bowditch
block level constructs. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: date format required

2004-09-20 Thread Chris Bowditch
receive better responses on the XSLT list: http://xml.apache.org/fop/maillist.html#xslt-mulberry Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie: Fopservlet problem

2004-09-20 Thread Chris Bowditch
(System.getProperty("java.class.path")); Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: problem with XSLTInputHandler(String,String) constructor

2004-09-17 Thread Chris Pratt
The new InputStream(String) constructor takes an XML SystemID, not the XML Content. Try wrapping your XML content in a StringReader. (*Chris*) Original Message --- Hi all, I have problem with XsltInputHandler. I tried with the following code.But its not working.I worked

RE: How to store the parsing output of tidy into a ByteArray

2004-09-17 Thread Chris Pratt
tring(); System.out.println("This is XHTML>>>>>>>>>>>>\n"); System.out.println(str); } catch(Exception ex){} sbis.close(); baos.close(); (*Chris*) Original Message --- Hi all I have the url content

RE: FOP opening only 1 PDF when more than one is rendered?

2004-09-16 Thread Chris Pratt
As far as I know, that can’t be done.  One request, one reply, that’s all you get.  Have you ever seen this work on another web site?  If so, take a look at how they do it.   (*Chris*)   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 9:17

Re: Probably simple build issue

2004-09-08 Thread Chris Bowditch
need to do. As a guess I would say its not working for you because you have ANT_HOME set to the root directory of the Ant install and not Ant\lib sub directory. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
vote on dropping JDK 1.3 support for the rest I regard the current state as a bug. I may have time this week to have a look at it. We should be supporting 1.3, and I agree that it is a bug if FOP no longer compiles on 1.3. Chris ---

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Jeremias Maerki wrote: Chris, have you tried under JDK 1.3? Because Pascal tries to compile under 1.3. Unfortunately, I'm at work on my notebook where I don't have a current FOP HEAD to try. I can check this out this evening. I'm running 1.4 at the moment. Ive just tried 1.3 and it

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Xalan. Check your classpath. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2 images with different sizes in a table row

2004-09-03 Thread Chris Bowditch
width and height on fo:external-graphic works for me. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2 images with different sizes in a table row

2004-09-03 Thread Chris Bowditch
ent-height attribute hasnt been implemented. Try height instead. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with the combination of numberation and sort

2004-09-03 Thread Chris Bowditch
s not renumbert. Your problem is a pure XSLT one. This list is focused on FOP and XSL-FO, and so you will receive a better response on an XSLT list, e.g. Mulberry http://xml.apache.org/fop/maillist.html#xslt-mulberry Chris ---

Re: use already existing PDF for XSL:FO

2004-09-02 Thread Chris Bowditch
ands like rectangle (125, 60, 100, 100) and decide what XSL-FO element could have created that result! And for this reason, there are currently no tools available to do it. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: Count with conditions

2004-09-01 Thread Chris Pratt
How about adding the counts together? i.e. count(something = run) + count(something1 = ok) (*Chris*) -Original Message- From: Sven Waibel [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 4:02 am To: [EMAIL PROTECTED] Subject: Count with conditions Hello, i'd like to

RE: Create special Last Page

2004-09-01 Thread Chris Pratt
If all you want to do is have some content flowed at the end of the document, just put it in your main template after the last apply-templates and it will end up on the last page. If you want a special footer (or header I think), use Britta's work-around. (*Chris*) -Original Me

Re: FW: FOP with large tables

2004-08-31 Thread Chris Bowditch
is insufficient room for columns on previous page. Extra rows will naturally flow onto the next page when a page is filled. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Create special Last Page

2004-08-31 Thread Chris Bowditch
, but hopefully you will get the idea. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with tables and templates

2004-08-27 Thread Chris Pratt
Yup, you're wrong =8^). As long as the begin and end are in the same template, it's valid. In other words, you can't have the tag in one template and the matching in another, but you can have the and around an that puts in the rows. The same is true for fo. (*Chris*) O

RE: Problems with tables and templates

2004-08-26 Thread Chris Pratt
How about something like this: That's obviously an HTML example, but it should be easy to change to FO table layout if you need. (*Chris*) Original Message --- Hi, i have a table with 3 columns. Example:

Re: Different Pages with different content

2004-08-25 Thread Chris Bowditch
aster, e.g. then reference the page-sequence-master from the page-sequence, e.g. The only problem is that in FOP, page-position="last" has not been implemented! Depending on what differences you need, you can work around this to a limited extent using fo

RE: problem with Image loading with Servlet

2004-08-23 Thread Chris Pratt
t type for the document. Also make sure the servlet is returning the proper content type. (*Chris*) Original Message --- Hi Chris, Thanks for your reply. but i tried this as well. it didnt work.. heli --- Chris Pratt <[EMAIL PROTECTED]> wrote: > Try: > src="

RE: Question about

2004-08-23 Thread Chris Pratt
Looks like what you want is a two column table. (*Chris*) Original Message --- Hello. I had a question about using leaders in FO. I'm trying to generate a PDF document that contains a department name followed by dots and finally a phone number. Here is currently w

RE: problem with Image loading with Servlet

2004-08-23 Thread Chris Pratt
Try: http://localhost:7001/crisp/servlet/BinaryServlet/QueryId=55100&SequenceNo=1&MimeType=jpeg)"> (*Chris*) Original Message --- Hi... Can anyone help me? I m trying to load the image (jpeg) in pdf using dynamic url of servlet.But somehow FOP ignores the

Re: Configuration Details

2004-08-23 Thread Chris Bowditch
correct values to put in this file to "turn these off". This was answered a while ago. See the archives: http://marc.theaimsgroup.com/?l=fop-user&m=108239654802077&w=2 Chris - To unsubscribe, e-mail: [EMAIL PROTECT

Re: FOP 1.0 Dev.

2004-08-20 Thread Chris Bowditch
Sun, Tiffany (Tong) wrote: Chris, Thanks for your reply. Is there a planned release date for FOP-1.0? The software I'm working on will be in Production early next year, guess I'll have to do all my modifications based on FOP-0.20.5. There are no deadlines in the Open Source world.

Re: Problem with table and borders.

2004-08-19 Thread Chris Bowditch
ement, e.g. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   >