Open Source Delphi/Kylix Formats and Protocols

Browse free open source Delphi/Kylix Formats and Protocols and projects below. Use the toggles on the left to filter open source Delphi/Kylix Formats and Protocols by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    libmng -THE reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format.
    Leader badge
    Downloads: 1,527 This Week
    Last Update:
    See Project
  • 2

    PDFTK Builder Enhanced

    Enhanced version of the PDFTK Builder GUI for PDF Toolkit on Windows

    Free and open source GUI application for manipulating PDF files using the Windows version of PDF Toolkit (PDFtk) - split, merge, stamp, number pages, rotate, metadata, bookmarks, attachments, etc. This project is a fork of PDFTK Builder by Angus Johnson that enhances the user interface, adds functions, and enables use of later versions of PDFtk. OS: Windows. Author: David King. License: GPLv3.
    Leader badge
    Downloads: 429 This Week
    Last Update:
    See Project
  • 3
    HTMLViewer
    HTML Viewer Components for Delphi, Lazarus and C++Builder The HtmlViewer component set consists of the THtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components: THtmlViewer * The basic component. * THtmlViewer displays single (non-frame) documents. * It also forms the basis for the other two components. TFrameViewer * Displays both frame and single HTML documents. * TFrameViewer is oriented more for local file system use. TFrameBrowser * Also displays frame and single HTML documents. * TFrameBrower is oriented for use with local file systems and toward Internet style protocols and URL usage. * Additional code and/or components are generally required to get data from other sources than the local file system. These components Support most of the HTML 4.01 specifications with many additional popular HTML 5 enhancements. Many Cascading Style Sheet properties are also supported.
    Leader badge
    Downloads: 92 This Week
    Last Update:
    See Project
  • 4
    XML Tree Editor

    XML Tree Editor

    Basic cross-platform tree view XML editor

    XMLTreeEdit displays XML files as tree views and allows basic operations: adding, editting and deleting text nodes and their attributes. The main goal is providing a simple tool to create/edit XML configuration files for users without knowledge of XML. Built in Free Pascal Lazarus, which allows easy compilation for different target platforms. Currently binary executables were produced and tested on Windows (XP, 7) and Ubuntu Linux (GTK2). For developers: there are two units listed separately to support XML configuration files in your application: XMLfile.pas - Lazarus/Free Pascal uXMLConfig.pas - Delphi (2007..XE2)
    Downloads: 33 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Djvu-Spec Pdf 2 Djvu Converter

    Djvu-Spec Pdf 2 Djvu Converter

    Convert pdf to a djvu using profiles with all options of pdf2djvu

    DjVu is a good format to distribute documents and books. DjVu need no fonts, support text layer and outline. With Djvu-Spec Pdf2Djvu Converter you can easy convert pdf to djvu. Portable version - link "Files"
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 6
    This is a delphi library implementing JSON (XML alternative, http://www.json.org) data format and objects structure. Lightweight and fast.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 7
    WFM Reader

    WFM Reader

    WFM file reader and exporter

    ====== DISCLAIMER ====== Since 2018 WFM reader is out of date. Thanks for using it for several years :) Please use official WFM-file format description (pdf) located at: http://download.tek.com/manual/001137803web_0.pdf ====== DISCLAIMER ====== ====== OBSOLETED DESCRIPTION ====== WFM reader and exporter is the simple application to read WFM file that produced by Tektronix/Rigol oscilloscopes. In the version 2.0: - Recovered the tabbed interface - Added Zooming/Scrolling - Added Legend with Min/Max - Added CSV / Image exporting - Removed 3rd party dependencies for straight recompile Many thanks to Kirk Wolak. https://sourceforge.net/users/kwolak Downloading of previous versions is not recommended. If you want to download the version with full source you can go to "Files" section and select appropritate item to download. ====== OBSOLETED DESCRIPTION ====
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 8
    IMPORTANT NOTE: This project has moved to Github: https://github.com/pkozelka/libxml2-pas Pascal units accessing the popular XML API from Daniel Veillard ( http://www.xmlsoft.org ). This should be usable at least from Kylix and Delphi, but hopefully also from other Pascal compilers (like freepascal).
    Downloads: 19 This Week
    Last Update:
    See Project
  • 9
    pisg is a smart Perl script which generates nice looking statistics out from IRC logfiles. It's a funny thing for the users of your channel :)
    Downloads: 14 This Week
    Last Update:
    See Project
  • Resolve Support Tickets 2x Faster​ Icon
    Resolve Support Tickets 2x Faster​

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10

    HTML parser in Delphi

    A Delphi class with functions to read and dissect a HTML file

    THTMLdom is a (Delphi) class with functions to read a HTML source file and dissect it into a tree of THTMLelement. The attributes of the HTML tags are stored in the elements. Functions are provided to select elements on the basis of the attribute values or tag names. The structure of the tree can be shown and it can be rendered as plain text. The source is plain Delphi pascal, requiring a version that supports Tdictionary. There is no dependency on 3rd party units. The file to be parsed must have valid HTML4/5 tags. It is not necessary that the HTML is ‘correct’ in the sense that end tags may be wrongly placed or be absent altogether. The speed of processing (reading+parsing) is formidable: 15-40 msec per Mbyte or around 1 msec per 1000 HTML tags.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 11
    Vampyre Imaging Library

    Vampyre Imaging Library

    Image library for Object Pascal.

    Imaging is native Object Pascal (Delphi and FPC) image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    FreePascal / Lazarus / Delphi / Kylix - compatible bindings and object-oriented wrapper for LibCURL, the client-side URL transfer library, and TidyLib, the HTML parsing and formatting library based on HTML-Tidy.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    This project develops an open source editor for Clavia Nord Modular and Micro Modular synthesizers.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 14
    I present to you BSA extractor. I know a lot of them, but I wanted to write his own, to study the structure of *.BSA Supported games: - TES3: Morrowind; - TES4: Oblivion; - TES5: Skyrim; - Fallout 3; - Fallout 3: New Vegas; The program is simple, and should not cause problems of its use.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15
    EWB is a freeware components package for Borland Delphi 5 to D2009. It allow you to create a Web Browser, Chat Client, web updater, Html/Xml Editors and more. home page :http://www.bsalsa.com download link: http://www.bsalsa.com/DP/download.php?file=4
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Collection of utilities specifically designed for use with Firebird RDBMS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    MBZ Moodle Restore

    MBZ Moodle Restore

    Restore name of original files from MZB Moodle Backup file

    Restore name of original files from MBZ Moodle Backup file. MBZ Restore is an application that performs the extraction and restoration of the original name of the Moodle backup file. Newer versions of Moodle backup generate file names that do not easily identify with the original files. Files can be renamed by hand but you have to find out what their original name is. This application does this for you.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18

    indysoap

    SOAP/WSDL library for Delphi (version 5 -> XE3+)

    IndySoap is a Open Source Library for implementing Web services using Delphi/CBuilder Compilers. IndySoap isn't tied to Indy for transport services, though Indy based transport services are included. Feature List: *RPC and Doc|Lit support *Soap using Interfaces *WSDL generation *WSDL importer *Extensively DUnit tested *many other things
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    VZPL - Visual ZPL Script Generator

    VZPL - Visual ZPL Script Generator

    Label designer and Zebra Programming Language (ZPL) script generator

    El propósito de este proyecto es generar scripts ZLP que puedan ser usados en impresoras de etiquetas que soporten éste lenguaje de programación. The purpouse of this project is generate a ZPL scritp to be used with label printers that suports this programming language. * Visual design * WYSIWYG * Database integration * Ease of use * Simple
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    This program takes an Access db (.mdb) and converts it to postgreSQL. It's not complete, but will do most of the hardwork without asking you money, nor put anything inside your data "until you register". Tell if it's useful, so I can finish it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Universal Protocol Handler is a windows-based tool that let's you open specific applications locally by clicking an url.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    eXtensible Binary Universal Protocol
    Goal of this projects is to design unified general binary data format and to provide open-source libraries and tools for it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    FTEditor
    FTEditor is an editor for Fielded Text files (see http://www.fieldedtext.org). It lets you visually and interactively create and edit the Meta for a Fielded Text file. It also lets you edit a Fielded Text file with a simultaneous text and grid view.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Fiskalizacija za Delphi

    Delphi biblioteka za fiskalizaciju u Hrvatskoj

    Delphi biblioteka za CIS porezne uprave u Hrvatskoj (fiskalizacija računa). Omogućuje jednostavno generiranje, potpisivanje, slanje i provjeru potpisanog XML-a. Lib je temeljen na xmlsec i openssl-u.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Open XML editor with syntax highlighting, auto completion and templates for XML and scripting languages. Support for user defined validations, forms and converters (text, excel, databases ..). It can be used also as an XML editor in Delphi projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next