I want to create following use case using DocuSign iOS SDK.
Create PDF on iPhone app - with text and interactive fields like checkbox, sign and comments field.However not sure how to add them.
Is there any tutorial or document reference available which demonstrate how we can add interactive fields into PDF using DocuSign iOS SDK? I read about anchorTag but it seems to be available via REST/SOAP API.
Thanks!
Related
I need to send pdf to DocuSign than point the signature field to auto position it so signer can sign it.
I need to do it by api not manually by going to DocuSign website .
how to do it can you help me where I can I find this on DocuSign api ?
I don't want to use DocuSign template
Not sure what coding language you may be interested in using, but here is a code Example for Remote signing of either a PDF or HTML in seven different languages, including the original bash script.
You will want to start by getting a developer account and creating an integration key so you can make API calls. Once you have that, you can download the code in https://github.com/docusign/code-examples-java (this is Java, you can also find in C#, PHP, Ruby, Node and Python) and run them to see how they work.
I use Google Dialog Flow and I still created a Agent. I want to customize the appeareance of the chat window and I do not know how to do it. It seems like there is no options to do this in the DialogFlow Console. I have seen that there are products like Botcopy, but I want to do it by myself. Do I need to use the API to integrate the bot into my website if I want to change the looks?
the DialogFlow web widget is mean to be used for testing, you can hack the CSS and override the way it looks but it is not a recommended approach.
In order to integrate your DialogFlow chatbot on a website you can indeed use Botcopy or Kommunicate (both provide a Widget to add to the web site with some customisation options).
If you are a UI guru you want to build something yourself you can use the DialogFlow SDK https://github.com/googleapis/nodejs-dialogflow
Input form adaptive card is supported in WebChat using Bot framework (node.js). The samples can be viewed here in this link. I want to use the same Input form adaptive card in Facebook. Is there any ways through which we can do it? Here in this link it is described about the adaptive cards in carousel layout link and point out that native template of Facebook can be used for adaptive card. So, can the Input form adaptive card also be done using the native templates of Facebook. Have anyone tried it?
The Facebook Messenger renders AdaptiveCards as images and forwards the image to the chat. Consequently, input fields are not supported in the Facebook channel. Also, I don't believe Facebook's templates have input fields.
An alternative option to gather information from the user is to use Facebook's WebView.
Hope this helps.
Is it possible to use this code to create a Sign in with Instagram and how when using Smartface App Studio?
The code website
Your link is broken, I cannot see codes but you can create sign in using Smartface, it is possible if you use plugin or Rest api.
Yes, but I don't advise that.
This code is writen in HTML and CSS, to use it you would have to create a HTML Page in Smartface, and that would be slower than the "native version" with REST API. And even if you use this code, this is just a button, you would have to implement the logic yourself, so it's better to create a ImageButton using a custom image and add the logic with Smartface's WebClient.
I wan't to do this using Mono, but Mono is so transparent the question is really regarding the Android & iOS API.
I want to do the following:
Read all contacts, send to server
Read all available images in the gallery, send to server
Download contacts from server, restore to contacts
Download images from server, restore to gallery
Now, i know i can read the contacts from both iOS and Android. The rest im not so sure about. Is it possible to get all the images from the gallery? Is it possible to create contacts programmaticly? Is it possible to create images and store to gallery programmaticly?
I am interested in doing the mentioned for both iOS and Android! Is i possible?
It is perfectly fine if the app prompts the user to get full acces to mentioned librarys (contacts and gallery).
If you want a unified API across both iOS and Android, you should investigate the Xamarin.Mobile API.
They cover contacts already, and you should submit a request for them to consider a general photo gallery API--makes sense that developers would want a cross-platform way to work with it as well.