Problem When opening a PDF in Adobe Acrobat Reader DC - the PDF is read-only and all edit options (e.g. adding a comment) are disabled. The following message is displayed…
Problem When opening a PDF in Adobe Acrobat X Pro - the PDF is read-only and all edit options (e.g. Add or Edit Text Box) are disabled. The following message…
The following code shows how to create breadcrumb navigation with Microdata schema in Squiz Matrix. For example, a page of example.com/level-1/level-2/page Would generate Home > Level 1 > Level 2…
The nl2br PHP function can be used to convert \n \r 'line breaks' to HTML <br> line breaks. It will correctly handle the variations of \r\n \n\r \n \r How…
Notepad++ has a handy little feature to change the case of text. You can switch between lowercase, uppercase and title (proper) case. To use, select the text to change and…
The following steps show how to convert a character (for example a tab or comma) with a new line using Notepad++. For this example we'll be converting The,Quick,Brown,Fox,Jumped,Over,The,Lazy,Dog to The…
The following steps show how to bulk convert negative or positive numbers. Negative numbers (-1) become positive numbers (1) Positive numbers (1) become negative numbers (-1) There are two ways…
Crystal Reports has three built-in functions for transforming the case of text. These are: ProperCase - for transforming text to Title Case LowerCase - for transforming text to lower case…
The following formula shows how to test if a text field contains particular text. For example: Value Formula Result a quick brown fox InStr( {value}, 'red' ) false a quick…