Making text bold in Adobe Acrobat
If you want to make a text bold in Adobe Acrobat, you will have to 1. first select Advanced Editing Toolbar. 2. In advanced edit toolbar, select TouchUp Text tool. 3. Then select the text you want to make bold, right click, and select properties. 4. Under Text tab, you will find Font option. 5. Select Font option and you will see Bold option for the font that is being used. For example, if selected text is font type Verdana , then under Fonts option, you should see a Verdana Bold option. If you do not see respective Bold Font, then you would have to pick a font that supports Bold Option. I know, its unlike Word but atleast we know the way now how to do make text bold in Adobe Acrobat.
Comments
Happy Eud to you. I've seen your post about using SAML with your custom Web Application. So I'd like to know if you have succeeded in implementing SAML there. Also I want to ask you the following.
- Do you know if there is a list of servers and applications that support SAML? Also is there a list of AAA servers that do support such protocol too.
- As far as I see, it's meant to be used with web applications only, so is there any alternative solutions for non web applications (telnet server for example)?
Thanks
Yes, I have been successful in implementing SAML. As for your questions, see below :
1. There are some companies out there who provide you SAML solution i.e. as a IDP (identity provider) or as a Source provider.
The ones I came across were
http://www.actividentity.com/solutions/technology/esso__overview.php
http://www.pingidentity.com/landing-pages/secure_sso.cfm?gcid=S31179x001-SINGLELP&keyword=single%20sign-on&gclid=CKnPmsuIz5YCFRJexwodtm4WxQ
http://www.quest.com/authentication-services/
2. Yeah, i have seen SAML for web applications so far but I believe pingidentity has some implementation wherein, you get software/application, which keeps running like a server and listens to the incoming requests.
I dont know the scope of your project, but all this is done using Java api's. Most preferred out there are OPENSAML and Apache XML Security Library.
I hope the information helps.