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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
You need to wrap those dependencies as part of your bundle so they are deployed and available at runtime. Please check these threads:
https://aemconcepts.com/aem-osgi/use-3rd-party-api-or-jar-or-dependency-in-aem/
Hope this helps
Hi,
You need to wrap those dependencies as part of your bundle so they are deployed and available at runtime. Please check these threads:
https://aemconcepts.com/aem-osgi/use-3rd-party-api-or-jar-or-dependency-in-aem/
Hope this helps
@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!
Views
Replies
Total Likes
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,
Views
Replies
Total Likes
Views
Likes
Replies