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

307 programs for "itext-2.1.7.jar" with 1 filter applied:

  • 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
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
    Learn More
  • 1

    CalclipseLib

    A Java class library of general usability

    CalclipseLib is a jar file containing a variety of useful classes and packages. Among its most prominent APIs is the document iterator. This API enables easy implementation of text editor features like syntax highlighting. A program named X has been made as a demonstration of CalclipseLib. The program is a JavaScript editor based on Swing/JTextPane. In addition to coloring, X underlines Web URLs and allows them to be clicked. X can be downloaded (with source code) from the Files section...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GeoWar2

    GeoWar2

    A chess like board game

    GeoWar is a 2-player chess like board game, where both players fight to capture the opponent's King. You can either play against yourself or against the computer (though the AI is rusty). Click "About" for game rules. (Select No when starting a new game to play against the computer) (Requires Java 8 (or higher) to play). Make sure Java is installed, and download the JAR, and run it to start playing. (Turn on the heat-map option to better understand the game) You can download Java from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Othello

    Othello

    The popular Othello / Reversi game

    Play against yourself or play against the computer in this exciting and popular game! (Requires Java 8 (or higher) to play). Make sure Java is installed, and download the JAR, and run it to start playing. You can download Java from: https://java.com/download Leave a review if you like it, or feedback for feature requests. Also do check out my other game: MilkRun, here: https://milkrun.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ceaty - The Cute CPU Eater

    Ceaty - The Cute CPU Eater

    A small java tool that will consume your CPUs

    Ceaty is a small Java tool that was created to test CPU consumption in a virtual environment were the virtual machines share the same physical machine. Ceaty has quite a big appetite, her favorite food is CPUs with garlic sauce. How to start Ceaty: java -jar Ceaty.jar <threads> Example: This will start 10 threads that will consume your CPU: java -jar Ceaty.jar 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
    Learn More
  • 5
    Batch XML Modifier

    Batch XML Modifier

    Modifies the tags and attributes of the all XML filles in directory

    Batch XML Modifier (BXM) allows you using a list of commands modify the tags and attributes of all XML files with the identical structure in the specified directory and save results in another selected directory. The program performs the uniform changes for all the tags with the identical name and of the same level. Also, the program performs the uniform changes of the selected attribute of all the tags with the identical name and of the same level. See wiki for feature list and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JMapViewer

    Java Swing component for integrating OSM maps into your Java app.

    This project offers the Mavenized format of the official "JMapViewer" project. Official project code on: https://trac.openstreetmap.org/browser/subversion/applications/viewer/jmapviewer?order=name Please, note that no development is performed in this SVN, just contains Maven artifact of official releases (starting from 1.14 version) If you want to give it a try, download code and run the Demo: > mvn compile package > cd target > java -jar JMapViewer-1.14.1-Demo.jar
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7

    physicsmata

    API for all possible cellular automata that work same at all angles

    Its strange how the "sorted pointers" normalizing makes just about any random function, as long as it connects the inputs to the outputs on some path, vibrate as some nonlinear shape of wave. This could be used as a game interface for evolvable musical instruments or fluid puzzle games. Physicsmata is similar in effect to SmoothLife but simpler and pure Java. The cellular automata API takes a function to run at each point. Its parameters are sums of screen brightness (n color dimensions are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    File info

    Check the file and folder attributes.

    Check the file and folder attributes. Start it with "java -jar file.jar" or with the .bat file I added. Recommended Java 8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Jar Ajar is a JAR-based self-extractor for zip files. Zip up files and package them with descriptive images and text using Jar Ajar's graphical interface. When recipients launch the resulting JAR, Jar Ajar guides users through the unzip process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
    Learn More
  • 10
    Synder

    Synder

    Atom/RSS/SearchSuggestion/OPML processing framework

    Synder is an Atom/RSS/SearchSuggestion/OPML processing framework It is Optimized For Android, but works with Java SE/EE. Synder has a small-footprint, low memory consumption. The only dependency for parsing is a SAX2 implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Alida

    Alida

    An annotation based Java Validation Framework for Java Classes

    - Alida is a lightweight API for validating Java objects. -“Alida” comes from pruning the word “vALIDAtion”. It also means a “Winged creature”. It can give programmers “wings” by delegating the validation to another API. - Alida uses only annotations for ‘marking up’ the objects which need to be validated. - It is packaged as a jar file (alida.jar) which can be dropped in the classpath and used. It can also be configured with eclipse’s annotation processing to give complier errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ... classifier using DEMass. DEMassBayes.7z has jar file to be used with WEKA and a readme file listing parameters used. The source files are included in DEMassBayes_Source.7z. 4. The four package is MassTER includes source and JAR file to be used with WEKA system..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    sparsedoppler

    Continuous choice of string resonance at each point live music in CPU

    Nonlinearly change frequencies and echos for live music by CPU. I found a way to normalize 1d wavefunction amplitude so this hack and its random heat vibrations are still unitary, even while microphone vibrating adds energy to part of 1d string of position and speed scalar arrays. The sparse part is, while the arrays are perfectly dense and linear, time is sparse when some springs vibrate with a larger multiplier of position subtracted from speed. In other words, this hack is a quanta level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chunk, an HTML Template Engine for Java

    Chunk, an HTML Template Engine for Java

    Clean, powerful templates for Java

    A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    libPDFSign

    Library and command line tool to sign PDF documents.

    libPDFSign - Library and command line tool to sign PDF documents. This project is basically a wrapper to the iText library. The project also directly uses the libraries Bouncy Castle, Apache PDFBox and Apache Commons CLI. The command line mode provides the following features: - CertificateExtractor - CertificateFinder - CertificateValidator - CRLDownloader - OCSPClient - PDFAValidator - SignatureFinder - SignatureValidator - Signer - Timestamper - TimestampValidator
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    OFormsCI

    Continuous Integration for Oracle Forms/Reports Fusion Middleware

    OFormsCI is a set of tools to form a complete tool chain for continuous integration with Git, Jenkins, Oracle Forms/Reports and WebLogic server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A photo uploader for the SmugMug photo service which automatically uploads photos into a date-based hierarchy appropriate for photo archiving. You can either download and run the jar file on any platform or you can use the Windows MSI installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    1Jar

    1Jar

    One jar file packager

    This software allows you to package a *.jar file and all the dependents *.jar libraries in a single *.jar file with the option to add a splash screen to your application. The first version was never intended to be distributed and was only for education purpose, but after uploading it on some websites and seeing that it was downloaded more than 30,000 times I decided to rewrite it. The Version 1.2 was almost completly rewrited with a new GUI, a lot of bugs fixed, new icon and some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Fluid Gravity 3way

    there are 3 observers to every curve, each seeing the other 2

    ... pressing against eachother after falling from random positions in 6 flat (x y z/size red green blue) or n dimensional sparse network of such bellcurves which overlap eachother to display the subtle changes in shape and dimension, and if you run it a few more times it sometimes randomly gets large or some parts very dark and moving inside the other, and I think I saw that electron orbital with the donut around the center and vibrating outward on the 2 axis. Jar files contain source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    CONMAP

    Geobody connectivity analysis tool in geosciences. New version: 2.0

    CONMAP is a console program to aid in geobody connection analysis in geosciences. It accepts input and outpts results in GEO-EAS (GSLIB) format for easy interoperability with most geoscience softwares. To get help in usage, simply run the program without arguments. CONMAP is a Java 1.7 program. Open a command prompt, go to the directory where you download CONMAP.jar and enter the command "java -jar CONMAP.jar <arguments>" (without quotation marks) to run the program. Geobody...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JPOSBr

    JavaPOS implementation and more, for Brazilian Retail applications

    jPOSBr has a collection of JAR files that can help you with tasks such as: - Text files creation for the tax authorities (SPED, Sintegra, PAF, etc.) - Communication with business automation equipments, using JavaPOS standard - Issue Slips Bank - Electronic Invoice (NFE) and Electronic Fiscal Coupon (SAT / NFCe)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    L-GRID
    ... it. === Running You should have received this application as an archive file. Uncompress this archive. It contains an executable file named LGRID_Client_XX.jar. This is a "double-clickable" jar file, or you can run it from the command line using: java -jar LGRID_Client_XX.jar NOTE: To Install JCE Unlimited Strength Jurisdiction Policy Files If needed, you should install the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java Wizard Development Framework

    Reduced SWING coding. New UI components. Easy layout management.

    About: 1) Projects helps Java - SWING developers to develop UI forms very faster. 2) API contains reusable Components & Layouts that developers can directly use in their projects. 3) Just include project JAR file in your existing project then import and use all features (refer JavaWizardDevelopmentDocumentation) * Don't worry about Java's complex layouts, just pass your components as parameters to our "MyLayout" class and we'll do it for you. * New & pre-aligned UI components like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    getNya

    getNya

    Simple application for downloading pictures from Zerochan.net

    Simple java application for downloading high-quality pictures from Zerochan.net. You can find images by size or a tag. It's simple. And flat. All you need to do: download .jar file and run it with Oracle JVM (or any another JVM supporting image decoding)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    easyjasub

    easyjasub

    Tool to add furigana and in-line translation to Japanese subtitles

    ... associate them. The program is now in early development stage, you may need to read the the inline help (-h option) or browse the code in http://github.com/riccardove/easyjasub A JRE is required, even by the Windows .exe version. wkhtmltoimage is required, take it from http://sf.net/p/wkhtmltopdf BDSup2Sub may be useful (BDN/XML subtitles are created as intermediate output). Basic usage: easyjasub.exe -ja subtitle.jp.srt -tr subtitle.en.srt java -jar easyjasub-cmd.jar -ja subtitle.jp.srt...
    Downloads: 0 This Week
    Last Update:
    See Project