Re: Embedding FOP in SVG in FOP?

2004-07-02 Thread Jeremias Maerki
ck spacing, progression, etc just because an > area was rotated. > > To that end, I was thinking of generating the area in FOP, and somehow > saving that output and giving it to SVG to rotate, which I would in > turn embed in FOP. Has anyone had experience with this or

Re: PDF->PS->PDF with EPS

2004-07-07 Thread Jeremias Maerki
ript create a PS from it and then again the PDF. > > However when I try this, it doesn't work, GhostScript even seems to just > remove the EPS from > it, (PDF == 10MB, PS == 3KB), do I need some extra options? Idea's? > > I'm

Re: PDFTextCompression 0.20.5

2004-07-07 Thread Jeremias Maerki
uncompressed PDF for debugging purposes. On 06.07.2004 23:35:15 Ryan Eldridge wrote: > I have Googled to try and understand if I am able to change the > PDFTextCompresion setting in FOP v 0.20.5? Has anyone had experience > doing this? Does anyone kn

Re: PDFTextCompression 0.20.5

2004-07-07 Thread Jeremias Maerki
NTS/FRE3OF9X.ttf" kerning="yes"> > > > http://n2app013.hphc.org:8085/CE/conf/C39HL4.xml"; > embed-file="file:///c:/WINNT/FONTS/C39H12L4.ttf" kerning="yes"> > > > > Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PDFTextCompression 0.20.5

2004-07-09 Thread Jeremias Maerki
; } } else { for (int i = 0; i < filters.size(); i++) { String v = (String)filters.get(i); addFilter(v); } } } On 08.07.2004 13:02:29 J.Pietschmann wrote: > Jeremias Maerki wrote: > > That should wor

Re: trying to get latest FOP with RTF output

2004-07-09 Thread Jeremias Maerki
't see a mailing list for > CVS problems. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EPS image printing problem

2004-07-09 Thread Jeremias Maerki
viewing the pdf on another computer with the same result. > > I have tried both fop 0.20.4 and 0.20.5 (binary distrubition) and 0.20.5 > (source) my testcode is: Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EPS image printing problem

2004-07-09 Thread Jeremias Maerki
r problem then image > related right?? Yep. What I don't get is why it doesn't work in GhostScript 8.x. I though in earlier versions of AFPL GhostScript it worked. But then, we may still do something wrong the way we embed EPS files. Maybe asking the GhostScript people would also be

Re: trying to get latest FOP with RTF output

2004-07-09 Thread Jeremias Maerki
va.lang.NoClassDefFoundError: org/apache/fop/apps/Fop" mean? I > unzipped xml-fop_20040709104525.tar.gz on WinXP and tried to run fop.bat > like the latest release that I downloaded. I didn't compile it because > it already had a fop.bat, but if I need to how do I go abo

Re: EPS image printing problem

2004-07-09 Thread Jeremias Maerki
t; PostScript XObjects are no longer recommended to be used. The second sentence wasn't there in PDF 1.4 which probably means that Adobe removed the support for PostScript XObjects entirely. Still doesn't explain why it doesn't work in GhostScript 8.x. Jeremias Maerki

Re: PDF->PS->PDF with EPS

2004-07-10 Thread Jeremias Maerki
ys show op in acrobat programs ;-). Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PDF->PS->PDF with EPS

2004-07-11 Thread Jeremias Maerki
hings more comfortable. On 11.07.2004 05:38:48 Chris Pratt wrote: > How about just delivering a link to FreeHEP and requiring the end user to > download FreeHEP if they need that support and are willing to agree to the > license? > (*Chris*) > > -Original Message- > From:

Re: PDF encryption?

2004-07-12 Thread Jeremias Maerki
n outdated e-mail address? > > Hopefully someone on the list can provide me with more details on > how to get involved, what the exact problem is, or maybe a > workaround for encrypting without loosing the bookmarks etc? -- Jeremias Maerki <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MathML

