[jira] [Commented] (FOP-2589) how to support BPS/EPS to the page segment functionality for AFP rendering

2016-11-07 Thread Vikas (JIRA)

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

Vikas commented on FOP-2589:


AFP resources such as overlays, medium overlays, or page segments can be 
created using the IBM AFP printer driver. Below url might be useful,
http://www-01.ibm.com/support/docview.wss?uid=nas8N1018625


> how to support BPS/EPS to the page segment functionality for AFP rendering
> --
>
> Key: FOP-2589
> URL: https://issues.apache.org/jira/browse/FOP-2589
> Project: FOP
>  Issue Type: Improvement
>  Components: unqualified
>Affects Versions: trunk
> Environment: Operating System: All
> Platform: All
>Reporter: Le Duy Nhac
> Attachments: BPS_EPS_Apearrence.png
>
>
> I don't know how to create BPS (Begin Page Segment)/ EPS (End Page Segment) 
> into the generated AFP. I found that in FOP-1809 you can do that via the 
> optional attribute 'resource-file' of The include-page-segment extension 
> element.
> Could you please give me an example how to create BPS/EPS? (I am using 
> fop-2.1.jar)
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2589) how to support BPS/EPS to the page segment functionality for AFP rendering

2016-03-10 Thread Le Duy Nhac (JIRA)

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

Le Duy Nhac commented on FOP-2589:
--

In addition, please advice me how to create a resource file.
I followed the link below to create it but it seems my one is incorrect.
http://www4.infoprintsolutionscompany.com/help/index.jsp?topic=%2Fcom.infoprint.ave%2Fafpvwb%2Fresourcegroupfile.html


> how to support BPS/EPS to the page segment functionality for AFP rendering
> --
>
> Key: FOP-2589
> URL: https://issues.apache.org/jira/browse/FOP-2589
> Project: FOP
>  Issue Type: Improvement
>  Components: unqualified
>Affects Versions: trunk
> Environment: Operating System: All
> Platform: All
>Reporter: Le Duy Nhac
>Assignee: fop-dev
> Attachments: BPS_EPS_Apearrence.png
>
>
> I don't know how to create BPS (Begin Page Segment)/ EPS (End Page Segment) 
> into the generated AFP. I found that in FOP-1809 you can do that via the 
> optional attribute 'resource-file' of The include-page-segment extension 
> element.
> Could you please give me an example how to create BPS/EPS? (I am using 
> fop-2.1.jar)
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2589) how to support BPS/EPS to the page segment functionality for AFP rendering

2016-03-10 Thread Le Duy Nhac (JIRA)

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

Le Duy Nhac commented on FOP-2589:
--

In addition, please advice me how to create a resource file.
I followed the link below to create it but it seems my one is incorrect.
http://www4.infoprintsolutionscompany.com/help/index.jsp?topic=%2Fcom.infoprint.ave%2Fafpvwb%2Fresourcegroupfile.html


> how to support BPS/EPS to the page segment functionality for AFP rendering
> --
>
> Key: FOP-2589
> URL: https://issues.apache.org/jira/browse/FOP-2589
> Project: FOP
>  Issue Type: Improvement
>  Components: unqualified
>Affects Versions: trunk
> Environment: Operating System: All
> Platform: All
>Reporter: Le Duy Nhac
>Assignee: fop-dev
> Attachments: BPS_EPS_Apearrence.png
>
>
> I don't know how to create BPS (Begin Page Segment)/ EPS (End Page Segment) 
> into the generated AFP. I found that in FOP-1809 you can do that via the 
> optional attribute 'resource-file' of The include-page-segment extension 
> element.
> Could you please give me an example how to create BPS/EPS? (I am using 
> fop-2.1.jar)
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2589) how to support BPS/EPS to the page segment functionality for AFP rendering

2016-03-10 Thread Le Duy Nhac (JIRA)

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

Le Duy Nhac commented on FOP-2589:
--

Hello Simon,

Thank you for your quick feedback but I still cannot create BPS/EPS tags.

Could you please give me your example?

Below is my example:
>fop -fo afp-page-segment-demo.fo -afp afp-page-segment-demo.afp

---afp-page-segment-demo.fo---

http://www.w3.org/1999/XSL/Format";
  xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp";>
  

  
  

  
  

  

  

  


--fop-config.xml---

  
  240
  2.5
  resources.afp
  
...


