Re: Fop multiple thread generate performance

2024-07-18 Thread David Law
Hi, apart from the FopFactory which Simon mentioned, I believe you can also do the same for TransformerFactory. Also, you could consider caching the Stylesheet Templates. They are Threadsafe & can be used by multiple Threads concurrently. I'm a bit rusty, but below is some pseudo-code to illust

Re: No FOP source or javadoc files in Maven repo since 2.4

2022-09-20 Thread David Law
Hi, looking @ which packages are included, there is one difference: org.apache.fop.events.model is missing from the fop-core distro. Rgds, DaveLaw On 29/04/2022 07:48, Simon Steiner wrote: Hi, Can you use: https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop-core/2.7/ Thanks *From:*M

Re: Code block syntax highlighting

2022-09-20 Thread David Law
Would ANTLR & their Grammars for Java, SQL, etc. make sense for this? https://www.antlr.org/ https://github.com/antlr/grammars-v4 All the best, DaveLaw On 19/09/2022 10:07, Andreas Reichel wrote: Klaus and Team, thank you for your feedback. I have actually figured out something working nicely:

Re: PDF-Images - When scaling embedded PDFs with links, the link position is not moved/scaled in relation to image scaling.

2022-09-16 Thread David Law
Mark, it certainly looks very suspicious. Could it be that some Margins, Borders or Padding are muddying the waters? Maybe its worth trying...     ...and...     ...to see how large the areas are? All the best, DaveLaw On 17/08/2022 00:31, Mark Gibson wrote: Hi When using PDF-Images

Re: No FOP source or javadoc files in Maven repo since 2.4

2022-04-29 Thread David Law
It would be nice if someone would respond to this. I posted the same question on 23rd & again on 29th January. Dave On 28/04/2022 23:55, Mark Gibson wrote: Hi FOP 2.3 was published to the public Maven repo with sources and javadocs.  But from 2.4 onwards, only the jar is published.  Is there

Re: Help needed on Image rendering

2012-06-26 Thread David J. B. Hollis
Hi, What image type? SVG, by any chance? David Hi, I am facing random issues with image rendering while PDF generation with FOP 1.0 version. Some images are coming properly but some of them are not. Images are present in location but still it gives exception :"Image not

RE: Information about Apache FOP

2012-05-23 Thread Hintz, David
We use Apache FOP 1.0 for writer drafts only. The main (possibly only) feature preventing us from using it for production (customer deliverables) is the lack of indexing support. Consequently, we use an expensive PDF generation tool for customer deliverables. Any chance that indexing will be

widows and orphans attributes on fo:block in fop 1.0

2012-04-11 Thread David Cramer
ption" } } When I render a pdf, I'm seeing this listing split across the page with the penultimate two lines (the "}" and a linefeed) at the top of a new page. According to the Compliance page [1], widows and orphans is supported. Am I using it incorrectly or misun

Re: Problem with SVGs on different servers

2012-02-01 Thread David J. B. Hollis
I don't suppose this is a Windows 64 bit issue, is it? http://tech.groups.yahoo.com/group/dita-users/message/24951 http://tech.groups.yahoo.com/group/dita-users/message/24091?threaded=1 HTH, David Ok what version of what jars are needed? I can run it fine within netbeans and out of net

Re: Page breaks for program listings

2011-08-19 Thread David Cramer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd suggest asking this on the docbook-apps mailing list: http://wiki.docbook.org/DocBookDiscussion David On 08/19/2011 03:58 AM, mike 675 wrote: > > Using FOP 1.0. Docbook XML -> FO -> PDF. > > Some of the page breaks

FOP 0.95 - Font metrics issue?

2011-03-27 Thread David J. B. Hollis
[fop] at org.apache.fop.fonts.FontLoader.loadFont(FontLoader.java:113) etc, etc, etc I thought that the font metrics URL wasn't required? This maybe an obvious question, but I'd rather ask a daft question than create and add font metrics, only to find it's som

Re: Text in region-start rotated 90 degrees, running the length of the page

2011-03-23 Thread David Cramer
That did the trick. Thanks Vincent! On 03/23/2011 06:46 AM, Vincent Hennebert wrote: Hi David, Try putting your code inside an absolutely positioned block-container whose width overflows the page height, and whose ‘left’ position is −(margin-bottom of page master). The fact that it’s

Text in region-start rotated 90 degrees, running the length of the page

2011-03-14 Thread David Cramer
position 973:2134) I assume this is due to the fact that my leader runs beyond the edge of the page. Is there a way to do what I want to do without getting all these WARNINGs from FOP? Thanks, David - To unsubscribe, e-mail: fop

Re: PCL duplex

2010-10-08 Thread David Hurcomb
On 08/10/2010 12:55, Jeremias Maerki wrote: FOP uses the&lnS command to enable duplex mode. But that may not be the right command for all printers. If you post the exact model name of the two printers, I'll download the tech manuals and take a look. Maybe they need some special command to actual

PCL duplex

2010-10-08 Thread David Hurcomb
m I missing something. Thanks sincerely David - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Does FOP support HTML output?

2010-03-27 Thread David Hoffer
POJOs and generate HTML and/or PDF. Thanks, Dave On Sat, Mar 27, 2010 at 10:35 AM, Andreas Delmelle wrote: > On 27 Mar 2010, at 17:20, David Hoffer wrote: > > Hi David > >> I'm looking for a tool to generate simple HTML & PDF documents.  I've >> seen website

Does FOP support HTML output?

2010-03-27 Thread David Hoffer
I'm looking for a tool to generate simple HTML & PDF documents.  I've seen websites say FOP can generate HTML but I don't see that listed as an output on the FOP site.  Can anyone clarify if this is possible/supported? Thanks, Dave -

RE: page master with no flow text in region-body

2010-03-25 Thread David Gerdt
ot a note to the dev list for future reference and they can invalidate it at their leisure. Thanks for the suggestions, Mario. [1] http://markmail.org/message/ahozinncqu5wtquf >>> "Mario Madunic" 3/24/2010 10:44 AM >>> David, Someone had suggested to p

RE: page master with no flow text in region-body

2010-03-24 Thread David Gerdt
h table has page-break-after="always" This will only work if you know how many lines you require and if your content is more tabular in nature. Marijan (Mario) Madunic Publishing Specialist New Flyer Industries From: David Gerdt [mailto:dge...@bju.edu] Sent: Wednesday, March 24, 2010 8:54

Re: page master with no flow text in region-body

2010-03-24 Thread David Gerdt
t files. Thanks for any input! Dave >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi David, Can you p

RE: making region-before dynamic

2010-02-17 Thread David Breare
Can an administrator please remove me from this mailing list. The posted method for removal does not seem to work. Thanks David -Original Message- From: Georg Datterl [mailto:gdatt...@geneon.de] Sent: 17 February 2010 15:16 To: fop-users@xmlgraphics.apache.org Subject: AW: making

RE: page master with no flow text in region-body

2009-11-16 Thread David Gerdt
You remembered correctly. java.lang.IllegalStateException: Flow 'xsl-region-body' does not map to the region-body in page-master 'front'. FOP presently does not support this. Thanks for the help anyway. >>> "Amick, Eric" 11/16/2009 3:18 PM >>> In standard FO, you should be able to just giv

page master with no flow text in region-body

2009-11-16 Thread David Gerdt
Is it possible to create a page-master where the region-body will not allow any of the flow text to come in? I want to create a document that will be duplex printed where the front of the page (odd pages) will be dynamic and the back of the page (even pages) will be a static body of text, the sa

border-style="double" - bug?

2009-08-17 Thread David Gerdt
Trying to determine whether this behavior is a bug or a flaw in my fo file. Any thoughts? The lowest table cell should have a double border, but the top corners of the cell are missing both on screen and in the printed page. Thanks, Dave missing_corners.fo Description: Binary data

Re: FOP and XML catalogs

2009-06-11 Thread David Holden
Thanks!

FOP and XML catalogs

2009-06-10 Thread David Holden
hello, I was wonder if fop supports XML catalogs, I ask because we have been using it to convert html to PDF however we want http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> in the source HTML file to resolve to a local dtd specified via XML catalogs. so far I've added resolver.jar to

Re: Unprocessed nodes

2009-05-20 Thread David Green
Assuming that you're using xsl to transform the XML to FO, you'll need a rule that looks something like this: See http://www.w3schools.com/XSL/el_copy-of.asp Regards, David 2009/5/20 Sam Fuqua > Hi, > > I have an xml document that I am using fop to create a pdf f

Re: rendered image quality when rendering to PDF

2009-05-05 Thread David Green
I've created Bug 47157<https://issues.apache.org/bugzilla/show_bug.cgi?id=47157> to track this issue. On Mon, May 4, 2009 at 9:09 AM, David Green wrote: > I'm currently attempting to integrate > FOP<http://greensopinion.blogspot.com/2009/04/mylyn-wikitext-produc

Re: rendered image quality when rendering to PDF

2009-05-04 Thread David Green
Jeff, Thanks for the suggestion. I do love SVG, however in this case it won't help me -- I'm building a framework and toolkit for others to use, and they're likely to have PNG, GIF, JPG, etc. Regards, David On 4-May-09, at 9:22 AM, jgriff...@cssi.org wrote: I gave up

rendered image quality when rendering to PDF

2009-05-04 Thread David Green
My apologies if this topic has already been covered -- I wasn't able to find anything in the mail archives or in the issue tracker. Any help is greatly appreciated. Regards, David

Generate a PCL file

2009-04-29 Thread David Breare
Hi, I have used IKVM to generate .Net DLLs for Apache FOP 0.95 and the associated .jar files. Embedded the DLLs into my code and have successfully managed to generate a PDF file. I then changed the code to generate a PCL file which I am required to provide to a third party but I get a "Method n

Re: Page Numbering wooes (FOP to PDF)

2009-01-30 Thread David L
from the unprinted page and my headers and footers reverse sides! GRRR! 1 I'd love to hear if this post helps anyone, or if I'm missing some curse still beyond my experience and horizon. David L nancy_b wrote: > > Hi folks, > > Curr

pdf file size with image scaled/resized

2009-01-13 Thread david
Hi I kinda new to FOP and been experimenting with fop for my project (fop 0.20 and 0.95) I notice that after I resize a 40008 x 3112 image (which is 2.5mb in size) to 66m width and scale:uniform set, the resulting pdf size is 2.5mb too but if i resize the image using paint.net to half of the ori

Re: Add Space between text in same line

2008-11-24 Thread David Gerdt
If you truly want the text at opposite ends of the line (not just a certain width between them) you can do something like ABCKLM If you want a certain amount of space between your two texts try padding-left instead of padding-before. >>> "Ashish Kulkarni" <[EMAIL PROTECTED]> 11/24/2008 3

Re: Can someone look at this, please?

2008-11-11 Thread David Gerdt
The problem is in your XSL, so we'll need to see at least the relevant portions. You can also get help with XSL at http://www.mulberrytech.com/xsl/xsl-list/ >>> Sheldon Glickler <[EMAIL PROTECTED]> 11/11/2008 4:33 PM >>> I cannot seem to figure out why the line is not appearing in the pdf. I

speed of different fonts for Java2D

2008-10-18 Thread David Gerdt
Hi all- I recently noticed that there is a marked speed difference between rendering time when use custom fonts and when I do not. If I run the transform in question with a stock 0.95 build and no configuration file given, it will produce the finished PCL (31 page document) file in about 33 se

Font question

2008-10-13 Thread David Gerdt
I'm sure I'm betraying my ignorance here, but can a Type-1 font be used in PCL output? What I'm really after is a single font that I can use across PDF, PCL, and PS output to make sure the rendering is the same. Is this possible? I read the documentation about generating Type-1 font metrics (ht

Re: break-before problem

2008-10-09 Thread David Gerdt
I figured it out. Because the blocks were positioned absolutely, the breaks set on them didn't get applied to the normal flow of the document. >>> "David Gerdt" <[EMAIL PROTECTED]> 10/9/2008 10:14 AM >>> Can anyone help me see why these pages are being r

Re: leader not rendered in pcl

2008-10-02 Thread David Gerdt
Should have included this a moment ago, but changing the value of rule-thickness doesn't fix the issue. The leader is rendered correctly in PDF, not at all in PCL. >>> "David Gerdt" <[EMAIL PROTECTED]> 10/2/2008 4:55 PM >>> Just want to confirm what

leader not rendered in pcl

2008-10-02 Thread David Gerdt
Just want to confirm what I'm seeing and perhaps get some insight before logging a bug. I just now noticed that the leaders I'm using as horizontal rules in some places are rendered in PDF but not in PCL. The *space* is being consumed by the leader, but the actual line is not being rendered. Sam

Re: Multithreading and PCL

2008-08-29 Thread David Gerdt
en after making org.apache.fop.render.pcl.PCLRenderer.renderSpace a synchronized method I am still getting incorrect spacing at times and the wrong typeface at other times. Thanks for the investigation though! Dave >>>>>>>>>>>>>>>>>>>>>>&

RE: 0.95 - Printing a string and aligning the decimal points

2008-08-25 Thread David Gerdt
he block's text-align-last to justify. So... >>> "Steffanina, Jeff" <[EMAIL PROTECTED]> 8/25/2008 3:00 PM >>> David, I can't make that guarantee of the space you mentioned. Can I make

Re: 0.95 - Printing a string and aligning the decimal points

2008-08-25 Thread David Gerdt
Assuming you can guarantee that there will always be at least two spaces between the text and the digits, could you do something like the following? >>> "Steffanina, Jeff" <[EMAIL PROTECTED

Re: Problem with table formatting

2008-08-12 Thread David Gerdt
This looks like a snippet from your XSL. Can you provide a sample of the actual *FO* file produced when your transform is run? Without the associated XML, we can't render the snippet you provide. >>> "Brian Trezise" <[EMAIL PROTECTED]> 8/12/2008 4:07 PM >>> I'm having a problem formatting table

Speed in tables vs. absolute position

2008-07-23 Thread David Gerdt
Is there any known performance penalty for using tables vs. absolute positioning or vice versa? I've been using tables to control the layout of most of my documents, but they can be a major pain to modify when the need arises. Restructuring the table can be a major headache when row and column s

Re: Barcode fonts not displaying correctly when generating PCL

2008-07-11 Thread David Gerdt
Just in case it could be this simple... I've only played with barcodes and I used Barcode4J, not fonts, but I had similar trouble with how barcodes were rendered when I first started playing with FOP because I didn't specify the target resolution for the PCL renderer. When I set it to 300 my barc

Re: PCL font spacing [SOLVED]

2008-06-20 Thread David Gerdt
es are possible but I don't think we support spaces/margins on the inline-level, yet. On 16.06.2008 18:20:51 David Gerdt wrote: > I just tried Java 6same results. *sigh* > > I'm pretty tied to rendering PCL directly without some intermediary > process both due to speed conce

Re: PCL font spacing

2008-06-16 Thread David Gerdt
PostScript and convert it to PCL using GhostScript if you cannot use PostScript in the first place. No chance that you can upgrade to a JDK 5 or 6? I can see that IBM provides that for AIX: http://www.ibm.com/developerworks/java/jdk/aix/service.html On 16.06.2008 15:32:11 David Gerdt wrote: >

Re: PCL font spacing

2008-06-16 Thread David Gerdt
I ran the test again using the most recent build (ca142-20080515 (SR11)) with the same results. : ( Is there a way to circumvent this by setting up fonts manually? >>> "Andreas Delmelle" <[EMAIL PROTECTED]> 6/13/2008 12:12 PM >>> >- Oorspronkelijk be

Re: PCL font spacing

2008-06-13 Thread David Gerdt
I made the change to fo:wrapper and the problem does persist. >>> "Andreas Delmelle" <[EMAIL PROTECTED]> 6/13/2008 11:02 AM >>> >- Oorspronkelijk bericht - >Van: David Gerdt [mailto:[EMAIL PROTECTED] >Verzonden: vrijdag, juni 13, 2008 04:43 PM

PCL font spacing

2008-06-13 Thread David Gerdt
Hello all. I'm using FOP to generate PCL on an AIX box. I'm running into some weird spacing surrounding several inline areas that I have. The attached PDFs (generated as PCL and then converted to PDFs--they accurately represent the actual printed copies) show the differences when the same frag

Multithreading and PCL

2008-06-04 Thread David Gerdt
According to the website documentation on multithreading: "There is also a known issue with fonts being jumbled between threads when using the Java2D/AWT renderer (which is used by the -awt and -print output options). In general, you cannot safely run multiple threads through the AWT renderer.

Re: Is this a bug?

2008-05-20 Thread David Ilsley
Vincent Hennebert anyware-tech.com> writes: > > Hi, > > nmwp wrote: > > Hi > > > > As I just know fop since 2 days, I'm not sure if this is a bug... can > > someone check if it is. Just render the lower fo. The biggest bug is that > > lower table with 2 rows as the fo specifies only 1 row. > >

RE: Unwanted extra page between page-sequences

2008-05-19 Thread David Gerdt
If you just want the page numbering to continue from one sequence to the next, the simplest solution is to remove the initial-page-number from the second page sequence. Eric Amick Legislative Computer Systems Office of the Clerk From: David Gerdt [mailto:[EMAIL PROTECTED] Sent: Monday, M

Unwanted extra page between page-sequences

2008-05-19 Thread David Gerdt
Hello all- Can someone help me understand why I'm getting an extra blank page with the attached fo file? If I remove either one of the page sequences, it renders correctly as a single page pdf. If both are together, I keep getting a blank page between the two. I'm sure it's probably a simple

Re: Measurement accuracy in PDF vs PCL

2008-05-09 Thread David Gerdt
column is shifted to the right as mentioned above. You can also see from background-colors I applied to some table-cells that PCL cannot paint its cell background all the way to the right paper edge. But the rest is practically identical even though the intermediate files are slightly different due t

Re: Measurement accuracy in PDF vs PCL

2008-05-08 Thread David Gerdt
aces in PCL but not PDF with the same file. The workaround is to allow a fudge factor in the field/table row/table height sizes, but this can cause text overlapping or large blank areas, so it's hardly ideal. Regards, *Roland * David Gerdt wrote: > I'm curious as to the differ

Measurement accuracy in PDF vs PCL

2008-05-08 Thread David Gerdt
I'm curious as to the differences between how distances are measured between different output formats. I've been trying to get a sheet of address labels to align correctly and am noticing a vast difference between how they are rendered in a PDF vs how they appear in PCL. I use a combination of

Re: Direct Printing and setting print parameters in FOP 0.94

2008-04-18 Thread David J
. Will this fix be integrated into the 0.95 version or will be in the version after? Once again, thank you for your response. David J Interesting coincidence that I've done a few things in PrintRenderer today. With some fresh memory about this whole thing it was easy to come up with suppor

Direct Printing and setting print parameters in FOP 0.94

2008-04-17 Thread David J
or direction on this. David J Columbia Ultimate -- View this message in context: http://www.nabble.com/Direct-Printing-and-setting-print-parameters-in-FOP-0.94-tp16747594p16747594.html Sent from the FOP - Users mailing list archive at Nabble.com

Table row background images

2008-02-28 Thread David Gerdt
I'm finding a difference in how background images for table rows are rendered in PDF versus PCL. When producing a pdf, the image will fill only the row and be clipped where it runs outside the bounds of the row. This is what I want. However, when producing PCL which is really my ultimate goal, t

Re: Using Preview Panel

2008-01-28 Thread david Beer
Hi I have managed to find most of the missing dependancies for fop but can't find the following: com.sun.jimi.core.Jimi; or any of the pacakges associated with jimi. Where can I get the jar for jimi? Thanks David Andreas Delmelle-2 wrote: > > On Jan 26, 2008, at 19:42, david

Re: Using Preview Panel

2008-01-26 Thread david Beer
ull picture, try setting up FOP in an IDE > (see http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide), and > debug/step through the code in a session with the arguments: "-fo > {your_fo} -awt" > > When i tried to look at the source in the Netbeans IDE I was missing

Using Preview Panel

2008-01-25 Thread david Beer
document into the PreviewPanel. I mean how do I set up the mime typ and get the right type of preview in the panel. I have looked at the PreviewDialog and that doesn't really help me in working out how I should process my document with FOP and then display it. Thanks in advanced. David -- View

Re: Absolute position and number-rows-spanned

2008-01-17 Thread David Gerdt
investigate that. But I've got a work-around for you: Set the height property on the block-container and set the value so that the entire table has enough room. Then the problem goes away. On 16.01.2008 15:23:18 David Gerdt wrote: > I'm having an issue with a table and an absolutely pos

Absolute position and number-rows-spanned

2008-01-16 Thread David Gerdt
I'm having an issue with a table and an absolutely positioned block container. I am unsure whether it is resulting from my lack of experience or a bug in FOP. I am using FOP 0.94 and rendering PDFs. I want to position the table absolutely within the page header. The only way I know to do this

Re: Question regarding FOP usage and PCL duplex

2007-11-29 Thread David Hurcomb
Secondly, regarding PCL I notice that output tray selection is supported via an extension I have tested this and it works but I cant see how to specify a page as duplex. I am happy to get dug in to the source code if required to achieve this. Does anyone have any experience in generating P

Question regarding FOP usage and PCL duplex

2007-11-29 Thread David Hurcomb
duplex. I am happy to get dug in to the source code if required to achieve this. Does anyone have any experience in generating PCL for duplex documents? (I also have a problem with AWT rendering integrated within my java program... would this be a good place to ask) -- *David Hurcomb* Programmer

Lines not breaking with zero width space characters inserted

2007-07-20 Thread David Kelly
ge - I've been working on this problem for way too long with little result. Any pointers would be appreciated. Thanks, David Kelly - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Fop performance

2007-06-29 Thread David Morales de Frias
Try to use cached stylesheets... it can improve performance. http://www.topxml.com/xsl/articles/java_xslt/default.asp See at bottom. From: Jason Timmins [mailto:[EMAIL PROTECTED] Sent: viernes, 29 de junio de 2007 11:58 To: fop-users@xmlgraphics.apache

[OT]Re: list in list - list with sublist

2007-05-24 Thread David Delbecq
BTW, according to (x)html dtds, ul is not correct content inside ul :) you should surround your inner list by a , like this: asa sasa sasa sadasdsad sasasd324324a sa2343242342

Re: Fireworks PNG

2007-05-16 Thread David Delbecq
It's like "how to save logo in gif/jpeg but still keep you editor's layer for later modifications". Most of the time, the sanswer is simple - keep the "to be edited" file in the native format of editor - When you need to export your work for the webserver/whatever, export to a widely used file form

Crimson +FOP + Tomcat

2007-02-02 Thread David Morales
Hi all... I'va a problem with FOP in a web application environment with Tomcat If I run only with jdk (1.4.2), fop works with "org.apache.crimson.jaxp.SAXParserFactoryImpl" as SAXParserFactory and works well but when i call this same class from a web app in tomcat, it throws this exce

Distribute fonts in jar

2007-01-26 Thread David Morales
Hi all... I need to distribute all xsl-stuff in a jar file, including fonts (userconfig.xml, fonts.xml, and ttf files)... but can fop read fonts from a URL?? I mean, fop will try to read font from something like "file:c:/folder/lib.jar!fonts/font.xml" This is the problem if i try to do somet

Re: Font metrics, AWT vs. PDF and a possible workaround

2007-01-24 Thread David Morales
Hi Daniel... I have the same problem as yours, where i must show pdf files in a something-like-swing environment. Finally, i'm trying with SWT (Eclipse) with ActiveX components embedding Look at http://www-128.ibm.com/developerworks/library/os-activex/ And give a try to embed a expl

Re: AWT transparency

2007-01-22 Thread David Morales
: Here's my explanation of the problem: http://www.nabble.com/Quality-of-included-image-degrades-when-png-rendering-is-used-tf2312286.html#a6453762 So, yes, you can turn it off if you hack the source code. A proper fix has to wait until we can do the image package redesign. On 18.01.2007 18:54:55

AWT transparency

2007-01-18 Thread David Morales
As i can see... fop-awt preview shows images and text lighter than pdf... can i turn off this feature?? Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Fonts & AWT

2007-01-18 Thread David Morales
y or anyother to add fonts?? Thanks. Adrian Cumiskey escribió: Hi David, This looks to be reasonably helpful on the subject :- http://java.sun.com/j2se/1.3/docs/guide/intl/addingfonts.html. Basically you just need to install the missing fonts on your operating system. If this doesn't w

Re: Fonts & AWT

2007-01-18 Thread David Morales
Sorry... i had problems in other apache mailing lists... And then... can't i set my own fonts when using awt?? i mean, awt-fop stablishes fonts?, or awt-java? Thanks again. Chris Bowditch escribió: David Morales wrote: Hi... Can anybody tell me how can i change fonts in fop-awt pr

Fonts & AWT

2007-01-18 Thread David Morales
Hi... Can anybody tell me how can i change fonts in fop-awt preview?? i mean, if i create a pdf with fop i can configure fonts, but when i do the same operation in awt fonts aren't the same... Does Fonts used in fop-awt are system/jdk fonts?? are they fop user-config's file fonts?? I've t

AWT FONTS

2007-01-18 Thread David Morales
Hi... Can anybody tell me how can i change fonts in fop-awt preview?? i mean, if i create a pdf with fop i can configure fonts, but when i do the same operation in awt fonts aren't the same... Does Fonts used in fop-awt are system/jdk fonts?? are they fop user-config's file fonts?? I've t

AWT FONTS

2007-01-18 Thread David Morales
Hi... Can anybody tell me how can i change fonts in fop-awt preview?? i mean, if i create a pdf with fop i can configure fonts, but when i do the same operation in awt fonts aren't the same... Does Fonts used in fop-awt are system/jdk fonts?? are they fop user-config's file fonts?? I've tr

FOP -awt Courier Space Problem

2006-10-03 Thread Curl, David (GE Infra, Transportation)
Using fop-0.20.3, Java 1.4 When I print from FOP using -awt or -print I get a problem the the width of the Courier 'space' character. It seems like the width for a Courier 'space' is larger than the width for the other characters. I am using the Courier font so I can line up the output in col

Re: image data in EPS file

2006-09-11 Thread David Delbecq
If you are under a unix environment, i recommend the use of ps2png to convert an eps to a bitmap picture. (note, ps2png is just a small script that use gs) Jeremias Maerki a écrit : > Not really a FOP question, is it? :-) > > You should look into the EPS and DSC specifications from Adobe. They are

RE: Font Metrics for Adobe Acrobat Asian Font Pack

2006-08-07 Thread David Nesbitt
Jeremias > There are currently some talks about fonts. You may want to look into > the fop-dev mailing list. All the details can be found there. Whether > OpenType fonts with CFF glyphs (like the ones from the font pack) are > going to be implemented is not clear right now. Implementing CFF wou

RE: Font Metrics for Adobe Acrobat Asian Font Pack

2006-08-04 Thread David Nesbitt
: Font Metrics for Adobe Acrobat Asian Font Pack If you mean the Japanese font pack for Acrobat 7, those are OpenType fonts which are currently not supported by FOP. On 04.08.2006 06:35:53 David Nesbitt wrote: > Does anyone know how to create FOP font metrics for the Adobe Acrobat > Asian fon

Font Metrics for Adobe Acrobat Asian Font Pack

2006-08-03 Thread David Nesbitt
Title: Font Metrics for Adobe Acrobat Asian Font Pack Does anyone know how to create FOP font metrics for the Adobe Acrobat Asian font pack?  I would like to support Japanese documents without having to embed the Microsoft TrueType fonts in the PDF file. Alternatively, does anyone have a fon

Re: FOP 0.92b Logger

2006-07-06 Thread Heinzer David
not negligible. Thanks all for your help. Best regards. Heinzer David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XSL Optimization

2006-07-04 Thread Heinzer David
problem comes from data tabs. I believe FOP doesn't make free memory after each tab creation. Regards Heinzer David You can find a simplified version of my XSL file [URL="http://blastobi.info/stockage/reportGen.xsl&

Re: FOP 0.92b Logger

2006-07-04 Thread Heinzer David
the ouput display with configuration of Jakarta, the "abstract layer" between FOP and , by example, log4j. Arturo, if you always agree, I will be interesting for your code. I thank you in advance. Best regards Heinzer David heinzer

FOP 0.92b Logger

2006-07-03 Thread Heinzer David
dow. I tried to create Log and LogFactory but I don't understand how to change the output display. Please help, I will crack down :/ Thanks in advance (and sorry for my english ^^') Heinzer David - To unsubscribe, e-ma

Re: list-item formatting in 0.92

2006-06-09 Thread David P. Nesbitt
Thanks, Jeremias! --- Jeremias Maerki <[EMAIL PROTECTED]> wrote: > David, > > the reason for the problem is a vertical overflow in > the static-content. > > Log output: > WARNING: static-content overflows the available > area. (fo:static-content, "Header1

Re: list-item formatting in 0.92

2006-06-08 Thread David P. Nesbitt
to demonstrate what's going on. > > On 06.06.2006 18:15:26 David P. Nesbitt wrote: > > Jeremias, > > > > Thanks for the assistance. Would it help if I > > provided the generated PDF? > > > > Regards, > > Dave > > > > --- Jeremia

Re: list-item formatting in 0.92

2006-06-06 Thread David P. Nesbitt
Jeremias, Thanks for the assistance. Would it help if I provided the generated PDF? Regards, Dave --- Jeremias Maerki <[EMAIL PROTECTED]> wrote: > Hmm, I don't see the effect you describe. The > snippet renders as I would > expect. > > On 06.06.2006 04:38:52 David

list-item formatting in 0.92

2006-06-05 Thread David P. Nesbitt
The formatting of list-item has seemed to have changed from 0.20.5 to 0.92. I have a list item (code contained below) that is rending as follows in 0.92: - |item-body (block 1)| - |item-label|

Re: What happened to base dir in 0.92?

2006-06-05 Thread David P. Nesbitt
eplacement WARNING: Font 'Arial,normal,400' not found. Substituting with default font. And here are the configuration file entries that I am using: Any ideas? Regards, Dave --- Andreas L Delmelle <[EMAIL PROTECTED]> wrote: > On Jun 5, 2006, at

Re: What happened to base dir in 0.92?

2006-06-05 Thread David P. Nesbitt
ine for me with 0.20.5, but I can't seem to get it to work with 0.92. Regards, Dave --- Andreas L Delmelle <[EMAIL PROTECTED]> wrote: > On Jun 3, 2006, at 19:13, David P. Nesbitt wrote: > > > Andreas, > > > > Thanks for the response. However, I am running in

Re: What happened to base dir in 0.92?

2006-06-03 Thread David P. Nesbitt
Thanks again, Andreas! I will try that out on Monday and let you know how it turns out. As always, I sincerely appreciate the help! Regards, Dave --- Andreas L Delmelle <[EMAIL PROTECTED]> wrote: > On Jun 3, 2006, at 19:13, David P. Nesbitt wrote: > > > Andreas, >

Re: What happened to base dir in 0.92?

2006-06-03 Thread David P. Nesbitt
e. Anyone know how to do this for embedded mode? Regards, Dave --- Andreas L Delmelle <[EMAIL PROTECTED]> wrote: > On Jun 3, 2006, at 03:33, David P. Nesbitt wrote: > > Hi David, > > > > > With 0.92, there doesn't seem to be a mechanism > for > > ini

What happened to base dir in 0.92?

2006-06-02 Thread David P. Nesbitt
We store our images and font metrics files in a resource directory in our war file. Using the following code in 0.20.5, we could access these images and font metrics from within the war file. org.apache.fop.configuration.Configuration.put( "baseDir", AbstractDataRetr

  1   2   >