Re: Output to PDF using FOPServlet

2001-12-21 Thread Jeremias Maerki
See the FAQ! http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayQuestionAnswer/action/SetAll/project_id/18/faq_id/276/topic_id/495/question_id/805 On Thu, 20 Dec 2001 18:20:50 -0800 Lakshmi Anantharaman wrote: Just got a download of FOP . Nothing has ever worked for me in a dya amazing I

Re: Why used FOP instead of...

2002-02-01 Thread Jeremias Maerki
FOP does almost all we need. What's missing can be added, since it's OpenSource, right? We're currently working on a project for an insurance company where Compuset is used and is to be replaced by an XML/XSLT/XSL:FO-based approach. One of the reasons for this decision was using freely available

Re: Why used FOP instead of...

2002-02-01 Thread Jeremias Maerki
Interesting, I also have experience in Compuset. Do you known Mr. Bulman ? I personally don't have any experience with Compuset. Sorry. Are you happy with FO's speed ? No. But that doesn't matter so much at the moment, because we will start small and have designed our solution to be scalable

Re: ClassDefNotFoundError

2002-02-08 Thread Jeremias Maerki
When I try to transfrom a fo file to a pdf file, I get the following error: Exception in thread main java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/SVGContext     at org.apache.fop.svg.SVGElementMapping.addToBuilder(SVGElementMapping.java:21)     at

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-11 Thread Jeremias Maerki
On 11.02.2002 17:32:49 Bart Locanthi wrote: for OutputStreams when all JSP will give you are Writers.. JSP is bad for your mental health anyway :-) uh oh, you got me started... i rather like JSP (in principle) and the idea of developing tags for use by UI and layout people. fop

Re: merging FO to get a single PDF

2002-02-18 Thread Jeremias Maerki
Can FOP be used to merge 2 FO files into one PDF? No, but you can use XSLT to merge the two FO files to a single one. Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Fon +41 41 317 20 20 - Fax +41 41 317 20 29 Internet

Re: Graphics in pdf

2002-02-19 Thread Jeremias Maerki
I think Josh's suggestion is the right one. Here are some relevant pointers to the archive: http://marc.theaimsgroup.com/?l=fop-devm=101100884011907w=2 http://marc.theaimsgroup.com/?t=10044527565r=1w=2 I want to put an eps-graphic into a pdf-file. I havn't found how I could do this. But

Re: need version changes: FOP-18 to 20

2002-02-19 Thread Jeremias Maerki
I'm not so sure you really need to use an older version of FOP. The changes in the spec were few. Why not try to come up with an XSLT stylesheet to convert the old format into the new one and use the current version if you can't update your other stylesheets. That would be relatively simple and

Re: SVG-rendered text looks crude with FOP 0.20.3rc; looked fine with 0.15.0

2002-02-20 Thread Jeremias Maerki
1. How do I configure this when using FOP with Cocoon2? After all, FOP just comes as a JAR file with Cocoon. I did unjar fop-0.20.3rc.jar, added the 'strokeSVG' entry to conf/userconfig.xml and re-jarred it. However, the change does not take effect. It seems I have to implicitely tell FOP

Re: Adobe Type 1 Multiple Master fonts

2002-02-25 Thread Jeremias Maerki
No, I don't think so. The Multiple Master Font Extensions have not been implemented, yet. Hmm. I have to assume PDF is capable of carrying both the PFB and the MMM; So let me guess: assuming the weight-axis data is in the MMM file, FOP needs to revise it's PFMReader to extrapolate metrics

Re: Options

2002-02-27 Thread Jeremias Maerki
I saw the code pieces on the metioned website but I did not understand ist: Having the driver-object defined in the first box on the site and the option -object from the third box, how can I plug the option to the driver? Well, the documentation might be misleading. You don't have to plug in

Re: newbie in town

2002-02-27 Thread Jeremias Maerki
'master-reference' for 'fo:page-sequence' matches no 'simple-page-master' or 'page-sequence-master' You have to change some of the master-name attributes to master-reference to be conformant with the XSL REC. fo:conditional-page-master-reference master-name=main odd-or-even=any/

Re: Have anyone used FOA tool

2002-02-28 Thread Jeremias Maerki
I am having problem with bringing up the main window Formatting Object Authoring Tool window. All the other windows come up ok. That's probably the wrong spot to ask. http://foa.sourceforge.net/ Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 -

Re: FOPException / Quiet Mode / error compliing servlets

2002-03-05 Thread Jeremias Maerki
Thanks Jay and Jeremias for your help. I need to convince people from work that FOP is our PDF solution. However, without a good scalability test result (100% job completion rate), I am having trouble doing so. I truely believe that one of the main reason for out of memory error is

Re: XML-tag in dom.text-node - how to do?

2002-03-06 Thread Jeremias Maerki
This is not really the place to ask general XML/DOM questions but here's what you're probably doing wrong: I presume you add the PAGE/ as part of a text node. That way some of the character get escaped like to lt;. To get around that you need to split up your text node into different nodes. An

Re: dynamic image in PDF

2002-03-06 Thread Jeremias Maerki
This happens because you used master-reference instead of master-name on fo:simple-page-master. I have been trying to create a pdf using FOP. This is the exception I get.. Any thoughts. Attached is the FO file being used... Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE

Re: dynamic image in PDF

2002-03-06 Thread Jeremias Maerki
Also, refer to the page master using the master-name attribute. No, not anymore. That was the old syntax. Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - Fax +41 41 317 2029 Internet http://www.outline.ch

Re: XML to AFP

