Method to Get the SubmitURL Value

I can change the value of a button's submit URL successfully. But I would like to get the value of a button's Submit URL before changing it. What method do I use?

Thanks,
Diane Asberry

Hi Diane,


Thanks for your inquiry. I am afraid the requested feature is not available at the moment. However we have logged an enhancement feature as PDFNEWNET-36943 for further investigation and implementation.

We are sorry for the inconvenience caused.

Best Regards,


Hi Diane,


Thanks for your inquiry. Please use following code to get url of submit button. Hopefully it will help you to accoplish the task.

Document doc = new Document(“Input.pdf”);<o:p></o:p>

SubmitFormAction act = doc.Form[1].OnActivated as SubmitFormAction;

Console.WriteLine(act.Url.Name);

Please feel free to contact us for any further assistance.


Best Regards,

Thank you for your assistance.

Diane

Hi Diane,


Thanks for your feedback. It is good to know that your issue has been resolved.

Please feel free to contact us for any further assistance, we will be more than happy to extend our support.

Best Regards,

The issues you have found earlier (filed as PDFNEWNET-36943) have been fixed in Aspose.Pdf for .NET 9.3.0.

Blog post for this release can be viewed over this link


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.