Search Results for "itext-2.1.7.jar" - Page 17

Showing 907 open source projects for "itext-2.1.7.jar"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • 1

    Phone Number Encoding

    Find words for given phone number

    This program finds words for a given number. The words are taken from a dictionary file. Improved with groovy memoization: http://www.solutionsiq.com/resources/agileiq-blog/bid/72880/Programming-with-Groovy-Trampoline-and-Memoize 1. You may download code: git clone git://git.code.sf.net/p/numberencoding/code numberencoding-code 2. Build: mvn clean install assembly:assembly -DskipTests -Dmaven.test.skip=true -DdownloadSources=true -Dcheckstyle.skip=true 3. Run: java -jar target...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    RoboStopwatch

    Automation scheduler and monitor with stopwatch GUI widget.

    This program schedules, launches and monitors any Java Runnable object. Anything you can do from Java, you can schedule and monitor using this program. It includes a nifty stopwatch widget as a metaphor for measuring performance. The monitoring is done via event messages which are displayed in real time in a GUI dialog and stored in a JavaDB database. Any number of tasks (Runnables) can be launched and monitored simultaneously. The user / programmer of the API Jar designs their own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Zorc

    Zorc

    A text based game reboot

    A summer project at a programming camp (TIC) turned into this. As a team this was developed, this is nowhere near as complicated as Zork as it does not use a parser. Feel free to change the code and play with it. There is a batch file attached. This is for Windows only. It assumes that you have the jar file in the root downloads folder, that this is in a root folder, Pictures, Videos, Documents, Desktop. If so, double clicking will launch Zorc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    wavPlayer

    This program plays .wav files from your computer

    Place this java .jar file in any folder, and it will automatically start playing .wav files in the folder you put it in and all subfolders. It has all the tools a normal mediaplayer has, knows how to recycle memory, and has some features to make it easier to use. Feedback is greatly appreciated!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 5

    xkpFTP java component

    FTP java component

    This class .jar java ftp component, easy connect, upload and download files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    DiffBot Java API

    DiffBot API's in JAVA

    DiffBot provides its API in only JSON format, so I created this integrity API in Java to integrate diffBot API in java very quickly and easy. Please Note : DiffBot Java API 0.1 BETA version. Used Other Library integrated in code : Json commons-httpclient-2.0 commons-logging-1.1.1 DiffBotAPI jar : Jar file to use as API in other projects Q. How To use jar file in other projects? A. -- Add Jar file as lib in project. -- No need to add any other extra lib in project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    J Java A Adaptable G Graphical U User A Applications R Runner ============================================================================== Testtool to test graphical applications by controlling the mouse and the keyboard and looking at the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Java Chat Network

    Java Chat Server and Client

    This project provides a simple chat server and client application, created using my Java Socket Network library. The server accepts multiple chat clients and echoes text messages received from individual clients to the rest of the clients. Executable .jar files for the Chat Server and Chat Client are provided. Note: the Socket Network library allows a single server and client to run on the same machine, but two clients may not run on the same machine (due to how the ports are handled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Java Socket Network

    Java Socket Network Library

    "Java Socket Network" is an easy-to-use library that allows users to create simple, event-driven, server-client desktop applications. Users can create "server" and "client" applications which interact with each other from different machines (on the same network). Each server can support multiple clients at the same time. To create a server or client, simply extend AbstractServer (or AbstractClient) and override 4 simple methods. The library handles message sending/receiving, client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10

    Java Game of 31

    Java Card Game

    This GUI driven application plays the Game of 31 with a single human player. The human plays against 5 AI-driven players. A full description of the game rules is provided in "rules.txt". A .jar file is provided for running the game. It must be in the same directory as the "res/" folder so that it can locate the card images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple Java Database

    Simple Database written in Java

    A simple database with commands similar to those of SQL. It is to be run from the command line. (java -jar DatabaseJAR.jar) The application allows users to create tables, add data to the tables, view data from tables using various filters, back-up and restore the database, read commands from a text file, perform various set operations (such as union and intersection) on tables, and define indices on tables to allow faster manipulation. (To simplify the binary tree structure, the define...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Java Bingo Game

    Java Bingo Game

    This application plays games of Bingo with the user. It provides a large variety of game options, such as: call speed, number of cards, AI difficulty, and game type. The most recent game options are stored in a preferences file, so that they are remembered throughout executions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Java Sliding Tile Puzzle

    Java Sliding Tile Puzzle

    ... images (one for an easy puzzle, one for a more difficult puzzle) are provided in the "res/" folder. An executable .jar is provided for running the application. It must be run in the same directory as the "res/" folder so that it can find the arrow button images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java Projectile Motion Calculator

    Java Projectile Motion Calculator

    Swing GUI based projectile motion problem solver. Simply input the known values and click solve. Contains error handling to detect if too much data was entered or if not enough data was entered. Also provides a menu for swapping between metric and Old English units. Sample problem situations provided in "sampleProblems.txt". An executable .jar is provided for running the application. (The application takes a few seconds to start.) NOTE: in most situations in which the final y axis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Jcart

    A soundcart for Windows

    This application allows you to assign a wav file to an onscreen button. When using this app there are a few files and folders generated. In the same directory as the jar config.properties is generated. This holds the names of the files you want to play. These options can also be configured through the Sound Setup menu item. All files you want to play must be copied into the same directory as the jar. Then you must put the names of the files into the Sound Setup window. The files are copied...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    kFunction

    kFunction

    Komplexe Funktionen Plotter

    Dies ist kFunction, der Plotter für komplexe Funktionen, der im Zuge meiner Fachbereichsarbeit entstanden ist. Zum Download stehen alle Source-Files, sowie eine .exe und eine .jar Datei zur Verfügung. Java Version 1.7.0 wird benötigt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PageRank for wikipedia

    PageRank algorithm for wikipedia pages on Amazon Elastic MapReduce

    • Implemented the project using PageRank algorithm for Wikipedia pages on Amazon Elastic MapReduce. • Designed MapReduce jobs for red links removal, outlink adjacency graph, compute the total number of pages, PageRank calculation, sorting of PageRanks. • To run the project on amazon Elastic MapReduce specify jar location. Pass the directory locations as an argument of input and output respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PFM2OSM

    Polish Format Map to Openstreetmap Format and Navit converter

    ... that can now accept data in PFM format. Original logic by: Pindaro ( diecavallax@yahoo.com.br ). House number support, retrofit from Java 1.7 to Java 1.6 and translation to English by me. Dependencies: appframework-1.0.3.jar, common-lang3.jar and swing-worker-1.1.jar.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Fileprivacy

    Fileprivacy

    Fileprivacy easily encrypts your files

    ... change the algorithm after setting the keylength. It has to be restarted for further use. Because there are no start scripts, yet, you have to start Fileprivacy from console by typing: java -jar Fileprivacy-1.0_<version>.jar ####### ALSO NOTE ####### The author of this software is not responsible for the safety of your data. There is no guarantee that one or more of the implemented algorithms cannot be compromised.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    JarSignerGUI

    JarSignerGUI

    Graphical User Interface for keytool and jarsigner JDK tools

    Using JarSignerGUI you can simply sign your JAR files without using the command line. It is written in Java and open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Super Battleship World

    Super Battleship World

    Battleship through network

    This is a Battleship game developed by myself for academic purposes. Main Features: - Player VS PC - Player VS Player through network - Chat available in PvP mode. For playing through network, first you have to create the server and then ask Player 2 to enter the host IP in order to join the game. Attached you'll find the compiled code (JAR) and the sources (Netbeans project). Currently it needs a lot of improvements which I can't find the time to do. Here are the most critical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Objectwiz

    Objectwiz

    Administration tool for JEE applications

    Objectwiz is a an administration tools for JEE 6 applications. Once Objectwiz is installed (one jar and two xhtml files) in the application, administrator can perform the following operations: - display all objects of a particular entity bean, - create/edit entity beans objects, - call methods from the session beans, - launch EJBQL query
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    nmonJava

    Java oriented hacks for nmon

    I'm a big fan of nmon, Nigel Griffiths' server monitor but wanted to hack together something quick to make it more useful for Java. It relies on the original project: https://sourceforge.net/projects/nmon/ and a perl file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Contacts Email Extractor
    This email harvester and bulk mailer is written in java and is totally free. Must have java installed to Click & Run the .jar file. Get email addresses in batches. Mac OS use Contacts Extractor.jar with the JavaMail API in a \lib folder next to it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple java based command line SQL editor. Will connect to any database that you can provide a JDBC Type 4 driver for (in the form of a jar).
    Downloads: 0 This Week
    Last Update:
    See Project