Skip to content

Commit

Permalink
GFORMS-3141 - Improve accessible PDF library (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
DursunGundogan authored Jan 23, 2025
1 parent 5bc690d commit bc50c71
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 213 deletions.
202 changes: 0 additions & 202 deletions conf/pdf/fonts/LICENSE.txt

This file was deleted.

Binary file removed conf/pdf/fonts/arial-bold.ttf
Binary file not shown.
Binary file removed conf/pdf/fonts/arial.ttf
Binary file not shown.
11 changes: 1 addition & 10 deletions conf/pdf/fop.xconf
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@
<accessibility>true</accessibility>
<renderers>
<renderer mime="application/pdf">
<pdf-ua-mode>PDF/UA-1</pdf-ua-mode>
<version>1.4</version>
<fonts>
<font kerning="yes" embed-url="fonts/arial.ttf" encoding-mode="single-byte">
<font-triplet name="arial" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts/arial-bold.ttf" encoding-mode="single-byte">
<font-triplet name="arial-bold" style="normal" weight="bold"/>
</font>
</fonts>
<version>1.4</version>
</renderer>
</renderers>
</fop>
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolvers += "HMRC-open-artefacts-maven2" at "https://open.artefacts.tax.service

resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.22.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.24.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.5.0")

Expand Down

0 comments on commit bc50c71

Please sign in to comment.