Search Results for "java document viewer" - Page 14

Showing 1082 open source projects for "java document viewer"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    NAT Braille

    NAT Braille

    A free universal Braille Transcriber

    NAT is a free universal Braille translator. It supports French Braille grade 1, mathematical Braille, Braille layout and reverse transcription. French Braille grade 2, music and other languages are currently under development.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    busilet

    Busilet is a reference implementation of IDTP and UTID.

    ...For more information, see: https://datatracker.ietf.org/doc/draft-huangng-idtp/ https://datatracker.ietf.org/doc/draft-huangng-utid/ Project Busilet is a reference implementation of IDTP that provides a set of APIs developers to develop IDTP server and IDTP client software. Busilet4j is written in Java language and is for Java programmer to develop IDTP server and IDTP client software. The documents include IDTP specification v0.95 both in English and Chinese edition, an API specification in English only, all source code in Java, and a set of JUnit tests. See project document for more. Author: Huang Nenggeng huangng@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    UnicodeConverter

    A Java/Windows/.NET document conversion utility

    A Java/Windows/.NET conversion utility. Convert text, RTF, HTML, and Word/Excel/PowerPoint documents in Vietnamese legacy formats (VNI, VISCII, VPS, TCVN3, or VIQR), NCR (windows-1252, iso-8859-1), and Unicode Composite (NFD) to Unicode Precomposed (NFC) format
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 4

    JDocAndDocxSearch

    Doc ve docx dosyalarında içerik araması yapar.

    Ms Doc (Word Microsoft Office Document) ve Docx (Word Microsoft Office Open XML Format Document) dosyalarında içerik araması yapar. Aranılan metnin bulunduğu dosyalar listelenir, isterseniz bunları açmanız sağlanır. Eng: Makes text search in the doc (docx) file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 5
    medintux

    medintux

    Gestion de Cabinet Medical / Medical Patient Record

    Since 2 months, new version will arrive in QT5, with better integration of multimedia document and multilanguage support. If you have some specificity in your country, tell us we can integrate it. Medintux est une suite logicielle pour la gestion du cabinet médical et des services hospitaliers. Agrément ROSP, Compatible HAS avec le Vidal ou Thériaque, CIM10, codage CCAM. Liaison Sesam Vitale, Hprim, Apicrypt, Sigems. 100% Paramétrable et personnalisable. Environnement : Fonctionne sous...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 6

    VSViewer3D

    3D Virtual Screening Viewer

    This project is an interactive viewer for 3D virtual screening data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    100% Java: ID3 tag, Exif, JPEG, TIFF, MP3, MP4, OGG, FLAC, WAVPACK, APE, ALAC, DSD, Image lossless editor/viewer/player/organizer. All Internet protocols publishing. A separate Jpeg manipulation library. Full iPod support - smart playlist, artwork, video.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Jomic
    Jomic is a viewer for comic books stored in CBZ, CBR, and PDF files. Features include a two page mode, caching and support for several image formats (PNG, JFIF/JPEG, TIFF, and GIF). It is Open Source software distributed under the GNU GPL.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    CMIS Input plugin for Pentaho

    CMIS Input plugin for Pentaho

    Allows querying Content Management Systems that use the CMIS.

    Imagine being able to extract from your Enterprise Content Management System, all the metadata of your documents using simple queries with a query language very close to the traditional SQL. Imagine using the information extracted for statistical purposes, for creating reports and, more generally, to analyse your document archives in a way unthinkable until now with the current tools available. All this is possible within the Pentaho Suite, the Open Source Business Intelligence platform,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10

    bnlviewer

    METS / ALTO viewer written in Java and Javascript

    The National library of Luxembourg's viewer for METS (http://www.loc.gov/standards/mets/) files with OCR files in the ALTO format. The viewer needs a tomcat application server to run in. It can be deployed so that it reads the METS files from a local folder. Its main use is for digitized newspapers and postcards but can be adapted to other METS profiles as well. The viewer can be seen in action at: http://www.eluxemburgensia.lu Other known users include: National library of Latvia...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    CLC

    Counts the non-empty, non-comment lines of code in your files.

    Code Line Counter By Sonicarrow V 1.0 Code Line Counter is a CLI tool to count the number of non-empty and non-comment lines of code in a document. Support: Python Java C Installation: Put "clc.bat" and "clc.py" in your C:\Windows folder. (For other OS, anywhere in your system path works.) Usage: Open a command line or terminal of choice. Navigate to the folder with the code file. Run the command: "clc [p|j|c] <filename>" p = python j = java c = c ex: "clc p test.py" "clc j Random.java" Output: CODE LINES: 335 // number of lines of actual code --------------------- Comments: 121 // lines within single or multi line comments Empty Lines: 54 // lines that contain only whitespace characters Total Lines: 510 // total lines in the file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An electronic edition viewer for CD-ROM/DVD-Editions, probably also web-editions in future. Uses TEI or similar XML-markup as text encoding language, a proprietary XML-standoff-markup to link text and digital images. Uses TEIdex as search engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LGML

    LGPL GML parser

    ...The library is compiled using Java 1.5 or 1.6. For now, supported inputs are: LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon, MultiSurface (in an experimental way: the only child object handled is Polygon). At the following URL: http://95.110.227.201:8080/lgml is exposed a minimal web interface in order to test it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GW2 Tools

    GW2 Tools

    Some tools for GW2

    Provide some tools for GuildWars2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FOXopen
    FOXopen is a 4GL, feature-rich XML framework which facilitates the rapid development of web-based applications with sophisticated workflows. For more information and help, see http://www.foxopen.net/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    FIBEXplorer

    FIBEXplorer

    FIBEX format viewer and navigator

    Das Field Bus Exchange Format (FIBEX) ist ein XML-Austauschformat für diverse Bussysteme in vernetzten Fahrzeugen. Der Inhalt praxisrelevanter FIBEX-Dateien ist ohne entsprechende Toolunterstützung nur schwer zu fassen. Der FIBEXplorer® bietet einen vielseitigen Viewer für das FIBEX-Format. 100% FIBEX FIBEX Vergleich Linkverfolgung Working Sets Vertikale Navigation Clustered Navigation Startup Wizard By courtesy of Sulzer GmbH (http://www.sulzer.de)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Java Document Viewer

    Java Web Application to View any Type of Documents on Web Browser (All

    This is a Project Built on Java major use of the project is for viewing document online. We can upload any type of documents which will be converted into pdf then these pdf will be converted to swf/swf seperate pages on the fly. Open office will take care of document conversion to pdf and pdf will be converted to flash using swftools. With this you can upload pdf/office docs into the tool and view them online in three formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    oxdox

    oxdox

    Enterprise Content Management & DMS- Version Control, Scan, Barcode...

    ...System is built on JAVA based technology. The system has performed well in production on, - JCR 2.0 - JAVA 7 - Tomcat 7.0/JBoss 7.1CR2 - MySQL - SWF Tools 2.0+ - Image Magic The system has a small footprint and easy to use. It is part of an ongoing project to build an intranet/internet collaboration platform. The Project is being developed as a joint effort between BLC and RD Engg. and Research Institute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    TheUnixLinuxHowTo

    This will provide a HowTo Document for Unix & Linux users

    We are trying to come up with a comprehensive document that Linux Administrators and Linux and Java Developers can use .This has solutions to many problems , it also provides a reference document and a section for developers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lawnet Downloader

    Lawnet Downloader

    A lawnet downloader for students of SMU and NUS

    ANNOUNCEMENT: Caselist Free Beta now released! Download the Android version of this app at https://play.google.com/store/apps/details?id=com.customautosys.caselist This program allows cases to be downloaded from reading lists quickly, saving students' time. Author: Wilson Foo Yu Kang Maintainer, SMU: Kevin Quah Lian Shen (kevin.quah.2010@law.smu.edu.sg) Maintainer, NUS: Please contact NUS Law Club (academics@nuslawclub.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JustTE4J Java Web Template Engine

    JustTE4J Java Web Template Engine

    Lightweight web template engine in Java

    Is a high-performance open source tool to generate HTML output without need to interfere with base HTML. It takes fixed text and data as input and integrates these and outputs a text document containing the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Extract Objects from Image

    Connected Component Labeling Algorithm - Extracting Objects From image

    fast Connected Component Labeling Algorithm - java application - Extracting Objects From image
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Darkfall Emulator

    Darkfall Emulator

    Develop an emulated Darkfall Online Server.

    This project is the development of an open source fully emulated Darkfall Online Server and reverse engineering the proprietary game engine that DFO uses, the SF3D engine as well as its source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Importer library to import assets from different common 3D file formats such as Collada, Blend, Obj, X, 3DS, LWO, MD5, MD2, MD3, MDL, MS3D and a lot of other formats. The data is stored in an own in-memory data-format, which can be easily processed. www.open3mod.com/ is a 3D model viewer and exporter based on Assimp that is also Open Source.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 25
    SCAN
    SCAN (Smart Content Aggregation and Navigation) is a universal semantic content aggregator. It combines search, text analysis, tagging and metadata functions to provide new user experience of desktop navigation and document management.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo