Bug 48376 - [PATCH] AFP page overlay is missing when the intermediate file input provided
Summary: [PATCH] AFP page overlay is missing when the intermediate file input provided
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: PC Windows Vista
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 08:23 UTC by Venkat Reddy
Modified: 2012-04-01 07:04 UTC (History)
1 user (show)



Attachments
Page Overlay patch (959 bytes, patch)
2009-12-11 08:23 UTC, Venkat Reddy
Details | Diff
Page overlay XSL:FO document (working) (559 bytes, text/plain)
2009-12-11 08:27 UTC, Venkat Reddy
Details
Page Overlay intermediate input file (not working) (1.14 KB, text/plain)
2009-12-11 08:28 UTC, Venkat Reddy
Details

Note You need to log in before you can comment on or make changes to this bug.
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