clipboard to xpress tags
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1440
Clipboard to XPress Tags 0.3
Clipboard to XPress Tags - Convert styled text on the clipboard to XPress Tags more>>
Clipboard to XPress Tags is an OSAX which will convert styled text on the clipboard to XPress Tags.
It makes extracting styled text from FileMaker to QuarkXPress a breeze and comes with a sample FileMaker database already including the transfer script.
Completly freeware.
<<lessIt makes extracting styled text from FileMaker to QuarkXPress a breeze and comes with a sample FileMaker database already including the transfer script.
Completly freeware.
Download (27KB)
Added: 2006-01-10 License: Freeware Price:
1387 downloads
Convert To/From XPress tags 1.0
Convert To/From XPress tags - Convert the story in the selected text box to XPress Tags more>>
Convert To/From XPress tags is a script that will convert the story in the selected text box to XPress Tags and replace the story with the XPress Tags text.
If you run Convert To/From XPress tags again and you can convert from the XPress Tags back to formatted text.
Completly freeware.
<<lessIf you run Convert To/From XPress tags again and you can convert from the XPress Tags back to formatted text.
Completly freeware.
Download (9KB)
Added: 2006-01-11 License: Freeware Price:
1383 downloads
Clipboard to HTML 0.6
Clipboard to HTML - Convert styled text on the clipboard to HTML more>>
Clipboard to HTML is an OSAX that will convert styled text on the clipboard to HTML.
The text from any FileMaker Pro database can be converted to HTML instantly.
It will convert styled text data on the clipboard to HTML tagged text. It especially useful for converting styled text in a database for use on the internet.
Optional parameters include:
You can choose the character to use in place of a bullet
You can choose wheter to use line breaks or paragraphs for return characters
THere is an option to have any underlined text treated as raw HTML--perfect for URLs!
<<lessThe text from any FileMaker Pro database can be converted to HTML instantly.
It will convert styled text data on the clipboard to HTML tagged text. It especially useful for converting styled text in a database for use on the internet.
Optional parameters include:
You can choose the character to use in place of a bullet
You can choose wheter to use line breaks or paragraphs for return characters
THere is an option to have any underlined text treated as raw HTML--perfect for URLs!
Download (64KB)
Added: 2006-04-17 License: Freeware Price:
1288 downloads
Clipboard Historian 10.1
Clipboard Historian - Track the history of your clipboard more>>
Clipboard Historian tracks everything that happens to your clipboard, so when you copy something, Clipboard Historian records it.
How would this be useful? Lets say you cut a large block of code/text, and before you paste it you accidentally copy something else. When this happens, just go to Clipboard Historian and click on the orignal snippet, and copy it back to the clipboard! Its that simple, and as always, easy and fast.
Now, Clipboard Historian is built on ultra-fast SQLite technology, allowing you to view, organize, and search your records a super-fast speed.
Enhancements:
- Single quotes now work properly in records.
- Timestamps now include seconds.
- Copying pictures that were captured close together now works.
- You can no longer add blank categories.
- Database file has been moved to the preferences folder, this means you can run Clipboard Historian from anywhere on your computer.
- Added help in the form of Lamtid! Look under the help menu.
<<lessHow would this be useful? Lets say you cut a large block of code/text, and before you paste it you accidentally copy something else. When this happens, just go to Clipboard Historian and click on the orignal snippet, and copy it back to the clipboard! Its that simple, and as always, easy and fast.
Now, Clipboard Historian is built on ultra-fast SQLite technology, allowing you to view, organize, and search your records a super-fast speed.
Enhancements:
- Single quotes now work properly in records.
- Timestamps now include seconds.
- Copying pictures that were captured close together now works.
- You can no longer add blank categories.
- Database file has been moved to the preferences folder, this means you can run Clipboard Historian from anywhere on your computer.
- Added help in the form of Lamtid! Look under the help menu.
Download (1.3MB)
Added: 2006-05-30 License: Freeware Price:
1244 downloads
Other version of Clipboard Historian
License:Freeware
Clipboard Edit 2.0
Clipboard contents editor. more>>
Clipboard Edit is a simple application which allows to edit the contentofthe clipboard (both text and graphic clipboards).
You can save it as aclipping file or as a SimpleText file. Moreover, you can use severalfilters to clean up and convert text clipboard.
<<lessYou can save it as aclipping file or as a SimpleText file. Moreover, you can use severalfilters to clean up and convert text clipboard.
Download (1.6MB)
Added: 2004-05-27 License: Freeware Price:
1980 downloads
Clipboarder 1.0
Clipboarder - Menubar app displays text contents of clipboard more>>
Clipboarder is a simple yet powerful menubar application that displays the text contents of your clipboard.
The Special memory where data is stored temporarily before being copied to another location.
<<lessThe Special memory where data is stored temporarily before being copied to another location.
Download (3.2MB)
Added: 2006-02-19 License: Freeware Price:
1342 downloads
Clipboard Scripts Lite 1.0
Clipboard Scripts Lite - a group of AppleScripts designed to automate small tasks that users perform frequently more>>
Clipboard Scripts are a group of AppleScripts designed to provide users with a quick and easy way to become more efficient in their everyday routines. By automating small tasks that users perform frequently, these scripts will help to reduce common repetition in an average users day. This generates more time for focusing on other important tasks.
Clipboard Scripts use the clipboard as the basis for the tasks they perform. The clipboard is a part of the Mac OS which holds data when copying and pasting in different applications. When you select text in a document, and choose "Copy" from the "Edit" menu, the text is copied to the clipboard. The AppleScripts that make up "Clipboard Scripts" are built to perform various tasks to text data on the clipboard.
Clipboard Scripts are intended to be triggered from the Apple "Script Menu", which is included with Mac OS X. You may need to "activate" the script menu, if you havent done so already. This can be done by double clicking on the "Script Menu.menu" item in the "Applications > AppleScript" folder on your Mac OS X computer. Once you have done this, a script icon should appear in your menu bar at the top of the screen.
Scripts used in the scripts menu may be triggered from within any application.
Youll notice that a fairly wide range of scripts are installed by default. "Clipboard Scripts" help to extend that base set by providing additional useful functionality.
This solution includes the following scripts:
Add Prefix - Prompts for a prefix, and adds that prefix to the beginning of each paragraph on the clipboard. The modified text is then placed back on the clipboard to be pasted into the desired location.
Add Suffix - Prompts for a suffix, and adds that suffix to the end of each paragraph on the clipboard. The modified text is then placed back on the clipboard to be pasted into the desired location.
Convert to Lowercase - Converts the text on the clipboard to lowercase format. The converted text is then placed back onto the clipboard to be pasted into the desired location.
Convert to Uppercase - Converts the text on the clipboard to upper case format. The converted text is then placed back onto the clipboard to be pasted into the desired location.
Display Length - Counts the characters or paragraphs of the text on the clipboard, and displays the count to the user.
<<lessClipboard Scripts use the clipboard as the basis for the tasks they perform. The clipboard is a part of the Mac OS which holds data when copying and pasting in different applications. When you select text in a document, and choose "Copy" from the "Edit" menu, the text is copied to the clipboard. The AppleScripts that make up "Clipboard Scripts" are built to perform various tasks to text data on the clipboard.
Clipboard Scripts are intended to be triggered from the Apple "Script Menu", which is included with Mac OS X. You may need to "activate" the script menu, if you havent done so already. This can be done by double clicking on the "Script Menu.menu" item in the "Applications > AppleScript" folder on your Mac OS X computer. Once you have done this, a script icon should appear in your menu bar at the top of the screen.
Scripts used in the scripts menu may be triggered from within any application.
Youll notice that a fairly wide range of scripts are installed by default. "Clipboard Scripts" help to extend that base set by providing additional useful functionality.
This solution includes the following scripts:
Add Prefix - Prompts for a prefix, and adds that prefix to the beginning of each paragraph on the clipboard. The modified text is then placed back on the clipboard to be pasted into the desired location.
Add Suffix - Prompts for a suffix, and adds that suffix to the end of each paragraph on the clipboard. The modified text is then placed back on the clipboard to be pasted into the desired location.
Convert to Lowercase - Converts the text on the clipboard to lowercase format. The converted text is then placed back onto the clipboard to be pasted into the desired location.
Convert to Uppercase - Converts the text on the clipboard to upper case format. The converted text is then placed back onto the clipboard to be pasted into the desired location.
Display Length - Counts the characters or paragraphs of the text on the clipboard, and displays the count to the user.
Download (196KB)
Added: 2006-01-06 License: Freeware Price:
1388 downloads
Clipboard 1.1
Clipboard - A great and stylish quick way to jot down a note or a reminder more>>
Clipboard is a great and stylish quick way to jot down a note or a reminder.
Enhancements:
- Now has a scroll bar, smaller text to fit more, uses less CPU percentage, and several bugs were fixed.
- The text area also aligns with each page better than the last version.
<<lessEnhancements:
- Now has a scroll bar, smaller text to fit more, uses less CPU percentage, and several bugs were fixed.
- The text area also aligns with each page better than the last version.
Download (94MB)
Added: 2006-03-16 License: Freeware Price:
749 downloads
Other version of Clipboard
License:Free
License:Freeware

Clipboard Checker 1.0
Check what is on your clipboard. more>>
As the title states this app allows you to check you clipboard before you copy something new to it. It really helps when you are dealing with important figures and you want to make sure that you have already pasted something if have been distracted in the middle of your work.
Download (10K)
Added: 2008-07-07 License: Freeware Price:
11 downloads
Set Clipboard To Path Of File 1.0
Set Clipboard To Path Of File - Sets the clipboard to the path of a given file or folder as a text string more>>
Set Clipboard To Path Of File sets the clipboard to the path of a given file or folder as a text string. Now you can paste that string into any document or mail message to tell co-workers where to find a certain file on the intranet.
In case the item is located on a (inside the script configurable) server, the path is being modified to be pasteable into the Go To... menu item of the finder.
<<lessIn case the item is located on a (inside the script configurable) server, the path is being modified to be pasteable into the Go To... menu item of the finder.
Download (32KB)
Added: 2005-11-01 License: Freeware Price:
1455 downloads
Clipboard Image Dimensions 1.0
Provides dimensional info of image in Clipboard. more>>
Clipboard Image Dimensions can quickly provide the width and height of an image held by the clipboard without leaving the current application.
It can be run with a script editor, from system-wide script menus, such as FastScripts and Apples script menu, and by other utilities that allow users to launch compiled AppleScript scripts.
<<lessIt can be run with a script editor, from system-wide script menus, such as FastScripts and Apples script menu, and by other utilities that allow users to launch compiled AppleScript scripts.
Download (8KB)
Added: 2004-10-24 License: Freeware Price:
1826 downloads
RTF to Quark X-Tags 2.1
RTF to Quark X-Tags - Convert styled text to TEXT-files with Quark X-Tags more>>
The RTF to Quark X-Tags script allows you to convert styled text to x-tagged ASCII text, which makes it possible to import text in QuarkXpress with stylesheets included. Save this script as an application or use the enclosed droplet.
This script converts styled text to TEXT-files with Quark Xpress Tags. The following styles and combinations are converted with this script: Italic; Bold; Bold Italic; Underline; AllCaps; Bold AllCaps; BoldItalic AllCaps; Italic Underline; Bold Italic; Underline; Strikethrough; Outline; Shadow; Superscript; Lowerscript. If necessary you can add your own combinations.
The following (Quark)Styles are not supported in Tex-Edit: Word underline, Small Caps, Superior. The script is tested with OS 10.3.5, Tex-Edit Plus 4.6.9 and Quark 6.1, but it might work with other versions as well.
Enhancements:
- Correct file extension added (but the file will be overwritten)
- Works as a droplet
- Solves a bug with importing files containing "@" or "<<less
This script converts styled text to TEXT-files with Quark Xpress Tags. The following styles and combinations are converted with this script: Italic; Bold; Bold Italic; Underline; AllCaps; Bold AllCaps; BoldItalic AllCaps; Italic Underline; Bold Italic; Underline; Strikethrough; Outline; Shadow; Superscript; Lowerscript. If necessary you can add your own combinations.
The following (Quark)Styles are not supported in Tex-Edit: Word underline, Small Caps, Superior. The script is tested with OS 10.3.5, Tex-Edit Plus 4.6.9 and Quark 6.1, but it might work with other versions as well.
Enhancements:
- Correct file extension added (but the file will be overwritten)
- Works as a droplet
- Solves a bug with importing files containing "@" or "<<less
Download (29KB)
Added: 2006-05-23 License: Freeware Price:
1262 downloads
Clear Clipboard 1.5
Clear Clipboard is a powerful program that makes it quick and easy to easily and completely clear the clipboard. Useful for freeing RAM. more>>
Clear Clipboard 1.5 is a powerful program that makes it quick and easy to easily and completely clear the clipboard. Useful for freeing RAM.
Download (5.9KB)
Added: 2002-01-01 License: Freeware Price:
downloads
Smart Clipboard 1.1
Smart Clipboard - Clipboard manager more>>
Smart Clipboard is a free clipboard manager for Mac OS. The basic functionality is working with an unlimited number of clipboards.
Previews of the clipboards are displayed in a menu.
Smart Clipboard allows you to manipulate with the clibpoards using user-defined keyboard shortcuts.
Enhancements:
- preview in the menubar (can be enabled in the preferences)
- keyboard shortcuts bug fixed and more robust code for shortcuts
- bugs connected with changing the number of clipboards fixed
- source code clean-up (will be published in one of the future versions)
- ability to change the number of clipboards directly from the preferences.
<<lessPreviews of the clipboards are displayed in a menu.
Smart Clipboard allows you to manipulate with the clibpoards using user-defined keyboard shortcuts.
Enhancements:
- preview in the menubar (can be enabled in the preferences)
- keyboard shortcuts bug fixed and more robust code for shortcuts
- bugs connected with changing the number of clipboards fixed
- source code clean-up (will be published in one of the future versions)
- ability to change the number of clipboards directly from the preferences.
Download (181KB)
Added: 2005-12-13 License: Freeware Price:
1421 downloads

Cyrillic Clipboard Converter 1.5
Cyrillic Clipboard Converter is a mighty admirable tool which supports Unicode, Windows (cp1251), KOI8-R, DOS (cp866), ISO 8859-5; has an intellectual mechanism for encoding recognition, corrects text typed with a wrong keyboard layout (Russian text on a U.S. keyboard or vice versa). more>> Cyrillic Clipboard Converter 1.5 is a mighty admirable tool which supports Unicode, Windows (cp1251), KOI8-R, DOS (cp866), ISO 8859-5; has an intellectual mechanism for encoding recognition, corrects text typed with a wrong keyboard layout (Russian text on a U.S. keyboard or vice versa).
Includes a function to change register of characters; performs transliteration. Includes English and Russian localizations. To use this utility, you can keep it in the Dock and simply click on it to convert the contents of your clipboard.
Enhancements: Added support for Intel-based Macs.
Requirements: Mac OS X 10.2 or later.
Download (392K)
Added: 2006-05-19 License: Free Price:
downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above clipboard to xpress tags search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed