Main > Free Download Search >

Free print directory software for mac

print directory

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1684
Print Selection 1.0

Print Selection 1.0


Print Selection - Service to print selected text in an app more>>
Print Selection is a system service.

You can select text and graphics in any cocoa application (safari, mail.app, etc.), go to the services menu and go to "Print Selection" and the selected stuff will be printed.
<<less
Download (60KB)
Added: 2006-07-26 License: Freeware Price:
1194 downloads
Singapore Street Directory 2.07

Singapore Street Directory 2.07


Singapore Street Directory - Search Singapore street map info by street name, building name or landmark name. more>> Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Makes wrinkles.
Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ants original author couldnt live with when developing software across multiple platforms. Make-like tools are inherently shell-based -- they evaluate a set of dependencies, then execute commands not unlike what you would issue in a shell. This means that you can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type such as Unix, that you are working on.
Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. "Is my command not executing because I have a space in front of my tab!!!" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still have yet another format to use and remember.
Ant is different. Instead of a model where it is extended with shell-based commands, Ant is extended using Java classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.
Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}`, but it gives you the ability to be cross platform -- to work anywhere and everywhere. And hey, if you really need to execute a shell command, Ant has an task that allows different commands to be executed based on the OS that it is executing on.
<<less
Download (232KB)
Added: 2008-07-14 License: Freeware Price: FREE
246 downloads
NetFinder Directory Cache 1.0

NetFinder Directory Cache 1.0


NetFinder Directory Cache - Deletes the items in the Directory Cache more>>
NetFinder Directory Cache deletes the items in the Directory Cache folder of the NetFinder 2 Preferences folder in Preferences folder.

NetFinder Directory Cache can also be configured to empty the Trash.
Note that the trash wont be emptied, if there were any other items in it, other than the ones trashed by this script.

Completly freeware.


<<less
Download (7KB)
Added: 2005-12-31 License: Freeware Price:
1396 downloads
Directory Tree 0.9b

Directory Tree 0.9b


Directory Tree - a file/directory viewer/manipulator more>>
Directory View is a file/directory viewer/manipulator. It creates a View (window) which is used to display a selected directory.

Directory Tree is a tool with a plug-in based architecture.

Plugins are required to do anything beyond browsing and basic drag and drop.
This beta release has very limited support. The plugin manager will detect plugins, but thats about it.

It is designed for individuals who know something about the filing system, privileges and how the system works. It is not designed for amateurs.

It does not protect the user from themselves in the same way as the Finder does.
You can inflict a lot of damage to the filing system with this application. (Usual access rights will prevent the system from being hosed).

It allows you to view a directory in six ways :
• Info display : information about the directory itself
• Text display : display contents in a line-by-line text format
• Star display : not yet implemented
• Tree display : an icon based, hierarchical display
• Column display : similar to Finder column display
• Object display : shows ALL* objects in the directory in an icon or list view
• Selected display : lists objects which are in one or more of the four selection states
<<less
Download (1.5MB)
Added: 2007-03-24 License: Freeware Price:
571 downloads
Apache Directory Studio 1.4

Apache Directory Studio 1.4


Apache Directory Studio offers you an ideal LDAP programming platform intended to be used with any LDAP server however it is particularly designed for use with the Apache Directory Server. more>>

Apache Directory Studio 1.4 offers you an ideal LDAP tooling platform which can be used with any LDAP server however it is particularly designed for use with the Apache Directory Server.

Developed as a sub-project of the Directory Top Level Project, Apache Directory Studio is an Eclipse RCP application that takes full advantage of the benefits inherent in the Eclipse platform. Composed of several Eclipse (OSGi) plug-ins, Apache Directory Studio can be easily upgraded with additional plug-ins.

Apache Directory Studio plug-ins can even run within a full installation of Eclipse itself.

Enhancements:
  • DIRSTUDIO-373 - Cant delete a tagged attribute if the non tagged attribute belong to the DN
  • DIRSTUDIO-395 - Problems with special chars (german Umlauts)
  • DIRSTUDIO-396 - Custom LDAP attributes not shown in entry editor
  • DIRSTUDIO-419 - Problems switching between connections
  • DIRSTUDIO-420 - Unable to locate in DIT (f3)
  • DIRSTUDIO-423 - Outline view does not respect the settings of the Entry Editor on displaying or not the operational attributes
  • DIRSTUDIO-427 - Operational attributes turned on by itself
  • DIRSTUDIO-430 - NullPointer exception when fetching children of a node
  • DIRSTUDIO-436 - Eclipse Hangs on Startup
  • DIRSTUDIO-440 - Multiple user permissions precedence issue
  • DIRSTUDIO-442 - Typo in a warning of the New ObjectClass wizard (attribute type instead of object class)
  • DIRSTUDIO-456 - Cannot create an entry with mandatory binary attribute
  • DIRSTUDIO-457 - Unknown schema causes attributes to be treated as operational
  • DIRSTUDIO-460 - Pressing Enter in New Entry wizard should edit the attribute
  • DIRSTUDIO-463 - Browsing the directory produce too many search requests
  • DIRSTUDIO-465 - Context entry created from an LDIF import is not shown in the Browser view
  • DIRSTUDIO-466 - Incorrect error message when importing a bad XML schema file
  • DIRSTUDIO-468 - The LDIF parser does not correctly parse changes
  • DIRSTUDIO-469 - Added wrong AttributeTypes cant be deleted
  • DIRSTUDIO-470 - Schema Browser view is not bring to front when using the Open Schema Browser menu item while the view is already opened but not the frontmost view
  • DIRSTUDIO-472 - SWTException (Widget is disposed) when disabling DIT Quick Search
  • DIRSTUDIO-115 - Unable to edit operational attribute values
  • DIRSTUDIO-150 - Improve error handling
  • DIRSTUDIO-207 - Operationnal attributes cannot be shown entirely
  • DIRSTUDIO-234 - Greyed out menu items should have a tool tip explaining why theyre greyed out
  • DIRSTUDIO-241 - The "New Value" action (in the Entry Editor) should be disabled if the AT is defined as single valued
  • DIRSTUDIO-411 - Select a new created folder in the connection view
  • DIRSTUDIO-412 - Add expand all and collapse all actions to the connections view
  • DIRSTUDIO-426 - Overwritten hashCode() method should not use super.hashCode()
  • DIRSTUDIO-455 - Cannot copy/past an existing search
  • DIRSTUDIO-477 - Update Eclipse dependencies to version 3.4.2
  • DIRSTUDIO-478 - The Exit menu item from the File menu should be removed when running on Mac OS X
  • DIRSTUDIO-335 - DIT Quick Search
  • DIRSTUDIO-397 - Request for multi-language GUI
  • DIRSTUDIO-474 - Add a new GeneralizedTime Value Editor
  • DIRSTUDIO-474 - Support for parentOfEntry userClass in ACI Editor
  • DIRSTUDIO-451 - (I18n) Templates not I18ned in LdifEditor
  • DIRSTUDIO-458 - (I18n) Bundle Eclipse language packs
  • DIRSTUDIO-480 - Update copyright year in the splash screen to 2009
  • DIRSTUDIO-439 - Ldif importer should be case-insensitive in the changeType attribute
Requirements:
  • Mac OS X 10.4 or later, Java 5 or later.
<<less
Download (76MB)
Added: 2008-11-26 License: Free Price:
downloads
Directory Widget 1.0

Directory Widget 1.0


Directory Widget - Find contact info including email address using ldap more>>
Directory Widget will look up directory information (e-mail addresses and more) from many colleges, universities, and other institutions (NIH, for example).

Directory Widget comes preloaded with over 70 servers and users can add more.

Directory Widget uses the LDAP protocol.

<<less
Download (284KB)
Added: 2006-09-06 License: Freeware Price:
1153 downloads
 
Other version of Directory Widget
Directory Widget 1.0Directory Widget - Find contact info including email address using ldap. Directory Widget - Find contact info including email address using ldap. Directory Widget will
Price: FREE
License:Freeware
Download (284KB)
186 downloads
Added: 2006-09-06
t@b Directory Uploader 0.953

t@b Directory Uploader 0.953


t@b Directory Uploader - upload a complete directory to an FTP server more>>
Upload a complete directory to an FTP server, including all subdirectories from a user-friendly interface. Features automatic (no user input required) retry until all files have successfully uploaded.

This program runs on Windows, Mac OS X and Linux.
<<less
Download (946KB)
Added: 2006-03-22 License: Freeware Price:
1356 downloads
Print Every Layer 1.0

Print Every Layer 1.0


Print Every Layer - Print each layer of your illustrator file more>>
Use Print Every Layer to print a separate page for each layer of the frontmost document in Adobe Illustrator.

This compiled script can be used from Apples Script menu or Adobe Illustrators scripts menu.

Completly freeware.

<<less
Download (5KB)
Added: 2006-02-07 License: Freeware Price:
1354 downloads
Quark Print Collection 1.1

Quark Print Collection 1.1


Quark Print Collection is developed to be a versatile program which is packed with prepress tools for QuarkXPress 7 and Adobe Acrobat 7, the industry s most popular publishing applications. more>>

Quark Print Collection 1.1 is developed to be a versatile program which is packed with prepress tools for QuarkXPress 7 and Adobe Acrobat 7, the industry' s most popular publishing applications. The intuitive Quark Print Collection user interface allows you to impose native QuarkXPress layouts or PDF files quickly and simply. Extensive pagination options and advanced control over settings such as bleed and creep provide flexibility and ensure quality. Preview your impositions on screen before printing to verify accuracy and prevent wastage. Maximize efficiency by saving frequently used imposition settings to use again or share with others.

Quark Print Collection also includes XTensions software for QuarkXPress 7 that lets you create custom printer marks such as registration targets, color bars, text slugs and even logos. These marks can be applied to individual items or entire pages.

<<less
Added: 2007-09-24 License: update/patch Price:
downloads
 
Other version of Quark Print Collection
Quark Print Collection 1.01Quark Inc - Quark Print Collection offers you a complete and feature-packed set of prepress tools which is
Price: FREE
License:Updater
Download (44.4MB)
1 downloads
Added: 2007-09-22
Directory Uploader 1.0

Directory Uploader 1.0


Directory Uploader is a product to upload a complete directory ( subdirectories from a user-friendly interface.) to an FTP server more>> <<less
Download (946K)
Added: 2006-03-22 License: Free Price:
downloads
Directory Counter 1.0.0

Directory Counter 1.0.0


Directory Counter is an application that gathers simple information about the contents of a directory more>> Directory Counter is an application that gathers simple information about the contents of a directory. Its main function is to count the number of directories and files that are contained in a chosen directory. The files can be counted by their type.
Requirements:
Mac OS X 10.0 or later.
<<less
Download (59K)
Added: 2002-10-02 License: Free Price:
downloads
Print in batches 1.0

Print in batches 1.0


Print in batches - Speed up printing processes more>>
When InDesign prints, it produces what is known as page-independent PostScript. One of the problems with this is that, with long documents, printing times for pages get longer and longer.

Print in batches is an AppleScript that speed things up by printing pages in smaller batches.

<<less
Download (7KB)
Added: 2006-02-10 License: Freeware Price:
1355 downloads
Print This 1.8.2

Print This 1.8.2


Print This - Prepare docs for printing at later time more>>
Print This is an AppleScript application made so that when you are not near a printer and you have a lot of documents to print you can get them all ready to print by dragging them all onto the Print This application.
Print This will setup a folder to store all of its files. It creates alias in that folder to the documents that you tell it to print.
When you get to a printer you double click on Print This and all the documents are automatically printed. Print This will only set the documents to be printed once. If it has already set that document to print it will not print it again.
Enhancements:
- Fixed minor issue that cause an error alert in some situations.
- Updated for 10.3.9 and above.
<<less
Download (82KB)
Added: 2005-11-28 License: Freeware Price:
1430 downloads
Print Tasks List (Entourage) 1.0.2

Print Tasks List (Entourage) 1.0.2


Print Tasks List (Entourage) - Print an Entourage tasks list in a table more>>
Print Tasks List is an Entourage AppleScript that prints the Entourage Tasks List in a fully-customizable Table format in Word. It also provides some extra features missing from Entourage.

<<less
Download (312KB)
Added: 2006-03-08 License: Freeware Price:
1327 downloads
Print66 0.69

Print66 0.69


Allows remote hosts to connect and print to your printer via TCP/IP. more>>
Print66 is a TCP/IP print server that allows remote hosts (for instance a mainframe) to print to a printer connected to your Macintosh. Conforms to RFC1179 (LPR/LPD).
<<less
Download (137KB)
Added: 2004-11-25 License: Freeware Price:
1796 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5