2004-07-16 Thread Jeremias Maerki
st of FOP developers?? > > There is a FOP MathML extension using JEuclid in the CVS repository. > You can check it out (from the maintenance branch), build FOP and > create a servicec entry for the MathML element mapping (there should > be a

Re: SVG problem

2004-07-19 Thread Jeremias Maerki
be solved in newer > versions of Batik, but does someone know what is wrong/not supported in my > SVG file. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: convert svg flowtext to PDF

2004-08-03 Thread Jeremias Maerki
ation to "false", but this > had no effect. > > Is it possible to transcode svg flowtext to pdf text? > > Can anybody help me? Jeremias Maerki <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Enhancing FOP command line speed

2004-08-09 Thread Jeremias Maerki
:05 Sonke Ruempler wrote: > Maybe someone has written a small JAVA daemon yet? I would prefer this > solution from my PHP scripts. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Running pdf in servlet

2004-08-13 Thread Jeremias Maerki
27;t know how to run on web > server.Any help will be appreciated Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging as Servlet output

2004-08-13 Thread Jeremias Maerki
) > > I've been looking at the docs, and from what I can see, I need to use > the log4j logging framework, as that is the only one that supports > logging to a Writer. What I seem to be missing, is how to link log4j > into the Avalon framework. > > Can someone point me i

Re: Including images

2004-08-13 Thread Jeremias Maerki
is way you could generate the image using an URL in an fo:external-graphic element. Another possibility could be to modify the FopImageFactory in the org.apache.fop.images package. But that would probably not be so elegant. I hope this helps. Jeremias Maerki --

Re: fop Not running on Tomcat4.1

2004-08-13 Thread Jeremias Maerki
what is > the solution for this. > > > > Thanks in advance to all fop users. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running pdf in servlet

2004-08-16 Thread Jeremias Maerki
The servlet from FOP 0.20.5 compiles just fine under JDK 1.3.1 and 1.4.2. Are you using a different version? On 13.08.2004 18:47:31 vivek gupta wrote: > Hi Any one compiled code after downloading. I tired it > looks like some source files are missing. > > - Any clue > > >

Re: SVG problem

2004-08-16 Thread Jeremias Maerki
ems to do the same). > > I can get around it by scaling my image, but I would like to find out were > the problem lays (might be Sodipodi). Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP Output Statistics (was Re: Different Pages with different content)

2004-08-25 Thread Jeremias Maerki
cessfully > formatted before the error? By observing the logger. > -- estimated percentage complete while it is in the middle of a large > formatting job? Difficult. There are several factors that prohibit a reliable indication

Re: Printing in 0.20.5?

2004-08-29 Thread Jeremias Maerki
lementing subclasses > appear to take a PrinterJob as an argument to their > constructor. > > Anyone know what Im doing wrong? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Checking out 0.20.5

2004-08-30 Thread Jeremias Maerki
http://xml.apache.org/fop/dev/tools.html#cvs Be sure to use the "fop-0_20_2-maintain" tag. On 30.08.2004 14:15:02 Johan Andersson wrote: > How do I check out FOP 0.20.5 from the CVS repository? Jeremias Maerki ---

Re: Error while building FOP dev1

2004-09-07 Thread Jeremias Maerki
ovider > > org.apache.xalan.processor.Tr > > ansformerFactoryImpl not found > > Looks like a classpath problem: the build cannot find Xalan. Check your > classpath. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error while building FOP dev1

2004-09-07 Thread Jeremias Maerki
r class name: WhiteSpaceCollapse > [javac] if (textInfo.whiteSpaceCollapse == > WhiteSpaceCollapse.FALSE > [javac] ^ Jeremias Maerki - To unsubscribe, e-mail: [EM

Re: Can i get users default printers IP address?

2004-09-09 Thread Jeremias Maerki
noj_Nair wrote: > I have users accessing PDF docs from my webserver ( weblogic). I am using > the XML - PDF conversion using FOP. Is there a way I can read the users > default printers IP address when he makes a request? That way I can > somehow spool the PDF or PCL file

Re: problem with image border

2004-09-09 Thread Jeremias Maerki
l show the image border on the entire page width. > That means, at the right hand side of the image, the image border drawn up > to the end of the page width. How can I solve this problem...please help > me..Following is the template for image > > > solid > black &g

Re: Again problem with image and table

2004-09-09 Thread Jeremias Maerki
page > width irrespective of whether it contain one column or two column.Please > tell me how can I solve this problem...where I made mistake Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Barcodes in FO output using a font

2004-09-17 Thread Jeremias Maerki
the PostScript font, I tried using > TTF. This is the relevant XSL-FO for using the TTF: > > F62P-0704 > > Please let me know if I need to provide any other info. Dumb question: Have you supplied the userconfig.xml on the command-line?

Re: Words Search!

2004-09-23 Thread Jeremias Maerki
, I doesn't get any results. > But when I copy the Text from the PDF and paste it on the Search value > (I get some special signs, when I save the PDF file as a text file I get > dots for the Textfields.) > > When I use some fonts which is not in the fopconfig.xml, I'm

Re: what are the other output produced by fop using xsl-fo.

2004-09-23 Thread Jeremias Maerki
ike it require some converter and finally it will > open the msword but not getting the content correctly. > I would like to know what are the other output produced by fop using > xsl-fo.Any help is available Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem in rendering PS image

2004-09-23 Thread Jeremias Maerki
ert this graphic. > > > > > > > The result is, following error message. Please suggest me how to solve this. > I am attaching both fo and ps file. > > fop helloworld.fo helloworld.pdf > Could not find a set of breaking points > java.lang.OutOfMemory

Re: Building FOP

2004-09-23 Thread Jeremias Maerki
l.pdf > > Unknown formatting object http://www.w3.org/1998/Math/MathML^math > Exception > org.apache.fop.apps.FOPException Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PDF Processors

2004-09-23 Thread Jeremias Maerki
levels. > > Any comments please. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hyphenation

2004-09-23 Thread Jeremias Maerki
See here: http://xml.apache.org/fop/hyphenation.html http://offo.sourceforge.net/ http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1881555 On 23.09.2004 14:09:34 Anton Packianathan wrote: > how i can activate the hyphenation for geman! Jeremias

Re: Building FOP

2004-09-23 Thread Jeremias Maerki
ly this folder. > > I am seeing in each folder inside examples folder we are having one > build.xml file. Is it that we need to go into each folder and build. or main > build.xml will take care. If main will take care how to add the MathML > folder int

Re: Building FOP

2004-09-23 Thread Jeremias Maerki
:19 Ganesh Babu Nallamothu, Integra-India wrote: > I tried to build MathML. But it is asking jeuclid.jar file should be there > in the lib folder. I have searched in the I am having jeuclid.tar.gz but I > am not having jeuclid.jar. Can you please help me how to create the > jeuclid.jar f

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
parsers.SAXParser as SAX2 Parser > [INFO] building formatting object tree > [INFO] setting up fonts > [INFO] [1] > [ERROR] -2 > > Im not getting any output file and cant find the error code -2 on the FAQ. > Just wondering

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
CommandLineStarter.run(CommandLineStarter.java:111) > at org.apache.fop.apps.Fop.main(Fop.java:62) > > Looks like FOP is not happy with something but what it doesnt really say. Jeremias Maerki - To unsubscribe

Re: XSLT transformation to PDF, Chinese characters lost

2004-09-23 Thread Jeremias Maerki
; How do I do this so it works on Windows and Linux? Don't worry about that. It works the same way on both platforms. That's because FOP uses its own font subsystem for PDF and PS output. Jeremias Maerki - To unsubscrib

Re: XSLT transformation to PDF, Chinese characters lost

2004-09-23 Thread Jeremias Maerki
ort the > >>whole thing into Java > > >>How do I do this so it works on Windows and Linux? > > >>Don't worry about that. It works the same way on both platforms. That's > >>because FOP uses its own font subsystem for PDF and PS outp

Re: Question concerning Xalan.

2004-09-24 Thread Jeremias Maerki
y little > html files. So is this possible to use a big xml-file and a stylesheet in > order to create a new html file everytime the Tag occurs? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Avery labels

2004-09-24 Thread Jeremias Maerki
> > > > > Unfortunately I get the error below > > The element type "fo:table-row" must be terminated by the matching > end-tag "". > > Could someone point me in the right direction please. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: PDF: no border, file name

2004-09-26 Thread Jeremias Maerki
.3 "column-gap"] > [7.13.4 "display-align"] > [7.20.2 "overflow"] > [7.25.17 "region-name"] > [7.20.3 "reference-orientation"] > [7.27.7 "writing-mode"] > " Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [work] Re: Avery labels

2004-09-27 Thread Jeremias Maerki
ago, I've tried the following code, witch could give you an > answer (this is not very academic): > > > > <fo:table-row> > > > > </fo:table-row> > Jeremias Maerki - To

Re: PS render, fonts, embedding

2004-09-29 Thread Jeremias Maerki
gt; Is it possibly in version 0.20.5? Maybe it is possibly in higher > version? Maybe it will be possibly? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PS render, fonts, embedding

2004-09-29 Thread Jeremias Maerki
PS font embeding. There's currently no release date in sight. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PS render, fonts, embedding

2004-09-29 Thread Jeremias Maerki
; All we need is jar file (or part of it) easily exchangeable with one of > 0.20.5 release. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java.lang.NoSuchMethodError: org.apache.fop.apps.Fop.(I)V

2004-09-29 Thread Jeremias Maerki
=HEAD > > Is there a better one I should be looking at? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TeX output in FOP

2004-09-30 Thread Jeremias Maerki
From MathML code SVG will be > generated and SVG will be embedded in the PDF. Similarly any method is there > is embed TeX inside PDF? > > I have downloaded the following zip file from the CVS snapshot > xml-fop_20040921223357.tar.gz Jeremias Maerki ---

Re: How to embed CID-fonts in FOP 1.0dev

2004-09-30 Thread Jeremias Maerki
on. > > I hope someone could help me how to configure FOP to embed CID-font, > e.g. MingLiU, in the new snap-shot FOP 1.0dev Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: using fop offline

2004-10-07 Thread Jeremias Maerki
rote: > we are using fop to allow us convert xml into pdf. But we realize that > fop download files from the net in each transformation. > Is there any way to avoid this download? > > All we need is to speed up fop. Jeremias Maerki ---

Re: SVG in FOP problem

2004-10-07 Thread Jeremias Maerki
style="font-family:arial;text-anchor:middle;baseline-shift:-15;">04 > style="fill:rgb(200,200,200);"/> > style="font-family:arial;text-anchor:middle;baseline-shift:-15;">05 > style="fill:rgb(245,245,25);"/> > > > > &

Re: Printing from multiple trays with FOP generated output

2004-10-09 Thread Jeremias Maerki
Is a FOP extension a candidate for this? I just started looking into > exactly what they are and how they work but the general concet of making a > new tag outside the FO namespace seems like it could be a good fit for the > postscript commands. Jer

Re: Printing from multiple trays with FOP generated output

2004-10-11 Thread Jeremias Maerki
y chance you can send me an example of > post-processing the PS output? I'll admit I haven't looked into it in too > much detail yet, but any time savings here are much appreciated. Jeremias Maerki - To un

Re: Base font and russian

2004-10-12 Thread Jeremias Maerki
languages > you need. I think for russian you will need to specify a different font to > the > other languages and embed it into the PDF. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to make pdf file using fop output

2004-10-12 Thread Jeremias Maerki
); > FileWriter writer=new FileWriter(file); > > BufferedReader br=new BufferedReader(new StringReader(pdfFileContent)); > String str=""; > while((str=br.readLine())!=null) > { > writer.write(str); > } > writer.close(); Jeremia

