Re: edit pdf info and sending back to Java Application

2005-10-05 Thread madhavi gadireddy
Actually after looking at the pdf the client needs to edit, if changes are required and we need to save the changes back to database.Glen Mazza <[EMAIL PROTECTED]> wrote: madhavi gadireddy wrote:> Hi,> > I need to edit a pdf created with FOP and send the information back to > Java application. Can

Re: edit pdf info and sending back to Java Application

2005-10-05 Thread Manuel Mall
On Thu, 6 Oct 2005 11:16 am, madhavi gadireddy wrote: > Hi, > > I need to edit a pdf created with FOP and send the information back > to Java application. Can I edit the pdf with FOP or is there any > better way to do it. Any help will be appreciated. Generally speaking PDF is not an 'editable' fi

Re: edit pdf info and sending back to Java Application

2005-10-05 Thread Glen Mazza
madhavi gadireddy wrote: Hi, I need to edit a pdf created with FOP and send the information back to Java application. Can I edit the pdf with FOP or is there any better way to do it. Any help will be appreciated. No, FOP doesn't accept PDF documents as input. Can you give more informat

edit pdf info and sending back to Java Application

2005-10-05 Thread madhavi gadireddy
Hi,   I need to edit a pdf created with FOP and send the information back to Java application. Can I edit the pdf with FOP or is there any better way to do it. Any help will be appreciated.   Thank you, Madhavi. Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

Re: watermark

2005-10-05 Thread J.Pietschmann
Daniel Brown wrote: Thanks for your help so far. What I need is actually a watermark which will be centered on all pages in the page sequence. I can get a watermark on one page but not in all. Maybe I need to have even/odd pages and have a block in each? You should be able to set a background

Re: pdf file on left of home page

2005-10-05 Thread madhavi gadireddy
Thank you John. It worked.John Burgess <[EMAIL PROTECTED]> wrote: Have a look at the fox extensions. In the documentation installed with fop 0.20.5 Extensions is at the bottom of the Features section on the left.or see http://xmlgraphics.apache.org/fop/extensions.htmlmadhavi gadireddy wrote:> Hi,>

Re: border-bottom not working

2005-10-05 Thread Glen Mazza
IIRC these properties don't work in 0.20.5 at the table-row level. Try placing the properties on each fo:table-cell instead. If needing to duplicate each of these properties on every fo:table-cell becomes overly irritating, using XSLT templates to create the fo:table-cells or XSLT attribute s

Re: watermark

2005-10-05 Thread Daniel Brown
Thank you everyone. My solution was to use iText to add the watermark After the PDF is generated. It's the cleanest way to do it. If anyone wants any more info on this, let me know. Regards, Daniel [EMAIL PROTECTED] 10/05/2005 08:41 AM Please respond to fop-users@xmlgraphics.apache.org

border-bottom not working

2005-10-05 Thread Singhal, Ramneek \(Exchange\)
Hi All, I need a table row having some data and a border at the bottom. It should look like CAPITAL - My fo for the same is CAPITAL This fo does not generate a border at the bott

Re: NullPointerException while trying to run FOP servlet

2005-10-05 Thread Glen Mazza
Jeremias Maerki wrote: Was there a nested exception further down the stack trace? If not, this is not enough information for us help you. Please run this document through FOP from the command-line. This might help you track down the problem. Maybe it's not even caused by FOP. If your FO (or X

Clip columns

2005-10-05 Thread Singhal, Ramneek \(Exchange\)
Dear All,   I am creating a Landscape report. On top of the page there are table headers. These headers come from database with the defined width and can be more or less depending upon the report. I have to show only that many headers with the defined width which can fit on the landscape

RE: One pdf report for multiple candidates

