Andrea Vacondio
Andrea Vacondio
From the PDFsam forum: Scanned PDF often contain blank pages. It would be a handy feature if PDFSAM could automatically detect and remove blank pages.
This is apparently trivial but it has an impact since we have a single int version of the pdf version that is used as friendly name (i.e. 7 means 1.7,...
This would make sense for - single input multiple output: the output files are saved in the same directory as the input document - multiple input multiple output: as described...
From the PDFsam forum: I would like to ask this as a feature request: to be able do digitally sign documents, with a token or smartcard. Also would be very...
**Is your feature request related to a problem? Please describe.** My problem is I have 3 identical workspaces pointing to different environments (local, test, dev, prod..) and it happen from...
Hi, I'm in the process of moving a project from classpath to modulepath. I got a compile error which boils down to `CMSEnvelopedData` public constructor taking a `ContentInfo` argument https://github.com/bcgit/bc-java/blob/36e75a9a26479420d44008cefd28de2f2db083c3/pkix/src/main/java/org/bouncycastle/cms/CMSEnvelopedData.java#L68...
Hi, I had some hard time migrating my tests to the latest version. Tests for my tables were failing so, after some investigation I managed to create a unit to...
I'm packaging my app using the Maven shade plugin to create an uber jar. I'd like to generate a repo containing the single fat jar and scripts that run the...
According to the website [here](http://www.mojohaus.org/appassembler/appassembler-maven-plugin/usage-program-jvmsettings.html), specifying a `extraJvmArguments` will generate scripts where a an env variable `EXTRA_JVM_ARGUMENTS` is used to pass the specified args. As far as I understand this...