Re: Base font and russian

2004-10-14 Thread Jeremias Maerki
ps ask my boss > to give me few hours to do it... perhaps. > If no, I will try the iText post process. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question concerning Xalan.

2004-10-14 Thread Jeremias Maerki
If there are 4 > Childnodes doc/foo > he should write every childnote to one file: foo1.html foo2.html foo3.html > foo4.html. Could someone give me example how to realize this? > > > > >

Re: Question concerning Xalan.

2004-10-14 Thread Jeremias Maerki
Sorry for the trouble. I was mixing languages. Oh, why do we have so may of them in IT? :-( On 14.10.2004 19:18:08 Johannes Franz wrote: > Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: XPath 2.0 & XSLT 2.0

2004-10-21 Thread Jeremias Maerki
e quite unsuitable for a production > environment. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XSLT from the Command Line in Java 5

2004-10-29 Thread Jeremias Maerki
he 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 > Jeremias Maerki - To unsubscribe

JDK 5.0 and Xalan-J

2004-10-29 Thread Jeremias Maerki
t earlier. Put the latest (original) Xalan-J release in the /jre/lib/endorsed directory to ensure the original Xalan-J is used. Almost as soon as we could have started thinking about not shipping Xerces and Xalan with binary releases anymore, it suddenly seems like there'

Re: Problem with SVG

2004-10-29 Thread Jeremias Maerki
Batik has links to mailing lists for SVG: http://xml.apache.org/batik/mailList.html On 29.10.2004 11:00:29 Johannes Franz wrote: > By the way does anybody know a good mailinglist or forum to ask questions > concerning svg? Jeremias

Re: Problem with SVG

2004-10-29 Thread Jeremias Maerki
svg file and fop runs without an error message. It > is a bit odd that it didn't work with the other file, but external graphic > works with svg. > Do you think it is better to use instream-foreign-object? A better style of &

[ANN] Barcode4J 1.0rc1 available

2004-10-31 Thread Jeremias Maerki
P: support as fo:instream-foreign-object Changelog == See http://barcode4j.krysalis.org/changes.html Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Having a font which is not embedded in the PDF

2004-11-10 Thread Jeremias Maerki
do. > > The info about the Adobe Type Manager is from someone else. > Ask Jeremias, or search the list archive. I never got PDF > with user fonts which were not embedded working. Other PDF > tools can do this (i.e. put some info about the font into > the PDF which causes Acrobat Reader to ask the OS for fonts). Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Barcode4J 1.0 available

2004-11-18 Thread Jeremias Maerki
s for third-party products: - Apache Xalan: SVG-generating XSLT extension - The SAXON XSLT Processor from Michael Kay: SVG-generating XSLT extension - Apache FOP: support as fo:instream-foreign-object Changelog == See http://barcode4j.krysalis.org/changes.html Jer

Re: Stretch Barcode XSL-FO

2004-12-13 Thread Jeremias Maerki
he same using FOP. Either use Barcode4J or paint the barcode using SVG where you can squeeze the font all you want. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Stretch Barcode XSL-FO

2004-12-14 Thread Jeremias Maerki
> 14mm > > upceanm > > 20pt > > > >

Re: Stretch Barcode XSL-FO

2004-12-15 Thread Jeremias Maerki
.It doesn't throw any exceptions.Everything looks fine but > it is not > rendering the barcode. > > I definetely think that iam missing something.Could you pls let me know > the possibilities for not rendering the barcode. > > I hav

Re: Stretch Barcode XSL-FO

2004-12-15 Thread Jeremias Maerki
barcode readers can distiguish the barcode from nearby stuff. You can switch it off like this, if necessary: [..] [..] Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where to download high-quality fonts

2004-12-22 Thread Jeremias Maerki
> high-quality fonts? > > > > Can some font gurus tell me how to get some fonts for FOP? The > > FOP Font FAQ page has two links to Adboe web, however I do not > > have the permission to view the pages. An

Re: Signature block in FOP...

2004-12-22 Thread Jeremias Maerki
ure block in FOP. I am not sure if this is the > right question. I am using XSL:FO to generate PDF using FOP. I have > allocate a specified position in the PDF for the digital signature. > Does FOP support this ? > Any sample code will be appreciated.

Re: Handling multiple spaces

2004-12-22 Thread Jeremias Maerki
> multiple spaces. > > > > Since I do not have any control over the SVG image produced by > > PopChart, can I set any parameters during the FOP call? Alternatively, I > > could include the xml:space="preserve" attribute in my text tags, but this > > wo

Re: Is the development stopped?

2004-12-22 Thread Jeremias Maerki
pment is stopped? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Handling multiple spaces

2004-12-23 Thread Jeremias Maerki
hideattic=0&rev=1.25&view=log. Can you tell me which one will have the > required fix; for respecting the xml:preserve attribute. > > Thanks, > Saptarshi. > > -Original Message- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 22

Re: Handling multiple spaces

2004-12-23 Thread Jeremias Maerki
, > Saptarshi. > > P.S. I performed the build using the "build.bat" file from FOP 0.20.5; The > build was successful. Could this have anything to do with this error? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP Preview Dialog

2004-12-23 Thread Jeremias Maerki
sheet that produces FO content, > how do I preview the transformation from my Java code? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP Preview Dialog

2004-12-23 Thread Jeremias Maerki
Default()); > > The same line in my code complains as Translator is an interface. > > "The type org.apache.fop.viewer.Translator is not a valid type" Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Handling multiple spaces

2004-12-23 Thread Jeremias Maerki
The XML file for the font configuration would look approximately like this: There's one potential problem, though: I don't know what version of the PDF Transcoder is in the Batik 1.5.1 release. That part didn't get released proper

Re: Handling multiple spaces

2004-12-24 Thread Jeremias Maerki
e it into the same ClassLoader. Make sure not to create strange setups with XML Parsers (Xerces et al.) as they are covered by the JDK/JRE assuming you work with >=1.4. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Handling multiple spaces

2004-12-24 Thread Jeremias Maerki
' with 'TradeGothic CondEighteen'. Do > I need to the same/similar thing here?) FOP's :-) PDFTranscoder cannot use these embedded SVG fonts. They are handled by Batik. There's a todo item where these embedded fonts should be converted to Type3 fonts but that's not i

Re: Handling multiple spaces

2004-12-27 Thread Jeremias Maerki
.20.5 came from) doesn't seem to contain a fix for that. I actually tested on that code, not on 0.20.5. So, no, there is currently no easy fix for this problem. I don't even know, off-hand, where to start looking. This would take a nice debugging session which I&#

Re: line feed

2004-12-28 Thread Jeremias Maerki
Please see http://xml.apache.org/fop/faq.html#fo-preformat On 28.12.2004 18:35:42 Manoel Veríssimo dos Santos Neto wrote: > How can I keep the "line feed" of text in the block tag??? Jeremias Maerki - To unsubs

