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

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • 1

    QueLang

    QueLang is a designing tool to use for Questionnaire Design.

    This is the first implementation of QueLang. QueLang is a language I designed for Questionnaire Design and Implementation. This software can compile your code (written in .ql text files) into a special .qlc format (a kind of database). Then it can read those .qlc files to open them in viewer and export them to PDF format. It can be also used for exam and test designing! Tested on: -Linux Ubuntu 12.04 -Windows 7 64-bit QueLang can run by double clicking the .jar (or .exe) file...
    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
    Calculators

    Calculators

    A combination of a virtual breathalyzer and a calories calculator.

    ... into account a number of factors to produce outcomes as close to actual results as possible. However, the calculations are based on mathematical algorithms and therefore results may differ from reality. Thus, the author is not responsible for the consequences of its use. Download options: - complete application with all the source code as well as jar and exe files. - exe file only. To run the project use Kalkulatory.jar or Kalkulatory.exe. See wiki for a full project description in polish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Lazy File Sorter

    This feature rich program sorts files by their extensions.

    Lazy File Sorter will check files by their extension and move or copy them into their specified output folder. Lazy File Sorter was written in java and works on linux and windows. ATTENTION MAC USERS: This program has not been tested on a mac. Please report your experiences good or bad to help improve this project. The binary in the /bin/Linux folder contains a platform independent jar file that should work on macs. Use only version 1.1 or above as 1.0 will not work properly on macs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
    Learn More
  • 5
    graphICs

    graphICs

    graphICs is a converter transforming GDS II-data to Asymptote-code

    graphICs is used to visualize IC-layout-data from GDS II-files. It reads a stream of GDS II-records, optimizes it by removing objects smaller than a user-defined minimal size an writes it to Asymptote-code. This code can be translated via Asymptote to PDF, PNG or other formats. The output can be specified to be printed on an A-format paper, portrait or landscape, top/right, center or bottom/left align. To use graphICs you need to download the JAR-file containing the program (no installation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Deep Email Miner Application is a software solution for the multistaged analysis of an Email Corpus. Social network analysis and text mining techniques are connected to enable an in depth view into the underlying information. The self-executable Version 1.1 jar file will now run on Java 1.5 or higher. A Windows executable file of Version 1.1 is also provided in the Files section. Documentation can be found on the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Graphane is a solution to generate and deliver enterprise documents (PDF, ODT, RTF, HTML). Templates documents are designed with OpenOffice Writer. Any application being able to export data in XML format can submit these data to the Graphane Server.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    Word Reference Java API

    Java Library for www.wordreference.com API

    .../APIregistration.aspx) This library depends on google's gson library (http://code.google.com/p/google-gson/). Download the *.zip version file which includes the gson library, or the *.jar file if you already have the gson library (or wish to download it separately).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Java Point
    100% portable java application. Designed to work like Microsoft (c) PowerPoint or OppenOffice Impress, but the program itself as well as the presentation is distributed as a single jar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
    Learn More
  • 10
    JPDF Export
    JPDF Export is a java library built on the famous iText library. It provides simple functions that can be used to build complex pdf files. It also provides simple classes to merge, split and convert pdf files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TimeLord
    A simple Personal Software Process (PSP) application that allows a user to log into a JIRA server and retrieve tasks. Then record start, stop, delta time and a description for work completed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    openPDF
    openPDF is based on a several open source software products, such as iText, JPedal, CryptoApplet among others. Allow users to view/modify PDF documents and forms, barcodes generation, data extraction and signature validation.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    This is a small command line calculator I wrote in Java. Run it with "java -jar Calc.jar op num1 num2", where op is the operation. I plan to add a GUI later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Very Quick Wiki is a Java Server Pages based WikiWikiWeb clone. It's goal is to be as lightweight but as functional as possible. It is deployed by dropping a single war file into any J2EE web container without any extra installation processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Application to create PDF document on the fly from any source file format(PRN,HTML,TEXT,CSV) with complete mailing system and reports module. It's made over following library Pdf - IText Web Server- Simple Frame work Database- H2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Some improvements of more Wiki In A Jar. You can now use the edit support if you write a text like in DokuWiki or like in Wikipedia, for exmaple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    "Wiki in a Jar" is a small Wiki written in Java with great focus on simplicity. It is intended to run on a USB stick as a replacement for a paper note- and address book as a Personal Information Manager (PIM). It supports vcard (vcf) contact files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    PDF Annot is a piece of software that enables you to add audio and text annotation to a PDF. It uses JPedal SimpleViewer and iText library. Annotations are supported by Adobe'sofficial PDF Reader. Report any bug here: krakosia[at]gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An J2ME aplication, which allows to view texts in mobile phone (books, articles ...). These texts are inside a .jar file. To inject them into phone, use loader utility. Application also supports user bookmarks and remembers, where you finished reading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    POM-Pdf dOcuments Modifier.A 100% pure java GUI,based upon the iText library.Features are(or will be) [1]Merging(Complete documents*Range of pages*Set bookmark for each merged document) [2]Converting(pdf2ps*pdf2a)[3]Batch[4]Creation(ps2pdf*a2pdf*doc2pdf)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    This project is powered by FCKeditor and iText library. This promotes iText to new WYSIWYG editor level. FCKeditor is now not only HTML editor but also PDF editor Here is the Korean font supported FCKitext...Please download English version at http://
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Purpose: To make an easy to install, easy to use technical stock analyzer with some unusual powerful indicators. To run version newer than 0.5: 'java -jar ltsa.jar'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jasperCall is a Java JAR to call and export JasperReports without the need to write a Java program. Especially it is used to call and export JasperReports from command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Flow4J is a java framework, that enables the user to model process flow with a gui interface. The flow may include tasks, decisions or calls to other process flows. The saved flow is in a jar file together with its bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Signet uses iText to stamp watermarks on PDFs. It can be used within an online order fulfillment system to place transaction details (such as the date, or buyer's name and contact info) within a PDF prior to download, to discourage copyright violation.
    Downloads: 0 This Week
    Last Update:
    See Project