DO NOT REPLY [Bug 50510] No content in the generated rtf file using FOP after revision 1036000

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50510 Simon Pepping spepp...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

RE: FOP build

2010-12-22 Thread Eric Douglas
I don't know why my ant builds always seems to fail junit tests, but it appears most if not all of those tests are for the custom fonts it includes for whatever reason. I print everything in one font (Lucida Typewriter) so it's readable and fixed width, so I'll just create my own version and

Question on MimeConstants

2010-12-22 Thread Dickson Robert
Hello All, I just downloaded the FOP jar file. Our Project involves Converting XML to PDF...So, while compiling your examples...we found out that Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, foUserAgent, out); Mime-PDF was not defined in MimeConstants.java Please help with this one

RE: Question on MimeConstants

2010-12-22 Thread Eric Douglas
public interface MimeConstants extends org.apache.xmlgraphics.util.MimeConstants { Check out the other class(es). There's more than one set of MimeConstants combined here. From: Dickson Robert [mailto:dickson.rob...@ag.ny.gov] Sent: Wednesday, December 22,

Patch for large memory usage inside o.a.f.r.p.PDFDocumentHandler

2010-12-22 Thread Alexios Giotis
Hi fop-dev, In one of my use cases, I create a PDF file having about 2 pages from FOP intermediate format. I imagined this as a streaming process (e.g. read a page in FOP_IF, write it to PDF and release memory) with the exception of caching of images. In reality, by analyzing a heap dump

DO NOT REPLY [Bug 50514] New: Images being created with a blueish tint in the PDF

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50514 Summary: Images being created with a blueish tint in the PDF Product: Fop Version: 0.95 Platform: Other OS/Version: Linux Status: NEW Severity: regression

DO NOT REPLY [Bug 50514] Images being created with a blueish tint in the PDF

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50514 --- Comment #1 from jeremy.gr...@jivesoftware.com 2010-12-22 13:14:55 EST --- Created an attachment (id=26441) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26441) The original images -- Configure bugmail:

Re: A question about working on apache fop

2010-12-22 Thread Simon Pepping
Hi Martin and Roland, The FOP team is pleased to accept contributions to FOP, large and small. Contributions are best submitted as a patch attached to an issue in our bug tracking system bugzilla, http://issues.apache.org/bugzilla/enter_bug.cgi?product=Fop. If you plan a larger contribution,

DO NOT REPLY [Bug 43166] unclosed border on nested inlines

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43166 --- Comment #3 from Simon Pepping spepp...@apache.org 2010-12-22 13:39:40 EST --- The patch works of course, but it looks a bit like magic. I would like to dig deeper into this. I am surprised that the actual value of the index makes such

Height of an inline-area

2010-12-22 Thread Vincent Hennebert
Hi, I have a question for the XSL-FO scholars out there. Given the following FO snippet: fo:blockLorem ipsum dolor fo:inline id=outer border=1pt solid redfo:inline id=inner font-size=30ptsit/fo:inline/fo:inline amet/fo:block how tall is the border supposed to be? Section 4.6,

Re: A question about working on apache fop

2010-12-22 Thread Vincent Hennebert
Hello, Welcome to the FOP project. In addition to Simon’s notes, I have a few more specific comments. In theory I would be reluctant to work on any features that have not been standardized yet. The way they are specified may heavily impact the design, so you face the danger of having to throw