Re: Acrobat 10.1.7 crash by loading plugin with using clr
I am having the same issue. Figure out any way around it yet?
View ArticleRe: Acrobat 10.1.7 crash by loading plugin with using clr
we have a lot of logic built in .NET that we don't want to re-write in native code just so we can use from the plug-in. This approach worked just fine until Adobe 10. Something changed in Adobe 10...
View ArticleRe: Acrobat 10.1.7 crash by loading plugin which using CLR
I have the same issue. Were you able to find a solution? This worked just fine in Acrobat 9, started breaking in 10 and 11.
View ArticleRe: How can I access the "security" constant from JSObject?
I figured it out myself. The "security" object is a static property of JSObject so in order to use it I have to go through the step of retrieving it from the JSObject static properties. This is done...
View ArticleRe: Acrobat 10.1.7 crash by loading plugin with using clr
You can say that again.Problem is apparently caused by latest 'security' updates for Acrobat.If this is not change unavoidably made on security, I want them to correct as a bug.
View ArticleRe: Calculating outSigValueSize
Hi, If you are using PROP_PSENG_SignFormatPKCS7DetachedDigest then you digestValue would be null and you can retrieve that data to sign from the data buffer. My sigGetSigValue looks something like:...
View ArticleCreating a Plugin that will save the PDF to a specific location when signed.
I have been working to create a system where when one signs a document, the file is automatically saved to a specific location and the file name is determined by certain fields entered within the...
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
It's questionable whether Adobe would grant you a license to do this with Reader...
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
You are definitely going to need a plugin for this. And as noted, we'd need more info to determine if we will grant the license. Fill out the paperwork and send it in!
View ArticleWhich signature handler to use when timestamping data
Hi, I am struggling to validate my timestamped data with my signature handler. I how also need to be able to validate the signatures using Adobe default security handler. I currently have my handler...
View ArticleRe: Which signature handler to use when timestamping data
The ETSI handler is for supporting a special type of signature described in ETSI TS 102778-4 (aka PAdES Part 4). If you include timestamp data in your own signature model, then you need to validate it...
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
I'm sorry if I come across as ignorant, but I have never done anything like this before. If you could direct me to the paperwork that I need, that would be wonderful. As stated in the discussion I...
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
The documentation on how to get Reader keys is in the Acrobat SDK. You might like to consider whether it would be easier to just standardise on Acrobat.
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
Though I should mention that what you describe (controlling where forms are stored) would normally be done using http/https technology on an intranet server. In a medical setting where auditability...
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
Thanks for the concern/suggestion. I should clarify the entire setup more clearly, though. We have a database program that scans a specific network drive for the PDF files and if they are in the...
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
I think that, in saying Acrobat may get expensive, you maybe should first find out what a Reader plug-in license will cost - certain classes are likely to be in five figures.
View ArticleRe: Creating a Plugin that will save the PDF to a specific location when signed.
After looking over the paperwork for creating a Reader plugin, I now have a clearer understanding of what would and would not be allowed as far as Reader is concerned and I have determined that my...
View ArticleHow to extract path from a Widget Annotation action button?
Hi everyone, I am new to Acrobat SDK and i am having a hard time trying to figure this out... I am trying to extract the "UF" Value from "AA"(additional action) -> "D" -> "F" -> "UF" from a...
View ArticleRe: How to extract path from a Widget Annotation action button?
Hold down Ctrl and press OK when you get the error, to get more details on the exception. And, which line gives the exception?
View ArticleRe: How to extract path from a Widget Annotation action button?
Thank you for the quick reply. Here is the detail i get when i hold Ctrl and press OK: "Expect a dict object" It did not give me which line the code error out on though. Is there another way to know...
View Article