Showing 32 open source projects for "convert html to exe"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    HTML To Markdown for PHP

    HTML To Markdown for PHP

    Convert HTML to Markdown with PHP

    Library which converts HTML to Markdown for your sanity and convenience. You have an existing HTML document that needs to be edited by people with good taste. You want to store new content in HTML format but edit it as Markdown. You want to convert HTML email to plain text email. You know a guy who's been converting HTML to Markdown for years, and now he can speak Elvish. You'd quite like to be able to speak Elvish. You just really like Markdown. By default, HTML To Markdown preserves HTML tags...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    CssToInlineStyles class

    CssToInlineStyles class

    Enables you to convert HTML-pages/files into HTML-pages/files

    CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails. UTF-8 charset is not always detected correctly. Make sure you set the charset to UTF-8 using the correct meta-tag in the head. CssToInlineStyles class is used on each site based on Fork CMS. CssToInlineStyles class is used by Laravel Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Emogrifier

    Emogrifier

    Converts CSS styles into inline style attributes in your HTML code

    Emogrifier converts CSS styles into inline style attributes in your HTML code. This ensures proper display on email and mobile device readers that lack stylesheet support. This utility was developed as part of Intervals to deal with the problems posed by certain email clients (namely Outlook 2007 and GoogleMail) when it comes to the way they handle styling contained in HTML emails. As many web developers and designers already know, certain email clients are notorious for their lack of CSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CssSelector Component

    CssSelector Component

    Converts CSS selectors to XPath expressions

    XPath expressions are incredibly flexible, so there is almost always an XPath expression that will find the element you need. Unfortunately, they can also become very complicated, and the learning curve is steep. Even common operations (such as finding an element with a particular class) can require long and unwieldy expressions. CSS selectors are less powerful than XPath, but far easier to write, read and understand. Since they are less powerful, almost all CSS selectors can be converted to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 5

    htmLawed

    PHP code to purify & filter HTML

    The htmLawed PHP script makes HTML more secure and standards- & policy-compliant. The customizable HTML filter/purifier can balance tags, ensure proper nestings, neutralize XSS, restrict HTML, beautify code like Tidy, implement anti-spam measures, etc.
    Downloads: 166 This Week
    Last Update:
    See Project
  • 6
    php2desktop

    php2desktop

    Build Windows desktop applications using PHP, Javascript, CSS & HTML

    php2desktop gives developers the ability to create content rich native Windows GUI applications using web technologies they're familiar with. Zero C language knowledge is necessary, simply copy your web files into the www directory and run by opening the .exe file. In a way, php2desktop is a PHP to exe compiler without the headache of running commands. php2desktop is an out-of-the-box solution that comes pre-built with PHP 8 and a Chromium 114 embedded browser; combine with the power...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Create and Host Web Forms For All

    Create and Host Web Forms For All

    Only Text Editing Skills Required - Convert All Paper Based Forms

    ... people whom we share this folder link with, can then access our form. P.S. This word was generated using the free service : https://www.random.org/strings/ Note: Please use the html required attribute ( search google ) for all form elements, so that users don't skip filling up your input fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tailwindo

    Tailwindo

    Convert Bootstrap CSS code to Tailwind CSS code

    This tool can convert Your CSS framework (currently Bootstrap) classes in HTML/PHP (any of your choice) files to equivalent Tailwind CSS classes. Made to be easy to add more CSS frameworks in the future (currently Bootstrap). Can convert single files/code snippets/folders. Can extract changes to a separate CSS file as Tailwind components and keep old classes names.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    File Manager

    File Manager

    Site Manage: Free PHP based File Manager to manage files of website

    ... or directories can be controlled through configurations of individual users. Even though the HTML codes are in XHTML 1 strict, you can easily convert it to HTML 5, by changing just the DOCTYPE of a couple of pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10
    publicms

    publicms

    Very light CMS to combine with Libreoffice

    Publicms is a very light CMS, it does not require any database, only php (version >= 5). Combined with a tool like LibreOffice, it provides a very simple way to create static web sites. The principle is quite simple, once your template theme is defined, just create locally your HTML pages (with your favourite HTML editor), focus only on the content of the pages, then publish them on your site. If you want to publish documents, you just have to convert them in HTML format (for example...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    html2pdf
    HTML2PDF is a PHP class using FPDF for the PHP4 release, and TCPDF for the PHP5 release. It can convert valid HTML and xHTML to PDF. More details and examples on http://html2pdf.fr/ HTML2PDF is now on GitHub : https://github.com/spipu/html2pdf/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    mysql2sqlite

    converts mysql database to sqlite database using php, pdo or exe

    Convert a mysql database to a Sqlite database. Includes two projects : A) A php script B) A windows executable, based on a python script Converts data, indexes and foreign key constraints. About the php script : -don't need a lot of memory -good speed Was projected to use on VDS/VPS. Usage: wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download chmod +x mysql2sqlite ./mysql2sqlite About the Windows executable and the Python script...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    TreeSnap

    Creates trees and loads into mysql for browsing and searching

    Functions: 1. Periodically create trees (windows tree command) 2. Load trees into mysql DB with PHP 3. Browse and search loaded trees in PHP/HTML This project will help you to backup your folder structure on all of your disks and then conveniently browse and search this structure. This can be useful for you to find out, what software and files you were using previously.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Clear4Amiga

    Clear4Amiga

    Joomla! plugin for cleaning HTML code and convert it to HTML 3.2 or 4

    Clear4Amiga is plugin intended to clear HTML code generated with Joomla!, to strip codes not compatible with HTML 3.2 or HTML 4.0. Plugin will clear code only for selected Web browsers so data will be altered only for e.g. older or mobile browsers. In combination with compatible template same site and same articles can be CSS formated for modern browsers and converted to HTML 3 for ancient browsers. Plugin sould work with Joomla! 2.5.x (1.6, 1.7), up to version 3.x.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    page2images

    page2images

    Here is the part of the page2Image project source code, you can downlo

    The page2Images is to capture the desktop web site on a mobile phone a full-size display thumbnails. There are a lot of mobile emulators in the internet. But most of them are fake and does not support javasript and flash very well.Also, they does not support redirect actions. You will not see the real result in the phone. Page2Images provide this tool to fix all of those problem.100% mobile websites friendly,Flash/heavy Javascript friendly, 99.9% online guarantee, Easy to integrate with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SUIT (Scripting Using Integrated Templates) is a template framework that allows you to define your own syntax through user-defined rules. There are PHP and Python versions. This page is also the home of subprojects, Such as TIE, a template manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    image2text is a PHP class that can convert a picture to text and HTML characters using plain strings and colors.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    WatchTower

    WatchTower

    WatchTower is a cloud server monitoring and management tool

    WatchTower is a cloud server monitoring and management tool. This is actually a suite of tools that includes a dashboard and associated RESTful web services required for managing the servers and services. The dashboard uses PHP/MySQL (requires php5+), html, and css. It's all open source and very easy to work with and make changes. The client I'm using is included and is written in python. Currently tested with Python 2.4 and 2.6, but should work with any version. I'm not using anything special...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MooVC
    MooVC is a modular object-oriented PHP framework based in the model-view-controller design pattern. The purpose of the MooVC framework is to provide a structured method of generating well-formed XML/XHTML that can be easily manipulated in code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PODR is a PHP mailmerging and converting library mostly designed to parse and convert ODT templates to DOC/PDF. Templating is based on Savant, Conversion uses a webservice of JODConverter. A filter is available to include runtime generated images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a web interface to convert audio, video and documents to various formats. Acts just like a wizard. RedKonvert is written in php. It's nothing fancy (no CSS no AJAX/javascript). Just plain old HTML and PHP (maintaining the "KISS" ideology).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Is a template engine that compile HTML template to PHP. Is easy to use and install, with 6 tags, 3 php functions and 2 php class. Is WYSIWYG, you work with img/css relative path, raintpl convert to the correct server path. www.raintpl.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    a webbased multiuser bibliography management tool. it allows to convert to bibtex, bibtexml and other formats such as html, text,.. the user is allowed to define own formats via xsl style sheets. anonymous users can be allowed to browse lists
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bambalam PHP EXE Compiler/Embedder is a free command line tool to convert PHP applications to standalone windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Mediawiki-PDF is a mediawiki extension to convert wiki articles into PDF Documents. The extension uses HTMLDOC to convert the wiki pages from plain HTML into PDF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next