Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

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 

 

Avatar

Level 1
Apache ServiceMix :: Bundles :: xmlgraphics-commons

Avatar

Level 1

Capture.PNG