You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am basically asking how to find the sources needed to build a document without using Maven and without BouncyCastle.
The main page indicates that BouncyCastle is optional. Since I will not be writing PDF files, I have no need to sign the created documents. Therefore, I should have no need for BouncyCastle.
I tired to build only the openpdf/src/main/java/com/lowagie/text/ portion of the source tree, but even that seems to reference bouncycastle stuff. Is BoundyCastle really optional?
I looked at the pom.xml where it says I should use version 1.78.1, but I do not find such a version when looking there. Guidance here would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am basically asking how to find the sources needed to build a document without using Maven and without BouncyCastle.
The main page indicates that BouncyCastle is optional. Since I will not be writing PDF files, I have no need to sign the created documents. Therefore, I should have no need for BouncyCastle.
I tired to build only the openpdf/src/main/java/com/lowagie/text/ portion of the source tree, but even that seems to reference bouncycastle stuff. Is BoundyCastle really optional?
I looked at the pom.xml where it says I should use version 1.78.1, but I do not find such a version when looking there. Guidance here would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions