[jira] [Commented] (FOP-2893) hyph resources in jar should have unique names and should be in Maven central

2019-12-12 Thread Olivier Cailloux (Jira)


[ 
https://issues.apache.org/jira/browse/FOP-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16995182#comment-16995182
 ] 

Olivier Cailloux commented on FOP-2893:
---

You are right. Thank you.

The [request|https://sourceforge.net/p/offo/bugs/] has been done three years 
ago (without the unique names request part), but unfortunately, nobody is alive 
there any more, it seems.

> hyph resources in jar should have unique names and should be in Maven central
> -
>
> Key: FOP-2893
> URL: https://issues.apache.org/jira/browse/FOP-2893
> Project: FOP
>  Issue Type: Bug
>Reporter: Olivier Cailloux
>Priority: Minor
>
> Please consider adding the jar containing the hyphenation resources 
> ({{fop-hyph.jar}}) to Maven central, so that it can be easily added to a 
> third-party application using fop to build PDFs.
> Please also consider giving those resources [unique 
> names|https://github.com/oliviercailloux/java-course/blob/master/Best%20practices/Resources.adoc#use-unique-names]
>  to avoid conflicts and easily identify them. (This means the loader of those 
> resources should also be changed to make it look at the right places.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FOP-2890) fo:change-bar problem with AT format

2019-12-12 Thread Michele baravalle (Jira)


[ 
https://issues.apache.org/jira/browse/FOP-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
 or  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)


[jira] [Commented] (FOP-2890) fo:change-bar problem with AT format

2019-12-12 Thread Chris Bowditch (Jira)


[ 
https://issues.apache.org/jira/browse/FOP-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994836#comment-16994836
 ] 

Chris Bowditch commented on FOP-2890:
-

AT is way more complex than IF, which was designed to be simple. I am surprised 
you think it is the other way round. As I mentioned AT is considered legacy and 
shouldn't be relied on

> 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)


[jira] [Commented] (FOP-2890) fo:change-bar problem with AT format

2019-12-12 Thread Michele baravalle (Jira)


[ 
https://issues.apache.org/jira/browse/FOP-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994825#comment-16994825
 ] 

Michele baravalle commented on FOP-2890:


Hello Chris, thanks for you reply.
Change-bar works well on IF format.
But IF format is to complex to modify for my uses case.
I needs to move a block from page to other in certain conditions: on AT format 
is simple, on IF format is a pain.
I can try to recalculate the element after moving it.

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)


[jira] [Commented] (FOP-2890) fo:change-bar problem with AT format

2019-12-12 Thread Chris Bowditch (Jira)


[ 
https://issues.apache.org/jira/browse/FOP-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16994813#comment-16994813
 ] 

Chris Bowditch commented on FOP-2890:
-

I'm not sure it makes sense to fix a bug in AT. That is a legacy format 
superceded by IF XML. Have you tried Change Bars with IF XML?

> 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)


[jira] [Resolved] (FOP-2894) Fit table contents onto current page

2019-12-12 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner resolved FOP-2894.

Resolution: Fixed

http://svn.apache.org/viewvc?view=revision=1871261

> Fit table contents onto current page
> 
>
> Key: FOP-2894
> URL: https://issues.apache.org/jira/browse/FOP-2894
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: test.fo
>
>
> fop test.fo out.pdf
> content should fit on one page



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FOP-2894) Fit table contents onto current page

2019-12-12 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2894:
---
Description: 
fop test.fo out.pdf

content should fit on one page

  was:
fop test.fo out.pdf

should be 1 page


> Fit table contents onto current page
> 
>
> Key: FOP-2894
> URL: https://issues.apache.org/jira/browse/FOP-2894
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: test.fo
>
>
> fop test.fo out.pdf
> content should fit on one page



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FOP-2894) Fit table contents onto current page

2019-12-12 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2894:
---
Description: 
fop test.fo out.pdf

should be 1 page

> Fit table contents onto current page
> 
>
> Key: FOP-2894
> URL: https://issues.apache.org/jira/browse/FOP-2894
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: test.fo
>
>
> fop test.fo out.pdf
> should be 1 page



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FOP-2894) Fit table contents onto current page

2019-12-12 Thread Simon Steiner (Jira)
Simon Steiner created FOP-2894:
--

 Summary: Fit table contents onto current page
 Key: FOP-2894
 URL: https://issues.apache.org/jira/browse/FOP-2894
 Project: FOP
  Issue Type: Bug
Reporter: Simon Steiner
Assignee: Simon Steiner
 Attachments: test.fo





--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FOP-2894) Fit table contents onto current page

2019-12-12 Thread Simon Steiner (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Steiner updated FOP-2894:
---
Attachment: test.fo

> Fit table contents onto current page
> 
>
> Key: FOP-2894
> URL: https://issues.apache.org/jira/browse/FOP-2894
> Project: FOP
>  Issue Type: Bug
>Reporter: Simon Steiner
>Assignee: Simon Steiner
>Priority: Major
> Attachments: test.fo
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)