Dependency conflict - Apache PDFBox | Community
Skip to main content
New Participant
October 8, 2024
Solved

Dependency conflict - Apache PDFBox

  • October 8, 2024
  • 3 replies
  • 1280 views

I am working on a use case in which I want to embed an image inside a PDF file. After that, I need to send it as a servelet response. 
I am using PDFBox library from Apache to do so. But, I am not able to resolve the dependencies. 

POM: 

<!-- Apache PDFBox Dependencies -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.2</version>
</dependency>

error: 


In the image, the version which is mentioned in the bundles is 3.0.4 which does not exist. 

 

3 replies

New Participant
May 16, 2025

Hello @harpreetsi5 

Have you implemented finally pdfbox.io? We have problems to deploy it on AEM Cloud, on local SDK it compiles and bundle is started, but on Cloud it is impossible.

Regards,

kautuk_sahni
Employee
October 16, 2024

@harpreetsi5 Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
EstebanBustamante
EstebanBustamanteAccepted solution
New Participant
October 8, 2024