tsgrp / OpenContent

TSG's Web Services for ECM Repositories
8 stars 4 forks source link

iText Version #17

Open benallenallen opened 10 years ago

benallenallen commented 10 years ago

The newest version of iText is being included by default in the gradle builds, but since we are using the "released" public version of iText, we don't have the TSG "hacked" version that allows reading of PDFs that have a modify password. This will work fine as long as every PDF does not use any kind of security. The below screenshot is a PDF that will fail to overlay or open in iText because it has a modify password.

We will need to recompile the latest version of iText with the "unethicalreading" mode set to true and save it to the TSG nexus.

This impacts:

See this blog entry on what we need to do to fix this: http://share.tsgrp.com/share/page/site/tsgkb/blog-postview?postId=post-1324417877482_438

image

gsteimer commented 10 years ago

Shouldn't we control this better by updating the gradle build to pull our correct iText version from Nexus rather than Maven Central?

gsteimer commented 10 years ago

@benallenallen - Can we update the jar in our nexus as part of the OA upgrade?