How can I format an nfc card type 14443-3A usually used to open doors to convert as a business-card? - url-rewriting

I have an nfc card type Tag : ISO 14443-3A that I usually use to open door and I would like to convert as a business card because of the graphic.
I try some applications (iPhone) but I can’t format and I can’t insert the contacts.
Any one knows how can be fixed?
Many thanks in advance and be patient with my English 🙏🏻
Some applications for iPhone and my intent is to Format and convert as a business card my nfc card

Related

How can I send English text and get a German audio file return?

What works on the website: Input a text phrase ("I wish you a Merry Christmas") and get back spoken German voice saying "Ich wünsche Ihnen Frohe Weihnachten".
(How) can this be achieved with the API, getting back an *.MP4 file?
The Translate API basically receives some text content and returns you another text content in the translated language.
If you need to get an audio file with speaking content you should try the Text-to-Speech API.
As you can try here, with the Text-to-Speech API you can send a text content and some options like the language of the text, voice type, speed and some others. In this page you can find some samples and tutorials about how to use the API.

Alexa SDK Card - How to change the font size and font type of the text shown in the card

I would like to change the font-size and the font-type of the text in the Alexa card?
But I don't know if this is possible.
I would like your help,
Thanks.
You cannot change font-size and font-type of Alexa Card.
However, you can include an image with a Standard card.
These are the different kinds of cards available.
A Simple card displays plain text. You provide text for the card title and content.
A Standard card also displays plain text, but can include an image. You provide the text for the title and content, and the URL for the image to display.
A LinkAccount card is a special card type only used with account linking. This card lets users start the account linking process.
A Permissions Card can be used to ask customers for their consent to use resources such as address, postal code etc.
More on cards here
Best practices for card design here

Carousel of cards each having text followed by an image in cortana skills

How to show a carousel of cards in cortana skill, wherein each card should first have some text followed by an image. Hero card does the exact opposite of it (First image and text later). I tried using the markdown ![alt](imagelink) but it doesn't work in cortana. Is there any way to achieve this?
Hopefully soon cortana will support adaptive cards For the time being you have a few choices that may work for you. The closest to what you want is probably a thumbnail card. Below are some samples of different cards you can take a look at and see if one works for you.
C#
Rich Cards
Rich Cards - Carousel
Node
Rich Cards - Carousel
Rich Cards
Cortana doesn't render markdown in title or subtitle of hero card; but it does in text property of hero card. So one way is to put the text and image markdown in text property and it renders properly.

Save data on image that is hard to see by human but recognizable by device with camera

Anyone has any good idea to save data on image that is hard to see by human but recognizable by device with camera?
Number on licence plate can be recognized by computer; QR code can be recognized by our smart phone. They are all visible to human also. What if I had no space to show my QR code beside my ad picture? Visualead has developed something like bellow, which saves space of the QR code.
Can we do it deeper, making the QR code nearly invisible? Use something like special color?

What's the 2D barcode on Google's new goo.gl URL shortner?

As per an example URL shortened here:
http://goo.gl/info/kW1c#week
What is the displayed 2D barcode for (copied here):
It's actually a 2D barcode, and it is a QR code. It is meant to print on stickers and what not to read with your cell phone camera.
http://en.wikipedia.org/wiki/QR_Code
Takes you to the webpage of the shortened URL (usually for mobile devices that can read a QR code).
bonus:
to get a QR code for a goo.gl URL - append .qr :
http://goo.gl/kW1c.qr
Quick answer: printing these barcodes on a webpage is a common way to let people visit/bookmark that page from their phone (using the phone's camera and barcode reader function).
It is important to understand a barcode is a piece of text data, and not an instruction. For example, the above bar code contains the text "http://goo.gl/info/kW1c".
It is the application reading the barcode which interprets it as an instruction. The data is read by a barcode reading application (for example, on a smart phone), and then an appropriate action is typically launched depending on the type of data. For example, if the text starts with "http://" a browser may be launched with that URL. If the data starts with "phone:" the phone application may be launch with that number.

Resources