Re: AFP Rendering

2011-02-05 Thread Sandeep Dhulia
To: fop-users@xmlgraphics.apache.org Subject: Re: AFP Rendering Just FYI, I've added the possibility to add NOP's in fo:declarations (NOP appearing just after BDT) and fo:page-sequence (NOP appearing just after BPG). Not exactly what you want, I know, but I thought I'd mention

Re: AFP Rendering

2011-02-05 Thread Andreas Delmelle
On 05 Feb 2011, at 10:24, Sandeep Dhulia wrote: Hi Sandeep I downloaded the nightly build, but I get following error when I run my solution with it java.lang.NoSuchMethodError: org.apache.xmlgraphics.util.Service.providerNames(Ljava/lang/Class;)Ljava/util/Iterator Am I missing

Re: AFP Rendering

2011-02-05 Thread Andreas Delmelle
On 05 Feb 2011, at 19:57, Andreas Delmelle wrote: ... and for the sake of completeness, here's a quick link to download the latest XGC binary from FOP's trunk: https://svn.apache.org/viewvc/xmlgraphics/fop/trunk/lib/xmlgraphics-commons-1.5svn.jar?view=co Regards Andreas --- On 05 Feb 2011,

Re: AFP Rendering

2011-02-04 Thread Jeremias Maerki
, January 28, 2011 3:09 PM To: fop-users@xmlgraphics.apache.org Subject: Re: AFP Rendering Hi Sandeep, Sorry for the delayed response. The code that handles the rendering of NOPs is within IFRenderer.renderPage() and I can confirm that FOP will always render a page header before a NOP

RE: AFP Rendering