2005-10-05 Thread Singhal, Ramneek \(Exchange\)
Create a new everytime a new candidate record is found in the xml -Original Message- From: Avula, Srini [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 7:28 AM To: fop-user@xml.apache.org Subject: One pdf report for multiple candidates Help please.. I would like to create o

Re: One pdf report for multiple candidates

2005-10-05 Thread Jeremias Maerki
Just design your stylesheet in a way that you create one page-sequence per candidate. Then you'll automatically have one page per candidate. On 05.10.2005 14:58:37 Avula, Srini wrote: > I am able to create for one user, but not for multiple users. I would > like to know where do I need to filter

Re: PDF/X and CMYK respectively

2005-10-05 Thread Jeremias Maerki
Sure, it's allowed to think about things like that but everyone has to be aware that these are non-standard extensions to the XSL specification! On 05.10.2005 15:00:58 Dirk Bromberg wrote: > In XEP you can setup the colors via: > > rgb-icc (255, 255, 0, #CMYK, 0, 0, 1, 0) > and > rgb-icc(255,255,

Re: PDF/X and CMYK respectively

2005-10-05 Thread Dirk Bromberg
In XEP you can setup the colors via: rgb-icc (255, 255, 0, #CMYK, 0, 0, 1, 0) and rgb-icc(255,255,0, #SpotColor,'PANTONE Orange 021 C',0.33) rgb-icc(255,255,0, #SpotColor,'PANTONE 169 M',0.5, #CMYK,0,0.2,0.2,0) rgb-icc(255,255,0, #SpotColor,MyColor,0.33, #Grayscale,0.5) is it possible to think a

RE: One pdf report for multiple candidates

2005-10-05 Thread Avula, Srini
Thanks. I am able to create for one user, but not for multiple users. I would like to know where do I need to filter the candidate number to create multiple pages?. Regards acnu -Original Message- From: Jan Pernica [mailto:[EMAIL PROTECTED] Sent: 05 October 2005 13:49 To: fop-users@xmlg

Re: One pdf report for multiple candidates

2005-10-05 Thread Jan Pernica
Use XSL to process your xml file to produce required FO XML, which will be processed by FOP producing the PDF. Regards Jan Avula, Srini wrote: Help please.. I would like to create one pdf report for multiple candidates. Each candidate information should be in a new page. I am using only one

Re: watermark

2005-10-05 Thread Louis . Masters
Daniel: Just stick the template "call" into the body flow.  For example:                                                                                         Better? -Lou Daniel Brown <[EMAIL PROTECTED]> wrote on 10/05/2005 08:28:54: > > Thanks for your help so far. What I need

Re: watermark

2005-10-05 Thread Daniel Brown
Thanks for your help so far. What I need is actually a watermark which will be centered on all pages in the page sequence. I can get a watermark on one page but not in all. Maybe I need to have even/odd pages and have a block in each? Daniel [EMAIL PROTECTED] 10/05/2005 07:16 AM Please

Re: watermark

2005-10-05 Thread Louis . Masters
Daniel: I do something like this with SVG to show the status of the document (draft, final, etc.).  However, transparency is not implemented yet (at least not in 0.20.3) so I have to keep the SVG very unobtrusive and colorless. Not sure if this helps much, but here is some XSL code:        

One pdf report for multiple candidates

2005-10-05 Thread Avula, Srini
Help please.. I would like to create one pdf report for multiple candidates. Each candidate information should be in a new page. I am using only one XML file. The required format is PAGE 1 Candidate Report --- CEN

Re: NullPointerException while trying to run FOP servlet

2005-10-05 Thread Jeremias Maerki
Was there a nested exception further down the stack trace? If not, this is not enough information for us help you. Please run this document through FOP from the command-line. This might help you track down the problem. Maybe it's not even caused by FOP. On 05.10.2005 10:11:12 Mohammed Amin wrote:

NullPointerException while trying to run FOP servlet

2005-10-05 Thread Mohammed Amin
Dear All,   I'm trying to instantiate FOP servlet but i got this exception:   java.lang.NullPointerException at oracle.xml.jaxp.JXTransformer.reportXSLException(JXTransformer.java:776) at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:343) at oracle.xml.jaxp.JXTransformerHandler.endDocu