> how to support BPS/EPS to the page segment functionality for AFP rendering
> --
>
> Key: FOP-2589
> URL: https://issues.apache.org/jira/browse/FOP-2589
> Project: FOP
>  Issue Type: Improvement
>  Components: unqualified
>Affects Versions: trunk
> Environment: Operating System: All
> Platform: All
>Reporter: Le Duy Nhac
>Assignee: fop-dev
> Attachments: BPS_EPS_Apearrence.png
>
>
> I don't know how to create BPS (Begin Page Segment)/ EPS (End Page Segment) 
> into the generated AFP. I found that in FOP-1809 you can do that via the 
> optional attribute 'resource-file' of The include-page-segment extension 
> element.
> Could you please give me an example how to create BPS/EPS? (I am using 
> fop-2.1.jar)
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2589) how to support BPS/EPS to the page segment functionality for AFP rendering

2016-03-10 Thread Le Duy Nhac (JIRA)

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

Le Duy Nhac commented on FOP-2589:
--

Hello Simon,

Thank you for your quick feedback but I still cannot create BPS/EPS tags.

Could you please give me your example?

Below is my example:
>fop -fo afp-page-segment-demo.fo -afp afp-page-segment-demo.afp

---afp-page-segment-demo.fo---

http://www.w3.org/1999/XSL/Format";
  xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp";>
  

  
  

  
  

  

  

  


--fop-config.xml---

  
  240
  2.5
  resources.afp
  
...


> how to support BPS/EPS to the page segment functionality for AFP rendering
> --
>
> Key: FOP-2589
> URL: https://issues.apache.org/jira/browse/FOP-2589
> Project: FOP
>  Issue Type: Improvement
>  Components: unqualified
>Affects Versions: trunk
> Environment: Operating System: All
> Platform: All
>Reporter: Le Duy Nhac
>Assignee: fop-dev
> Attachments: BPS_EPS_Apearrence.png
>
>
> I don't know how to create BPS (Begin Page Segment)/ EPS (End Page Segment) 
> into the generated AFP. I found that in FOP-1809 you can do that via the 
> optional attribute 'resource-file' of The include-page-segment extension 
> element.
> Could you please give me an example how to create BPS/EPS? (I am using 
> fop-2.1.jar)
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2589) how to support BPS/EPS to the page segment functionality for AFP rendering

2016-03-10 Thread simon steiner (JIRA)

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

simon steiner commented on FOP-2589:


There is 
https://xmlgraphics.apache.org/fop/trunk/output.html#afp-resource-group-file

> how to support BPS/EPS to the page segment functionality for AFP rendering
> --
>
> Key: FOP-2589
> URL: https://issues.apache.org/jira/browse/FOP-2589
> Project: FOP
>  Issue Type: Improvement
>  Components: unqualified
>Affects Versions: trunk
> Environment: Operating System: All
> Platform: All
>Reporter: Le Duy Nhac
>Assignee: fop-dev
> Attachments: BPS_EPS_Apearrence.png
>
>
> I don't know how to create BPS (Begin Page Segment)/ EPS (End Page Segment) 
> into the generated AFP. I found that in FOP-1809 you can do that via the 
> optional attribute 'resource-file' of The include-page-segment extension 
> element.
> Could you please give me an example how to create BPS/EPS? (I am using 
> fop-2.1.jar)
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2589) how to support BPS/EPS to the page segment functionality for AFP rendering

2016-03-10 Thread simon steiner (JIRA)

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

simon steiner commented on FOP-2589:


There is 
https://xmlgraphics.apache.org/fop/trunk/output.html#afp-resource-group-file

> how to support BPS/EPS to the page segment functionality for AFP rendering
> --
>
> Key: FOP-2589
> URL: https://issues.apache.org/jira/browse/FOP-2589
> Project: FOP
>  Issue Type: Improvement
>  Components: unqualified
>Affects Versions: trunk
> Environment: Operating System: All
> Platform: All
>Reporter: Le Duy Nhac
>Assignee: fop-dev
> Attachments: BPS_EPS_Apearrence.png
>
>
> I don't know how to create BPS (Begin Page Segment)/ EPS (End Page Segment) 
> into the generated AFP. I found that in FOP-1809 you can do that via the 
> optional attribute 'resource-file' of The include-page-segment extension 
> element.
> Could you please give me an example how to create BPS/EPS? (I am using 
> fop-2.1.jar)
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)