<ul> tag is not properly displaying in PDF generated through FOP | Community
Skip to main content
February 5, 2021
Solved

<ul> tag is not properly displaying in PDF generated through FOP

  • February 5, 2021
  • 2 replies
  • 1653 views

We are generating the PDF using FOP tool. I have checked the XML and XSLT for the <ul> and it is proper.

I have used the same xml, xslt and FOP tool to generate in the standard java and it is working fine.

But when placing the same in the AEM it is not working.

we have used these dependencies 

 

<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.apache.avalon.framework</groupId>
<artifactId>avalon-framework-api</artifactId>
<version>4.3.1</version>
</dependency>

 

my assumption is fop-2.5 is not overriding the fop-1.0 inbuild in aem.

 

Please help me for the same.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @phanindra_busi,

Can you look for this dependency - org.apache.xmlgraphics in your AEM instance Dependency finder console and share the dependency information that it displays

http://localhost:4502/system/console/depfinder 

 

2 replies

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
February 9, 2021

Hi @phanindra_busi,

Can you look for this dependency - org.apache.xmlgraphics in your AEM instance Dependency finder console and share the dependency information that it displays

http://localhost:4502/system/console/depfinder 

 

February 11, 2021
Apache ServiceMix :: Bundles :: xmlgraphics-commons
February 11, 2021