Bug 48376

Summary: [PATCH] AFP page overlay is missing when the intermediate file input provided
Product: Fop - Now in Jira Reporter: Venkat Reddy <vanukuri.venkat>
Component: generalAssignee: fop-dev
Status: CLOSED FIXED    
Severity: normal CC: vanukuri.venkat
Priority: P2    
Version: all   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Attachments: Page Overlay patch
Page overlay XSL:FO document (working)
Page Overlay intermediate input file (not working)

Description Venkat Reddy 2009-12-11 08:23:24 UTC
Created attachment 24694 [details]
Page Overlay patch

AFP page overlay is getting displayed when I am passing XSL:FO file to generate a AFP output, but page overlay is missing when Intermediate file input provided instead of XSL:FO.

I have generated Intermediate file from the XSL:FO...

            XSL:FO --> IF --> AFP

The above scenario is not working, because IFInputHandler failing to parse the page overlay extension, the same is working when XSL:FO input file provided.

I am attaching the input files with this bug....
Comment 1 Venkat Reddy 2009-12-11 08:27:46 UTC
Created attachment 24695 [details]
Page overlay XSL:FO document (working)
Comment 2 Venkat Reddy 2009-12-11 08:28:40 UTC
Created attachment 24696 [details]
Page Overlay intermediate input file (not working)
Comment 3 Venkat Reddy 2009-12-11 08:32:03 UTC
I have generated the intermediate input file using the following command..

--fop -fo pageoverlay.fo -if application/x-afp pageoverlay.if

I have used the following command to generate AFP output from the intermediate input file

--fop -ifin pageoverlay.if -afp pageoverlay.afp
Comment 4 Chris Bowditch 2010-01-07 04:12:40 UTC
Thanks for the patch Venkat.

I've tested it and it seems to work. Committed fix in revision 896856
Comment 5 Glenn Adams 2012-04-01 07:04:32 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed