[
https://issues.apache.org/jira/browse/FOP-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994854#comment-16994854
]
Michele baravalle commented on FOP-2890:
----------------------------------------
Hello Chris,
AT format is more simple: every text is in one object with x,y coordinates.
On IF format i have in same text object in different position of the page, with
<g> or <viewport> tag for move it (positions are relative I thinks).
It's a pain to recalculate all positions: but I start to rework my code for
support IF format (i don't know if is possible to do - i don't know IF format,
but i try)
Regards
> fo:change-bar problem with AT format
> ------------------------------------
>
> Key: FOP-2890
> URL: https://issues.apache.org/jira/browse/FOP-2890
> Project: FOP
> Issue Type: Bug
> Components: unqualified
> Affects Versions: 2.4
> Environment: Tested on Windows 8/10 and Mac OSX 10.15
> Reporter: Michele baravalle
> Priority: Major
> Fix For: 2.4
>
> Attachments: testChangeBar.fo
>
>
>
>
> Good morning,
> I would like to report the following problem.
> Add fo:change-bar on any fo file and make PDF with fop: it work well. Then
> make AT format with the same fo file and then make PDF from the generated AT
> file: output is wrong (change bar and text are overlapped and moved)
> Regards
> Used commands:
> * PDF (work well): fop testChangeBar.fo -pdf ok.pdf
> * AT + PDF (wrong): fop testChangeBar.fo -at test.at
> and then
> fop -atin test.at -pdf wrong.pdf
--
This message was sent by Atlassian Jira
(v8.3.4#803005)