2002-03-12 Thread Jeremias Maerki
A small group at UBS has once worked on an AFP renderer for FOP but the project got halted as far as I know and they didn't want to publish the code they've done. So, a way to go (even if it's not a simple one right now) would be to write an AFP renderer for FOP. You could also ask IBM what they

Re: Page Layout

2002-03-14 Thread Jeremias Maerki
You can try to work with the number-columns-spanned attribute on table-cell. On 14.03.2002 17:57:23 Balaji Loganathan wrote: Hi, I'm trying to design a Paper document using XSL:FO,PDF so that I can retrive and put the data from XML into PDF as if like filling Paper document in hand.

Re: insert a PDF file into another PDF

2002-03-14 Thread Jeremias Maerki
http://www.etymon.com/pj/ may help you. FOP can't do that for you. On 14.03.2002 19:28:46 Mathy V Arumugam wrote: I need to insert one PDF file into another PDF file, say, insert page 7 in another pdf file or insert page 7-12 into another. Cheers, Jeremias Märki mailto:[EMAIL PROTECTED]

Re: Printing Problem,

2002-03-15 Thread Jeremias Maerki
Maybe you have Fit to page activated in Acrobat Reader. That may cause your page to be scaled and the margins may vary. Normally, PDF is portable between printers which does not mean that the same documents really looks exactly the same on each printer (resolution, font replacements etc). And

Re: Printing Problem,

2002-03-15 Thread Jeremias Maerki
Well, a couple of times I almost went mad because I couldn't figure out why my lengths didn't come out like I wanted them. And that was because I had Fit to page enabled. Most problems I have with inaccurate positioning of text elements is when I have to print on preprinted forms. I usually solve

Re: how to avoid long strings exceeding table cell borders?

2002-03-18 Thread Jeremias Maerki
I am using FOP version 0.20.1 and have had a problem with long strings. When a word is longer than the page is wide, FOP is lending space from adjacent cells which is not wanted. I have tried using attribute hyphenate, but I noticed that hyphenation does not affect information fetched

Re: AW: SV: PNG Images

2002-03-19 Thread Jeremias Maerki
I get an error creating FopImage object (file:to/image.png): org.apache.fop.image.JimiImage That's not the full error message, is it? Did you compile FOP while jimi.jar was available? The FOP build must tell you: Jimi library is present. Fop installs jimi support. I use fop 0.20.3 standalone

Re: Error: null

2002-03-22 Thread Jeremias Maerki
I constructed my first xsl document to render a pdf using a singletemplate. This worked fine. However the form was rather large so Idecided to split certain parts of it into separate templates and now I amgetting a null error. Please help I used fop -xml TIPS.xml -xsl TIPS.xsl -pdf

Re: Embedding Type I fonts

2002-03-26 Thread Jeremias Maerki
Yeah, you're using font-weight=lighter, but only normal (see your fonts element) is registered. On 26.03.2002 20:02:44 Levy, Alane wrote: I am having trouble getting FOP to recognize a Type I font (Helvetica-Light). I followed the instructions on the web page

Re: Help! Problem with Fop in Tomcat

2002-04-12 Thread Jeremias Maerki
: Jeremias Maerki [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 12:07 PM Subject: Re: Help! Problem with Fop in Tomcat I developped a Fop service via a service web (with Apache SOAP) in Windows Nt : it works good. But, now i'm trying to set the Fop Service

Re: PDF include

2002-04-15 Thread Jeremias Maerki
No, but you can use some PDF touch-up tool like iText or PJ to merge in selected pages from a seprate PDF into your generated PDF. Quite a few people do this. Is it possible to include a external PDF File into the fo File? Like 'include' in PHP or other Languages? Cheers, Jeremias Märki

Re: Omitting content length

2002-04-16 Thread Jeremias Maerki
There was a recent post on chunked transfer. I haven't checked it out, but it might help you. http://marc.theaimsgroup.com/?l=fop-devm=101791907122593w=2 Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - Fax +41

Re: size of pdf

2002-04-16 Thread Jeremias Maerki
There's currently no such option AFAIK. I've got the same problem, although I don't have such big graphics. This will eventually be improved. Work-around: If you include this header graphic on every page in your document you could skip it entirely in the FO file and create an overlay page as a

Re: Several questions about FOP

2002-04-16 Thread Jeremias Maerki
i've got several questions about PDF generation with FOP. We want to use a open-source implementation of XSL-FO in our project, but stumbled across several open topics. Perhaps you can help us with these: 1) Can one use FOP on a host-environment, ie. IBM mainframe computers, or does EBCDIC

Transformation matrix wrong in PDF for some SVG files

2002-04-16 Thread Jeremias Maerki
Hi Foppers For once, I'm here with a problem. It's driving me crazy (probably because I'm not so good at math). I've got a few SVG files that work without problems and I've got a few that FOP 0.20.3cvs (14.2.2002) and FOP 0.20.4cvs (today) won't handle. I've identified the problem spot but

Re: background-image and uri

2002-04-17 Thread Jeremias Maerki
Are background-images implemented in Fop 0.20.3 ? Not yet. I get a message telling me no such function as url but no message telling me background-image not implemented... How can I specify the uri of the image otherwise ? You can try to work with a block-container. I think I remember a

Re: Transformation matrix wrong in PDF for some SVG files

2002-04-17 Thread Jeremias Maerki
I can't see what the problem is but I can give you some hints. I would suggest testing the svg rendering using the transcoder through batik, so it converts the svg directly to pdf. This works with the cvs trunk also but be aware that there are some differences. I'll try that. I suspect

Re: euro-sign not working

2002-04-18 Thread Jeremias Maerki
We're talking Unicode here, not Windows Encoding. Try #x20AC; This works in doc/examples/fo/fonts.fo. I guess this must be a no-brainer for at least somebody. I even got embedded thai-letters rendered to pdf, but cannot get a single euro sign to appear. I inconporated any ttf-font showing

Re: In what file is the number of FOP's version ?

2002-04-19 Thread Jeremias Maerki
It's in conf/config.xml. The version number is inserted during the build process and originally comes from build.xml. In what file is the number of FOP's version? Because by copying FOP to another server and performer (version 0.20.3), FOP shows me 0.20.1 Cheers, Jeremias Märki mailto:[EMAIL

Re: Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread Jeremias Maerki
My manager just nixed the use of FOP in our project for the following reason. a) Its only up to 0.20.3 meaning an early beta. That doesn't mean too much. A lot of poeple are using FOP in a production environment. True, you may have to work around one or another problem, but FOP is useful

Re: problem with path relative - HELP ME

2002-04-19 Thread Jeremias Maerki
So, it looks like baseDir is set correctly. The error happens because FOP can't load the image from where specified. Try the URL http://localhost:8080/portalrentas/fop/xslfo/escudo-200.jpg in your browser to see if the image is really there. If not, find out what you have to specify so the images

Re: Fopping and batch printing

2002-04-22 Thread Jeremias Maerki
a bit in this area. WPE When not Fopping, can be found floundering with style. Cheers, Jeremias Maerki

Re: Embedding FOP within Servlet

2002-04-22 Thread Jeremias Maerki
but anyway, I get the exception. Any help would be great. Thanks a lot... Georg Cheers, Jeremias Maerki

Re: Debugging FOP

2002-04-23 Thread Jeremias Maerki
) at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:72) at org.apache.fop.apps.Fop.main(Fop.java:19) Patrick Lanphier The Artemis Group http://www.artemisgroup.com phone: 814-235-0444 fax: 800-582-9710 Cheers, Jeremias Maerki

Re: Positioning of a table

2002-04-23 Thread Jeremias Maerki
. Cheers, Jeremias Maerki

Re: support for PS printer-specific options using PPDs

2002-04-25 Thread Jeremias Maerki
either. Does anyone have any other ideas? Nathan Cheers, Jeremias Maerki

Re: support for PS printer-specific options using PPDs

2002-04-27 Thread Jeremias Maerki
Hi Nathan On 25.04.2002 15:00:29 Nathan Carter wrote: Jeremias, Thanks for your thoughtful response. Jeremias Maerki wrote: Being the one who wrote the PS renderer in the first place, I can comment on a few things: - The PS renderer, as it is now, is more of a proof of concept

Re: Building a FO document with FOP

2002-04-30 Thread Jeremias Maerki
I recommend you don't build XSL:FO through Java code directly. Produce a simple XML format with just the data in it. Use a XSLT stylesheet afterwards to convert the XMl to XSL:FO. It sounds like a lot of work, but you're actually going to save time. For example, if your layout has to change you

Re: FOP: Page Orientation in Postscript

2002-05-01 Thread Jeremias Maerki
I've had similar experiences within GhostView, but I haven't found out yet what's missing. Maybe it's the missing BoundingBox DSC comment, although adding that manually didn't help. It's likely that a setpagedevice command might solve that, but I haven't investigated yet. Please tell me if you

Re: fonts

2002-05-01 Thread Jeremias Maerki
This means the Java VM can't load the class in the error message. The clue is to supply the necessary jar files in the classpath. This involves the -cp parameter. I suggest that if you plan to use Java in the future that you at least read about some basics on launching the Java VM. The

Re: FOP: Page Orientation in Postscript

2002-05-01 Thread Jeremias Maerki
You can have that a lot simpler! Edit the config.xml in the conf directory and remove all entries in list für the stream-filter-list. You then have to rebuild FOP. That way, you get an uncompressed PDF directly. It looks like it could be a bit more complicated than some missing commands. The

Re: Best coding practice.

2002-05-03 Thread Jeremias Maerki
felt that my code is not object oriented beacuse no where i have used xsl:template. I construct the PDF line after line.Does this affect the processing speed. Does using xsl:template increases the processing speed. Please comment. Regards Balaji Cheers, Jeremias Maerki

Re: Out of Memory Error !!

2002-05-09 Thread Jeremias Maerki
beyond 40... actually it should go to 140... similarly if the number of rows increases then the number of pages will also increase. NOTE: - this is just anexample XML. Cheers, Jeremias Maerki

Re: FOP Scalability

2002-05-10 Thread Jeremias Maerki
I've never really done this for real, but I think I'd do it like this: On the first HTTP-Request, the job gets sent on the JMS queue. The user receives a Please wait.. page with an automatic refresh and and ID that will be returned to the server upon refresh. Use the ID in a message selector to

Re: page-masters for different 1st page

2002-05-14 Thread Jeremias Maerki
You're almost there. All you have to do now is apply a non-default region-name to the region-after of one of the simple-page-masters. Then you create a new fo:static-content and set the flow-name to this other name. Example (uninteresting stuff is left out): fo:simple-page-master

Re: Image Size and Rotation

2002-05-14 Thread Jeremias Maerki
At the moment it's probably best to embedd the image in SVG where you can easily scale and rotate. I've done this with SVG a lot but not with JPEG, but this should work, too. Here's an excerpt from one of my stylesheets that does this kind of stuff. fo:instream-foreign-object svg

Re: FOP Helvetica - is it really Arial?

2002-05-22 Thread Jeremias Maerki
AFAIK the standard fonts specified in the PDF spec match the base 14 fontset of PostScript which includes Helvetica, Times, Courier, Symbol and ZapfDingbats. Acrobat 3.x, I think, used Helvetica and Times. Current versions include Arial. Helvetica is then replaced by ArialMT. Furthermore, I've

Re: Print Servlet

2002-05-28 Thread Jeremias Maerki
Not really. Not with a servlet. A servlet is a server based thing and it's not intended to provide GUI-interactive stuff. If you want to have access to the print dialog, you will have to install the printer drivers locally, run FOP locally and transfer the generated print stream to the remote

Re: Newbie - Dynamic data in .fo file

2002-05-28 Thread Jeremias Maerki
You can improve the use of the document() function if you do something like that: document('urltoyourxmlfile')/mystuff/entry[position() = 3]/text which basically means that you can append an XPath statement to further restrict the content to be included. I use this to include language dependant

Re: ClassDefNotFound

2002-05-31 Thread Jeremias Maerki
I don't have a big idea what's wrong, but Rectangle usually resides in jre/lib/rt.jar in your Java installation. It's a standard J2SE class. Maybe someone else has an idea. I have been using FOP quite succesfully over the last few months and have recently migrated in to a new Server.

Re: Problem with PDF generation [was: Is there an archive of this list?]

2002-06-06 Thread Jeremias Maerki
It is VERY bad practive to reply to a mail when you want to start a new thread! Not even the subject is changed. The empty PDF often happens when an exception/error occurs. You'll have to post more information on your problem: error message, stacktrace/log, version of FOP, platform where the

Re: What else than PCL?

2002-06-11 Thread Jeremias Maerki
I'm not no familiar with the PCL renderer, so I can't help here immediately. But you've got the possibility to use the AWT renderer and print directly to a printer. Have a look at the documentation and the FOPPrintServlet in docs/examples/embedding. Another possibility is to create a PDF or a PS

Re: Problem printing using FOP

2002-06-13 Thread Jeremias Maerki
I'm not sure but I think AWT normally uses the default printer driver config from the OS. If your on Windows check your Printing Preferences on the printer. Maybe you've got the manual feed as a default. Just a thought... I have a problem I can't figure out, hoping someone has done this

Re: render only page n

2002-06-13 Thread Jeremias Maerki
No. Want to add support for this yourself? I can give you some pointers, if you want. The other possibility is using iText or something similar to delete the pages you don't want. Is it possible to tell fop to render only page n? Without having to put explicit tags in the source of course.

Re: getting the outputStream

2002-06-13 Thread Jeremias Maerki
Everything you need should be here: http://xml.apache.org/fop/embedding.html How can I get an OutputStream from a fop processed xml+xsl files? Cheers, Jeremias Märki

Re: Is it possible to maintain kerning in FO?

2002-06-16 Thread Jeremias Maerki
is a text with 2mm letter-spacing/fo:inline But afaik letter-spacing is not implemented in fop yet, fop only able to keep font built-in kerning. -- Oleg Tkachenko Multiconn International Ltd Cheers, Jeremias Maerki

Re: error handling

2002-06-16 Thread Jeremias Maerki
Ltd Cheers, Jeremias Maerki

Re: error handling

2002-06-17 Thread Jeremias Maerki
You're right. The command line wrapper can and probably should delete the target file in case of an error. Could you check if the return code is set on the command line? If not, we should fix that. It is. The problem is that FOP can't delete the output file in case of a problem if it only

Re: Configuring Portrait/landscape from PSRenderer

2002-06-18 Thread Jeremias Maerki
Is it possible to do the same thing with pdf? Yes, it is, if someone's going to implement it. Another question is if it makes sense to do this, or better: is it really necessary? I haven't investigated that, yet. I'm printing in portrait mode usually... I wonder what you're trying to do. AFAIK

Re: Can FOP tell Acrobat Reader about wanted orientation?

2002-06-20 Thread Jeremias Maerki
Did you follow a similar discussion yesterday? http://marc.theaimsgroup.com/?t=10243211241r=1w=2 PDF does not provide what you ask. The only values you can enter in the PDF are the one you can set in File/Document Properties/Open Options... And none of them are implemented in FOP. I think

Re: some help..

2002-06-21 Thread Jeremias Maerki
Several people have been successful at embedding MathML using some tool that converts MathML to SVG. SVG can be easily embedded in XSL:FO. Have a look into the FOP mailing list archives and search for MathML. http://xml.apache.org/fop/resources.html Can you please describe me how to embedd

Re: Please remove me from the mailing list!

2002-06-24 Thread Jeremias Maerki
You have to do that yourself. See http://xml.apache.org/mail.html Cheers, Jeremias Märki

Re: Support of Type3 fonts - future thoughts?

2002-06-30 Thread Jeremias Maerki
I dont know where I have to post this message, so I try in this mailinglist. Oh, it's the right place. :-) I right know looking at the development of FOP and its very nice. But I just need one thing before I can start using it - support of Type3 fonts etc.. I know the Font Support page

Re: PDF performance issues.

2002-11-04 Thread Jeremias Maerki
know if this is relevant. Both files are sized correctly for A3. Thanks, Phil Dickinson Aicom Limited Jeremias Maerki

Re: Embedding TIFF in PDF results in huge filesize

2002-11-04 Thread Jeremias Maerki
, the resulting PDF is 183 kBytes). Is there a way to reduce the filesize of the generated PDF? Thanks for you help, Michael Bellinger Jeremias Maerki

Re: Table and first/last page

2002-11-11 Thread Jeremias Maerki
of the page-master, which only deals with the pysical aspects of the page (size, margins etc), and those don't differ across the pages. I feel I got something basically wrong here. I would appreciate any help! Jeremias Maerki

Re: page-position=last, FOP vs XEP

2002-11-11 Thread Jeremias Maerki
problem and therefore tried to change (or to make our customers change) the layout so we didn't need the page-position=last functionality. Maybe it's also possible with your layout. Jeremias Maerki

Re: page-position=last vs. conditional blocks

2002-11-11 Thread Jeremias Maerki
Glirt wrote: Now that I discovered that page-position=last is not implemented in FOP, I am looking for alternative ways to produce first, middle and last specific pages. Is there any way to do some conditional stuff on blocks such as testing if we are currently writing the last page? Jeremias

Re: page-position=last, FOP vs XEP, business forms

2002-11-11 Thread Jeremias Maerki
that you have a page sequence for each page. It will also mean that you have to know how many invoice lines can appear on a single page. Jeremias Maerki

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
of the actual values. Do i have to manually alter this file then? Jeremias Maerki

Re: Fonts in PDF (embedded postscript)

2002-11-13 Thread Jeremias Maerki
Torsten -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Dienstag, 12. November 2002 13:37 To: [EMAIL PROTECTED] Subject: Re: Fonts in PDF (embedded postscript) Probably, it has something to do with the way a particular font is referenced. Acrobat maps

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
something wrong here. If anyone has a clue, that's great, but I understand the complexity of my problems here. It is not very easy for you to recreate my problem and debug it. Jeremias Maerki

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
11:41:35 +0100 Torsten Erler wrote: HI IIRC try to use *.pfb files in embed-file=... cu Torsten Jeremias Maerki

