Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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
Community Advisor

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
Community Advisor

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