2011-02-04 Thread Dhulia, Sandeep
: Jeremias Maerki [d...@jeremias-maerki.ch] Sent: Friday, February 04, 2011 1:50 PM To: fop-users@xmlgraphics.apache.org Subject: Re: AFP Rendering Just FYI, I've added the possibility to add NOP's in fo:declarations (NOP appearing just after BDT) and fo:page-sequence (NOP appearing just after BPG

Re: AFP Rendering

2011-02-04 Thread Jeremias Maerki
: AFP Rendering Just FYI, I've added the possibility to add NOP's in fo:declarations (NOP appearing just after BDT) and fo:page-sequence (NOP appearing just after BPG). Not exactly what you want, I know, but I thought I'd mention it. Adding NOPs outside their respective containers

RE: AFP Rendering

2011-02-03 Thread Dhulia, Sandeep
@xmlgraphics.apache.org Subject: Re: AFP Rendering Hi Sandeep, Sorry for the delayed response. The code that handles the rendering of NOPs is within IFRenderer.renderPage() and I can confirm that FOP will always render a page header before a NOP. I am not sure how popular the use case is for declaring NOPs

Re: AFP Rendering

2011-01-28 Thread Peter Hancock
: Dhulia, Sandeep Subject: RE: AFP Rendering Hello Sandeep Have You got an answer or a solution on that issue? I would really appreciate to place NOPs or other elements as valid NOPs in the document structure. Otherwise, I have to find a way to solve this with TLEs, which needs change

RE: AFP Rendering

2011-01-27 Thread Peter Weber
Peter -Original Message- From: Dhulia, Sandeep [mailto:sandeep.dhu...@patni.com] Sent: Dienstag, 18. Januar 2011 15:14 To: fop-users@xmlgraphics.apache.org Subject: RE: AFP Rendering Hi Peter, Thanks for your prompt response. Please find attached sample.fo which we are generating. I am

AFP Rendering

2011-01-18 Thread Dhulia, Sandeep
Hi All, I am new to Apache AFP rendering and need your help. I am using Apache FOP to get an AFP output for printing. I am using an afp extension (no-operation) in fo file inside simple page master tag. I get the afp output file with below structure i.e. BDT(Document Start

Re: AFP Rendering

2011-01-18 Thread Peter Hancock
or perhaps a suitably cut down version if you require further investigation. Thanks, Peter On Tue, Jan 18, 2011 at 11:45 AM, Dhulia, Sandeep sandeep.dhu...@patni.com wrote: Hi All, I am new to Apache AFP rendering and need your help. I am using Apache FOP to get an AFP output for printing

RE: FOP - AFP Rendering in OCR-B

2010-10-15 Thread Peter Weber
Subject: Re: FOP - AFP Rendering in OCR-B Hi Peter On 08.10.2010 17:23:39 Peter Weber wrote: Hi Jeremias Sounds like I was on a good way with TypeTransformer. I followed Your instructions. I choose a Type 1 font 'ocrb10.pfm' and transformed it to an AFP Outline font. This font You can

RE: FOP - AFP Rendering in OCR-B

2010-10-08 Thread Peter Weber
Subject: Re: FOP - AFP Rendering in OCR-B Hi Peter Incidentally, I had to look into IBM's TypeTransformer for a client recently. I haven't gone the raster font route. I had some problems there. Instead, I produced an outline font from a Type 1 font. Here's what I did: - Choose a Type 1 font

Re: FOP - AFP Rendering in OCR-B

2010-10-07 Thread Jeremias Maerki
: Peter Weber [mailto:peter.we...@garaio.com] Sent: Montag, 4. Oktober 2010 14:48 To: fop-users@xmlgraphics.apache.org Subject: FOP - AFP Rendering in OCR-B Hi FOP users One Question as simple as possible. How do I configure OCR-B font in FOP for the AFP Renderer? It would be very great

RE: FOP - AFP Rendering in OCR-B

2010-10-05 Thread Peter Weber
) at org.apache.fop.render.afp.AFPRendererConfigurator.fontFromType(AFPRendererConfigurator.java:206) ... 16 more -Original Message- From: Peter Weber [mailto:peter.we...@garaio.com] Sent: Montag, 4. Oktober 2010 14:48 To: fop-users@xmlgraphics.apache.org Subject: FOP - AFP Rendering in OCR-B Hi FOP

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-28 Thread Chris Bowditch
selection in FOP for AFP rendering? Thanks. -- View this message in context: http://www.nabble.com/Media-or-paper-tray-selection-in-FOP-for-AFP-rendering-tp23681345p23681345.html Sent from the FOP - Users mailing list archive at Nabble.com

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-27 Thread Adrian Cumiskey
extensions) Is there a way to specify media/tray selection in FOP for AFP rendering? Thanks. -- View this message in context: http://www.nabble.com/Media-or-paper-tray-selection-in-FOP-for-AFP-rendering-tp23681345p23681345.html Sent from the FOP - Users mailing list archive at Nabble.com

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-27 Thread vvijay
seen any documentation in the latest version regarding this issue (other than postscript extensions) Is there a way to specify media/tray selection in FOP for AFP rendering? Thanks. -- View this message in context: http://www.nabble.com/Media-or-paper-tray-selection-in-FOP-for-AFP-rendering

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-27 Thread Adrian Cumiskey
in FOP. There were some proposals but I haven't seen any documentation in the latest version regarding this issue (other than postscript extensions) Is there a way to specify media/tray selection in FOP for AFP rendering? Thanks. -- View this message in context: http

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-23 Thread Adrian Cumiskey
selection in FOP. There were some proposals but I haven't seen any documentation in the latest version regarding this issue (other than postscript extensions) Is there a way to specify media/tray selection in FOP for AFP rendering? Thanks. -- View this message in context: http://www.nabble.com

Re: Media or paper tray selection in FOP for AFP rendering

2009-05-23 Thread vvijay
documentation in the latest version regarding this issue (other than postscript extensions) Is there a way to specify media/tray selection in FOP for AFP rendering? Thanks. -- View this message in context: http://www.nabble.com/Media-or-paper-tray-selection-in-FOP-for-AFP-rendering-tp23681345p23681345

Media or paper tray selection in FOP for AFP rendering

2009-05-22 Thread vvijay
rendering? Thanks. -- View this message in context: http://www.nabble.com/Media-or-paper-tray-selection-in-FOP-for-AFP-rendering-tp23681345p23681345.html Sent from the FOP - Users mailing list archive at Nabble.com