Re: SVG LinearGradient

2002-11-14 Thread Jeremias Maerki
. Since it is not a release of fop you may find that the documents don't turn out how you want. Jeremias Maerki

Re: Viewing PDF without AcrobatReader or FOP??

2002-11-15 Thread Jeremias Maerki
). Has anybody a little hint? Markus Jeremias Maerki

Re: Producing Font Metrics

2002-11-18 Thread Jeremias Maerki
done. Thanks Bernard! On 18.11.2002 11:18:20 Jeremias Maerki wrote: I've seen your patch. It seems like I screwed up when improving the code there. Sorry! I'm going to apply your patch in a few minutes. Jeremias Maerki

Re: Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-18 Thread Jeremias Maerki
, boolean) HttpRequestHandler.java:735 void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread) HttpRequestHandler.java:243 void com.evermind.util.ThreadPoolThread.run() ThreadPoolThread.java:64 Any suggestions what's wrong ? Thanks. Jeremias Maerki

Re: Embed font results in FontFormatException ?

2002-11-18 Thread Jeremias Maerki
. This altered file is embedded correctly with FOP. Did you try to use my font in a PDF? Your font is ok. Sorry if bothering you all the time. Don't worry. I've got time now. Jeremias Maerki

Re: fo:external-graphic problem when using HTTPS - EntityResolver?

2002-11-19 Thread Jeremias Maerki
(); Does anyone have any tips how to get the EntityResolver approach to work, or know any other way to achieve something similar. Jeremias Maerki

Re: fo:external-graphic problem when using HTTPS - EntityResolver?

2002-11-19 Thread Jeremias Maerki
an EntityResolver (or similar) but it's on the todo list. Nice to hear, it would be usefull on occasion. Br - Johan Jeremias Maerki wrote: Currently there's no possibility to set or use an EntityResolver (or similar) but it's on the todo list. In the meantime you could try to set

Re: Rendering output

2002-11-19 Thread Jeremias Maerki
also solve your problem. On 19.11.2002 15:11:42 Henrik Olsson wrote: Does any one know if its possible to get two fo trees in to one output (ex in to one pdf)? Jeremias Maerki

Re: AW: Invoice positions partial sums

2002-11-20 Thread Jeremias Maerki
working on a stylesheet that generates an invoice. I'd # like to have a # partial sum on the bottom of the first page of the invoice, when # it has more than one page. Has anybody done this before? # # Greetings # # Mirko # Jeremias Maerki

Re: Ant Task

2002-11-20 Thread Jeremias Maerki
anything. Jeremias Maerki

Re: trying to extend FOP to handle Barcodes

2002-11-21 Thread Jeremias Maerki
the digits that follow in the barcode format and then the closing PCL command (to turn off the chip on the printer) can anyone help me extend the FOP to do this. I am at a lose. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL

Re: AbstractMethodError when trying to extend FOP

2002-11-21 Thread Jeremias Maerki
) at org.apache.fop.apps.CommandLineStarter.run(Unknown Source) at org.apache.fop.apps.Fop.main(Unknown Source) Can anyone help? -Raf Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: AbstractMethodError when trying to extend FOP

2002-11-21 Thread Jeremias Maerki
: as a test, I took the ExtensionElementMapping.java file that comes with the sourse files and I added a system.out.println to the code and compiled it and placed it in the classpath, I still get the same exception. I do not think this has to do with my implementation. Jeremias Maerki

Re: Bug when integrating with SAX?

2002-11-22 Thread Jeremias Maerki
[INFO] building formatting object tree [WARNING] Screen logger not set. [INFO] [1] [INFO] [2] javax.xml.transform.TransformerException: java.lang.NullPointerException at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1226) Jeremias Maerki

Re: Bug when integrating with SAX?

2002-11-22 Thread Jeremias Maerki
Mmm, probably, I think I remember some saying that Crimson doesn't work correctly. Namespace issues probably. Not sure. On 22.11.2002 14:19:50 Matthias Brunner wrote: On Friday 22 November 2002 13:39, Jeremias Maerki wrote: The call to run() is not necessary. The transformation is started

Re: Which logging library is needed to run fop 0.20.4 servlets

2002-11-23 Thread Jeremias Maerki
at FopServlet.renderFO(FopServlet.java:94) at FopServlet.doGet(FopServlet.java:64) at javax.servlet.http.HttpServlet.service(HttpServlet.java) snip/ Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Unknown formatting object null^null

2002-11-23 Thread Jeremias Maerki
; fo:layout-master-set ... /fo:root Does someone know what I#180;m doing wrong? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font embending

2002-11-25 Thread Jeremias Maerki
$$$ It isn't implemented? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font embending

2002-11-26 Thread Jeremias Maerki
/font-triplet /font Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font embending

2002-11-26 Thread Jeremias Maerki
embedding page should updated to provide an example of type1 font registration in userconfig.xml. Will do. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   >