How to resolve html2pdf dependency ? | Community
Skip to main content
Level 3
June 26, 2020
Solved

How to resolve html2pdf dependency ?

  • June 26, 2020
  • 2 replies
  • 1840 views

tried in many jar version? Someone help me

 

 

<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itext7-core</artifactId>
<version>7.1.9</version>
<type>pom</type>
</dependency>

<!-- iText pdfHTML add-on -->


<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>html2pdf</artifactId>
<version>3.0.0</version>
</dependency>

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 AlbinIs1

Refer the following forum URL - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/maven-dependency-when-using-opencsv-unable-to-start-bundle/qaq-p/364750 with same type of request to resolve the issue

Regards

Albin I

www.albinsblog.com

2 replies

AlbinIs1Community AdvisorAccepted solution
Community Advisor
June 26, 2020
Level 2
April 16, 2023

@albinis1 I am facing similar issue. Tried adding embed dependency but is of no luck.

I am using AEM Sites SDK.

I have also posted the details in below post

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/com-itextpdf-html2pdf-and-com-itextpdf-kernel-pdf-cannot-be/m-p/587406#M146653

 

Level 2
January 2, 2024

I had similar issue and solved by creating a new common-core module in the project.

Please find the article where I mentioned the steps on how I created.

 

https://www.linkedin.com/pulse/revsolve-external-dependencies-aemacs-arunkumar-papena/