Hey there!
Currently I have a custom java itb SOAP service that does a bunch of things, herein validating whether a file (currently passed as a base64 string) is a valid pdf and another endpoint validates whether a file conforms to the pdf/a standards.
For this there is a java package called veraPDF that solves this wonderfully. The problem is that I want to move my existing custom itb java service to dotnet/c# for various reasons and dotnet doesn't have something equivelant (to my knowledge atleast) and the PDF functionality would be missed.
I'm considering making a dotnet wrapper around the veraPDF jar/cli but before I use time on that I thought to myself, just maybe, the lovely ITB folks would want such a capability built into the TDL language. What do you think?
Hey there!
Currently I have a custom java itb SOAP service that does a bunch of things, herein validating whether a file (currently passed as a base64 string) is a valid pdf and another endpoint validates whether a file conforms to the pdf/a standards.
For this there is a java package called veraPDF that solves this wonderfully. The problem is that I want to move my existing custom itb java service to dotnet/c# for various reasons and dotnet doesn't have something equivelant (to my knowledge atleast) and the PDF functionality would be missed.
I'm considering making a dotnet wrapper around the veraPDF jar/cli but before I use time on that I thought to myself, just maybe, the lovely ITB folks would want such a capability built into the TDL language. What do you think?