Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
Marcin Zawadzki wrote: If somebody is working on property page-break-inside ? No. Its way down the priority list because its basically redundant. The only sensoble setting is page-break-inside=avoid, which is the same as keep-together=always, simply replace it. Keep in mind that

Including Fonts in 20.4

2002-10-22 Thread John Gentilin
I want to include windows fonts in my PDF, but not embed them. I converted the ttf font to XML, added it to my config file then I made the change below to FontInfo.java to prevent the exception that occurred where the embedFile is cast to a File object. FOP seemed to run just fine and produced

Two characters on each other. Bug in cell-printing ?

2002-10-22 Thread Marcin Zawadzki
In some cases when I print *.fo document, two characters are printing on this same place. The error appears only when using fop with -print option. Generating pdf works correctly. Below an example: I have table with fo:table border-collapse="separate" \ And a column fo:table-column

Two characters on each other. Bug in cell printing ?

2002-10-22 Thread Marcin Zawadzki
In some cases when I print *.fo document, two characters are printing on this same place. The error appears only when using fop with -print option. Generating pdf works correctly. Below an example: I have table with fo:table border-collapse="separate" \ And a column fo:table-column

Re: page-break-inside

2002-10-22 Thread Oleg Tkachenko
Marcin Zawadzki wrote: Maybe I something dont understand. I have folowing problem with table rows: How to force table rows to be on one page only. When row is to big to fit on actual page it should be moved to next page. I try keeps nad breaks, but it seens to work in diffrent matter. That's

Re: Including Fonts in 20.4

2002-10-22 Thread Oleg Tkachenko
John Gentilin wrote: I want to include windows fonts in my PDF, but not embed them. Ahem, what is the difference? Have you tried this way? If you do not want the font embedded in the PDF then remove the embed-file attribute. The PDF will then contain text using the font with the font metrics

Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
OK thanks. It works now. Marcin Zawadzki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

storing metadata

2002-10-22 Thread Paul . Hussein
I believe the adobe pdf standard includes the ability to store metadata with the pdf. XMP i think they call it. I would like to extend FOP to allow storing of this metadata within the produced PDF. I could then store the FO inside the PDF for later reference. Any ideas if this feasible and how

Re: fo validation issue (Latest FO schema)

2002-10-22 Thread Oleg Tkachenko
Chuck Paussa wrote: I believe that the schematron folks are working on a schematron validator that works as an extension to the schema It's done already, schematron schema can be embedded into xml schema. This actually allows double validation against both schemas. If anyone wants to take on

Re: storing metadata

2002-10-22 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I believe the adobe pdf standard includes the ability to store metadata with the pdf. XMP i think they call it. I would like to extend FOP to allow storing of this metadata within the produced PDF. I could then store the FO inside the PDF for later reference. Any

Re: fo validation issue

2002-10-22 Thread Oleg Tkachenko
Peter B. West wrote: BALI: In Memoriam In a pull model, as distinct from the peephole processing model encouraged by SAX, this is easy, because you know where you are at all times; e.g., whether you are within an fo:flow, or more specifically, whether you are descending within an out-of-line

Re: storing metadata

2002-10-22 Thread Dirk-Willem van Gulik
On Tue, 22 Oct 2002 [EMAIL PROTECTED] wrote: XMP i think they call it. I would like to extend FOP to allow storing of this metadata within the produced PDF. I'd love to see this ! See: http://www.adobe.com/products/xmp/main.html for more details. But this is really just RDF.

Re: fo validation issue

2002-10-22 Thread Peter B. West
Oleg, It's not a question of being a better way to validate, per se. What I'm saying is that it is a better way to process complex XML of fixed structure. The ability to validate is a side-effect of an explicit top-down processing structure, which effectively allows you to read the

Re: Including Fonts in 20.4

2002-10-22 Thread John Gentilin
Oleg, In short yes but... when you pull out that tag it causes the variable embedFile to become null. This is fine since FontReader.java code states that you need to supply a null if you don't want to embed the font info. Presumably since the BasrDir feature was implemented, the FontInfo.java

Re: AW: Re: Bug 13699

2002-10-22 Thread Peter B. West
Jeremias, I'm sorry Jeremias. It was a joke. See bugger and fop in a nearby dictionary. Peter [EMAIL PROTECTED] wrote: I'm talking about multiple instances of Driver of the same FOP version running in different threads at the same time in the same VM. Jeremias wrote: I'm planning to

Re: Including Fonts in 20.4

2002-10-22 Thread John Gentilin
Found it, for some reason if I am not embedding fonts I need to encode the xml file with option -enc ansi once I did that it worked fine. For this next version of FOP, can we make the change to FontInfo.java ?? Regards John G John Gentilin wrote: Oleg, In short yes but... when you pull out

DO NOT REPLY [Bug 13866] - [PATCH] Support for CCITT encoding of TIFF images in PDF output

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

DO NOT REPLY [Bug 13867] New: - [PATCH] Updated examples/fo files to remove all errors and warnings during build

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

DO NOT REPLY [Bug 13867] - [PATCH] Updated examples/fo files to remove all errors and warnings during build

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

Re: FOP defect when rendering rotated grouped text and path objects

2002-10-22 Thread Keiron Liddle
On Thu, 2002-09-26 at 16:09, Matthew L. Avizinis wrote: Hello all I have found that when attempting to render an SVG to pdf if the image contains mixed text and line objects such as paths, rect's, etc. which are grouped, if the group is rotated [by either rotate() or matrix()] by an angle