Skip to content

Commit 25f158d

Browse files
committed
Add dependency on PDF/UA module
DEVSIX-8478
1 parent c6227c1 commit 25f158d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

itext/itext.html2pdf/itext.html2pdf.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')" />
3939
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')" />
4040
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')" />
41+
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfua\itext.pdfua.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfua\itext.pdfua.csproj')" />
4142
</ItemGroup>
4243
<ItemGroup>
4344
<EmbeddedResource Include="resources\default.css">
@@ -77,4 +78,4 @@
7778
<ItemGroup>
7879
<None Remove="resources\NOTICE.txt" />
7980
</ItemGroup>
80-
</Project>
81+
</Project>

0 commit comments

Comments
 (0)