Re: ZapfDingbats font

2002-01-31 Thread Jochen . Maes
you must implement the fonts in your userconfigfile... after you made a xmlfile off it (read the docs it's explained in there) then you can add fonts in your xsl-fo Jochen Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel Tel : 02/429.96.81 Fax :

center image in a fo:block ?

2002-01-31 Thread Nick Winger
hi ! how can i center a table horizontally on a page and how can i center an image in a fo:block horizontally and vertically ? thanks Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Please help, even if it's just a reply that it can't be done

2002-01-31 Thread Joerg Pietschmann
Scott Moore [EMAIL PROTECTED] wrote: I cross-posted this several days ago and didn't get a single reply. Before i get to the meat, a net.cop note: Use meaningful subjects, don't mention crossposting (even if it is justified in the first place), don't bother the gurus in the dev lists, there are

DO NOT REPLY [Bug 6147] New: - TTFReader can't handle TradeGothic fonts

2002-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6147. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: pdf filename

2002-01-31 Thread Alistair Hopkins
You should be able to specify various filenames in headers but IE5 doesn't play. response.setHeader(Content-Disposition,attachment; filename=\myFile.pdf\); //This doesn't seem to work! Add a bogus bit of xtra path info - the filename - on the end of the calling URL, and that does work

How can I add Custom Font ?

2002-01-31 Thread Anshuman
Hi ! I want to add my .ttf files to provide the custom fonts. Can any one tell meas to how can I add a new font in the user.config and add the same in the fop.jar ? with regards,ASM

Re: AW: keep-with-next?

2002-01-31 Thread Bertrand Delacretaz
(by the way your message was crossposted to fop-user, please avoid this as it makes it very hard to follow discussions) On Wednesday 30 January 2002 20:21, David Wood wrote: I am a Java coder and know my way around the standard. I volunteer to try to fix this, if someone who is more familiar

Re: How can I add Custom Font ?

2002-01-31 Thread Jochen . Maes
first make a xml file from your ttf (read the document in docs) then add it to your userconfig like mentioned... make sure you dan embedd the file (ttf us listed in the userconfig). and if your stuck here is a link where you can find more info on it... http://marc.theaimsgroup.com/ search the

[GUMP] Build Failure - Fop

2002-01-31 Thread Sam Ruby
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-01-31/xml-fop.html Buildfile: build.xml init-avail: init-filters-xalan2: [copy] Copying 1

white-space

2002-01-31 Thread Gus Delgado
I need white space between fields, how do I do that? fo:block font-size=10pt font-weight=bold font-family=sans-serif text-indent=10pt xsl:value-of select=city /, !--I NEED A WHITE SPACE HERE-- xsl:value-of select=state / !--I NEED WHITE SPACE HERE-- xsl:value-of

RE: white-space

2002-01-31 Thread Henk Gootjes
You can use the concat function, just to put a space after a value. Just like this: xsl:value-of select=concat(city,', ')/ xsl:value-of select=concat(state,' ')/ xsl:value-of select=zipcode/ -Oorspronkelijk bericht- Van: Gus Delgado [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 31

ANN: FOA Open-Source

2002-01-31 Thread Giannetti, Fabio
Hi, there is a new release of FOA (0.2.0) and now it is Open-Source !!!. The new features are: - table support (columns definition, cells and rows bricks) - interactive preview - see a document preview and browse across pages, zoom in/out - brick highlight, select a brick from the

RE: Please help, even if it's just a reply that it can't be done

2002-01-31 Thread Joerg Pietschmann
Scott Moore [EMAIL PROTECTED] wrote: Sorry about the subject line, but my previous subject SVG Problem with FOP got no replies. I read it but had real work to do. However, it still can't locate the gradient definition. It gives the following error An I/O error occured while processing the

background-image

2002-01-31 Thread Gus Delgado
how can a background-image be done. I'm trying to put a seal.gif on a pdf document I created? thanks -gus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: ZapfDingbats font

2002-01-31 Thread Dunning, John
Thanks for the reply; I didn't think that I have to implement the userconfig fonts portion, because quote src=fonts.html FOP (building PDF files) normally supports only the base 14 font package defined in the Adobe PDF specification. That includes the following fonts: Helvetica, Times, Courier,

userconfigfile to add new Custom Font ?

2002-01-31 Thread Maneshi Tuli
Sorry , i posted this question earlier also , but i didn' get any reply , i added a new font in fop sucessfully , it is working , but it gives problem in printing , while printing pdf file size is getiing increeased and then acrobatreader hangs. in display it just has 2 pages , if i print

Re: background-image

2002-01-31 Thread Jochen . Maes
not... that isn't implemented it FOP yet (read the implemented.html in the docs...) use a toy like iText for that after you made your pdf... real great tool (thanks again DREF) Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel Tel : 02/429.96.81 Fax :

Re: userconfigfile to add new Custom Font ?

2002-01-31 Thread Jochen . Maes
hmm i think that might have something to wo whith the setting off your adobe check if it's set on the correct ps level for your printer some documents come out great if its set wrongly but some bad... Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel

Re: background-image

2002-01-31 Thread jthaemlitz
If your working with a one page report, you can put the external-graphic in the xsl-region-body and put your text in the xsl-region-before. Make the xsl-region-before the full size of you page then position your text in the xsl-region-before. Xsl-region-before will write over the flow and give

RE: 0.20.3rc bug

2002-01-31 Thread Matthew L. Avizinis
To paraphrase Columbo, Just one more thing In [WARN]: Sum of fixed column widths 507400 greater than maximum specified IPD 487 559 what does IPD refer to? Although, I'm now no longer getting the table-layout warning, I'm still getting this one. thanks, matthew a -Original Message-

FOP and table issue

2002-01-31 Thread Cyril Rognon
Hi all, I have been following this list from some time now, and I am using FOP for a few month. This piece of software totally respond to my formatting needs. The only issue is with memory consumption as soon as I use tables wich use more than one page. I beleive there might be some memory

RE: i18n in TXTRenderer

2002-01-31 Thread Art Welch
I will try to commit this sometime in the next few days. I have not looked at the code yet, should this be the main branch or the maintenance branch? Art -Original Message- From: Satoshi Ishigami [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 8:36 PM To: [EMAIL PROTECTED]

RE: 0.20.3rc bug

2002-01-31 Thread joseph . aloysius . gilvary
Follow this thread: http://marc.theaimsgroup.com/?l=fop-devm=101179308205088w=2 The MARC archives are a great place to start in solving problems with using the Apache stuff. HTH Joe - To unsubscribe, e-mail: [EMAIL

Re: background-image

2002-01-31 Thread Gus Delgado
Is there an example on how to do the background with iText? [EMAIL PROTECTED] wrote: not... that isn't implemented it FOP yet (read the implemented.html in the docs...) use a toy like iText for that after you made your pdf... real great tool (thanks again DREF) Jochen Maes EDP departement

cvs commit: xml-fop/src/org/apache/fop/render/txt TXTRenderer.java

2002-01-31 Thread artw
artw02/01/31 09:59:50 Modified:src/org/apache/fop/render/txt Tag: fop-0_20_2-maintain TXTRenderer.java Log: Generated text is written in UTF-8 encoding instead of ISO-8859-1 Revision ChangesPath No revision No

Re: [PATCH] Proper use of font encodings for native fonts

2002-01-31 Thread Christian Geisert
Arved Sandstrom wrote: Noted. Do you want to include this in the coming release ? Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: xml-fop/src/org/apache/fop/render/txt TXTStream.java

2002-01-31 Thread artw
artw02/01/31 10:14:42 Added: src/org/apache/fop/render/txt TXTStream.java Log: Generated text is written in UTF-8 encoding instead of ISO-8859-1 Revision ChangesPath 1.1 xml-fop/src/org/apache/fop/render/txt/TXTStream.java Index:

RE: i18n in TXTRenderer

2002-01-31 Thread Art Welch
I have added this to fop-0_20_2-maintain. Looks things are a bit different in the main branch. Without doing a bit of research, I do not see at the moment how that works. Of course it is possible that at the moment, it does not work. Art -Original Message- From: Art Welch Sent:

Re: AW: keep-with-next?

2002-01-31 Thread David Wood
Thank you for your response! I was afraid you would say this. :) I was hoping it might be a relatively simple fix; I wonder if there isn't a kluge I can put in the existing approach that would suffice for the heading/following paragraph problem... So FOP is basically being

transforming fo to pdf

2002-01-31 Thread Katiyar, Bhawana
Hi! I am new to this. I wish to transform FO document (docFo) into PDF. I am using fop.20 I have the following code : -- Document docFo ; //contains a valid fo document

RE: i18n in TXTRenderer

2002-01-31 Thread Arved Sandstrom
I think everything like this, maintenance branch. Arved -Original Message- From: Art Welch [mailto:[EMAIL PROTECTED]] Sent: January 31, 2002 1:06 PM To: '[EMAIL PROTECTED]' Subject: RE: i18n in TXTRenderer I will try to commit this sometime in the next few days. I have not looked at

RE: [PATCH] Proper use of font encodings for native fonts

2002-01-31 Thread Arved Sandstrom
Hell, why not. :-) I don't know what your schedule is like...me, I really need to do my work on Saturday (uploading Peter West's stuff, mostly). Is that too long for you to wait? Tonight and tomorrow night, as earlier this week, I am pretty busy. As far as I am concerned the release candidate is

RE: Why do you use FOP instead of ...

2002-01-31 Thread Arved Sandstrom
Well, it wouldn't be off-topic if you pursued this on the fop-user mailing list. :-) Why do people use XSL-FO? Because they need high-quality printing and the formatting vocabulary described in the XSL 1.0 Recommendation suits those needs, AND the data to be formatted is already represented in

DO NOT REPLY [Bug 6170] New: - Documentation for PDF generation

2002-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6170. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.