Re: Open Type Fonts

2004-12-29 Thread Jeremias Maerki
TTFReader and a PFMReader coming with FOP to generate Font > Metrics. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Crop marks and Bleed

2004-12-30 Thread Jeremias Maerki
arks and bleed in the PDF generated from XSL-FO Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: - graphic doesn't display.

2005-01-05 Thread Jeremias Maerki
es/tick.JPG)" />, i want to use > relative path's . The error message i get is as follows... > Error while creating area : Error with image URL: NCI-bw.gif and no base URL > is specified Jeremias Maerki ---

Re: Need Some Help

2005-01-06 Thread Jeremias Maerki
Sure, please see here: http://xml.apache.org/fop/embedding.html#config-external It describes how to use the userconfig.xml file from Java. On 06.01.2005 13:02:20 tts 22 wrote: > Can Font Metric msmincho.xml be refered in this Luke's FopServlet? Jeremia

Re: Need Some Help

2005-01-06 Thread Jeremias Maerki
If you mean: File userConfigFile = new File("C:\\fop\\conf\\userconfig.xml"); new Options(userConfigFile); ...then, yes. On 06.01.2005 14:58:12 tts 22 wrote: > File userConfigFile = new File("C:\\fop\\conf\\userconfig.xml"); > >

Re: Need Some Help

2005-01-07 Thread Jeremias Maerki
ed font to any > > Can I have any hint? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to fix image degradation in FOP-generated PDF

2005-01-13 Thread Jeremias Maerki
t-width="80px" content-height="30px" > src="/default/main/Intranet/MST/WORKAREA/MST/graphics/logo_pop.gif"/> ). > We've double and triple-checked the image files to be sure that the > images are sharp (they are). > > Can anyone

Re: RE : Alignement problems in table with no borders

2005-01-18 Thread Jeremias Maerki
problem, > The problem occurs when using font metrics for the Arial font. > > In userconfig.xml : > > > > > > The font metrics file & the FO file are attached. Jeremias Maerki - To unsubs

Re: [re-request] avoiding empty page with page-break

2005-01-18 Thread Jeremias Maerki
nd a > forced page-break (page-break-after=always) collide and that causes an empty > page (because that are in fact 2 page-breaks). Is there a possibilty to > avoid it? Jeremias Maerki - To unsubscribe, e-mail: [EMAI

Re: page-height as high as the whole document

2005-01-18 Thread Jeremias Maerki
No, it's not implemented. On 17.01.2005 19:58:24 Sönke Ruempler wrote: > is it possible that FOP renders the whole content on _one_ page? The width > is given and the height should vary. I tried page-height "auto" and > "indefinite" without success. Any hel

Re: Fop and SVG with crippled network access.

2005-01-18 Thread Jeremias Maerki
ot; > > Is there any way I can either tell fop how to connect to the web, or > find out which file it's after and store it locally somewhere? > > Apologies if this is a silly question - I've tried googl

Re: Table text alignment

2005-01-18 Thread Jeremias Maerki
ot;left". I cannot seem to get any space > between the two columns. padding-right and > padding-left, respectively, do not seem to work. > > Is there some trick to do this? Jeremias Maerki DavidNesbitt.fo Description: Binary data --

  1   2   3   4   5   6   7   8   9   >