Thursday, September 19, 2013

HTML-Font Face Attribute

The FACE Attribute


The FACE attribute allows you to specify the font that you would like the viewing software to use when displaying your document. The parameter for the this attribute is the name of the desired font. This name must be an exact match for a font name on the reader's machine, or the viewer will ignore the request and use the default font as set by the reader. Capitalization is ignored in the name, but spaces are required.



Upload UIImage as base64 String

Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery       @objc func btnPro...