Showing 144 open source projects for "html to mht converter"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 1
    html-pdf-chrome

    html-pdf-chrome

    HTML to PDF or image (jpeg, png, webp) converter via Chrome/Chromium

    HTML to PDF or image (jpeg, png, webp) converter via Chrome/Chromium. This library is NOT meant to accept untrusted user input. Doing so may have serious security risks such as Server-Side Request Forgery (SSRF). If you run into CORS issues, try using the --disable-web-security Chrome flag, either when you start Chrome externally, or in options.chromeFlags. This option should only be used if you fully trust the code you are executing during a print job. It is strongly recommended that you keep...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    Pandoc

    The universal markup converter

    Pandoc is a universal document converter able to convert files from a multitude of markup formats into another. With Pandoc, you have a swiss-army knife of a converter, able to convert practically any markup format into any other. Pandoc contains a Haskell library for conversions as well as a command-line tool that uses this library. It can convert to and from just about anything-- lightweight markup formats, HTML formats, documentation formats, ebooks, TeX formats, word processor formats...
    Downloads: 91 This Week
    Last Update:
    See Project
  • 3
    Dompdf

    Dompdf

    HTML to PDF converter for PHP

    dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) a CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer, it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes. PDF rendering is currently provided either by PDFLib or by a bundled version the R&OS CPDF class written by Wayne Munro. (Some important changes have been...
    Downloads: 60 This Week
    Last Update:
    See Project
  • 4
    Asciidoc Editor based on JavaFX 20

    Asciidoc Editor based on JavaFX 20

    Asciidoc Editor and Toolchain written with JavaFX 19

    Asciidoc FX is a WYSIWYG editor for the Asciidoc markup language. You can build PDF, Epub, and HTML books, documents, and slides. Supported Operating Systems and Builds shows the list of available builds with links for reference. If you are looking for the very latest version, visit the link in the note above to be guaranteed of downloading the latest and greatest version of AsciidocFX. AsciidocFX converts documents via the AsciidoctorJ library.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 5
    Markdig

    Markdig

    A fast, powerful, CommonMark compliant, extensible Markdown processor

    A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET. Very fast parser and HTML renderer (no-regexp), very lightweight in terms of GC pressure. Abstract Syntax Tree with precise source code location for syntax tree, useful when building a Markdown editor. Check out MarkdownEditor for Visual Studio powered by Markdig! Even the core Markdown/CommonMark parsing is pluggable, so it allows to disable built-in Markdown/Commonmark parsing (e.g Disable HTML parsing) or change...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Asciidoctor PDF

    Asciidoctor PDF

    Asciidoctor PDF: A native PDF converter for AsciiDoc

    A fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more. Asciidoctor is a fast, open source, Ruby-based text processor for parsing AsciiDoc® into a document model and converting it to output formats such as HTML 5, DocBook 5, manual pages, PDF, EPUB 3, and other formats. Asciidoctor also has an ecosystem of extensions, converters, build plugins, and tools to help you author and publish content written in AsciiDoc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    cppreference2mshelp

    cppreference2mshelp

    cppreference.com html archive converter to microsoft help

    cppreference.com HTML archive converter to Microsoft help (for Windows Visual Studio 2012+) and good old .chm help (for any Windows and even some other platforms).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pypandoc

    pypandoc

    Thin wrapper for "pandoc" (MIT)

    Pypandoc provides a thin wrapper for pandoc, a universal document converter. Pypandoc uses pandoc, so it needs an available installation of pandoc. Pypandoc provides 2 packages, "pypandoc" and "pypandoc_binary", with the second one including pandoc out of the box. The 2 packages are identical, with the only difference being that one includes pandoc, while the other don't. If pandoc is already installed (i.e. pandoc is in the PATH), pypandoc uses the version with the higher version number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    xhtml2pdf

    xhtml2pdf

    A library for converting HTML into PDFs using ReportLab

    xhtml2pdf enables users to generate PDF documents from HTML content easily and with automated flow control such as pagination and keeping text together. The Python module can be used in any Python environment, including Django. The Command line tool is a stand-alone program that can be executed from the command line.
    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.
  • 10
    Turndown

    Turndown

    An HTML to Markdown converter written in JavaScript

    Convert HTML into Markdown with JavaScript. to-markdown has been renamed to Turndown. See the migration guide for details. For usage with RequireJS, UMD versions are located in lib/turndown.umd.js (for Node.js) and lib/turndown.browser.umd.js for browser usage. These files are generated when the npm package is published. To generate them manually, clone this repo and run npm run build. Turndown also accepts DOM nodes as input (either element nodes, document nodes, or document fragment nodes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Showdown

    Showdown

    A bidirectional Markdown to HTML to Markdown converter in Javascript

    A Markdown to HTML bidirectional converter written in Javascript! Showdown is a Javascript Markdown to HTML bidirectional converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with nodejs). See it working in the live demo! No hard dependencies or special installation instructions! Just download it (or use a CDN) and include it in your file. Out of the box, supports a number of popular markdown flavors like "vanilla", GFM...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Mass Image Compressor

    Mass Image Compressor

    High Quality Batch Image Compression of JPEG, PNG and Raw formats.

    Mass Image Compressor is easy to use - a point and shoot batch image compressor and converter tool for Web site optimization, photographers, HTML game creator and casual Windows users. MassImageCompressor reduces considerable (>90%) image size by user selected dimensions and quality parameters. Reduce all images in a folder (and optionally sub-folders) with just single click. Mass Image Compression for webpages, email or storage on mobile device was never this easy! All image Metadata (EXIF...
    Leader badge
    Downloads: 568 This Week
    Last Update:
    See Project
  • 13
    jekyll-commonmark

    jekyll-commonmark

    CommonMark generator for Jekyll

    CommonMark Markdown converter for Jekyll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MyBox

    MyBox

    Easy Tools of PDF, Image, File, Network, Data, and Medias

    javafx-desktop-apps pdf image ocr icc barcode color-palette text bytes markdown html archive compress digest video audio editor converter media https://github.com/Mararsh/MyBox Self-contain packages need not java env nor installation. Jar packages need Java 16 or higher.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 15
    PanConvert

    PanConvert

    Gui for the Document converter pandoc

    A cross platform gui application for the document converter pandoc. Some converters like html, opml, markdown and latex can be conveniently used by just clicking and then converting the loaded or typed text. Some more advanced functions of pandoc have to be typed in as parameters.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16

    pqmarkup

    A Python implementation of pq markup to HTML converter.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Highlight Code Converter

    Highlight Code Converter

    Source code to formatted text converter

    Highlight is a source code to formatted text converter. It generates HTML, XHTML, RTF, ODT, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are Lua scripts and support plugins
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    SafeUtils

    SafeUtils

    110+ developer tools as native MacOS, Linux & Windows desktop apps.

    ... https://safeutils.com/ascii-to-binary https://safeutils.com/ascii-to-hex https://safeutils.com/base-64-encoder https://safeutils.com/binary-to-ascii https://safeutils.com/case-converter https://safeutils.com/csv-to-json https://safeutils.com/decimal-to-ascii https://safeutils.com/html-formatter https://safeutils.com/html-preview https://safeutils.com/html-to-markdown https://safeutils.com/id-generator https://safeutils.com/json-to-csv https://safeutils.com/json-to-xml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Asmosis

    Asmosis

    A set of tools related to assembly language programming.

    Project Asmosis provides a set of tools related to assembly language programming. The tools include: - the Asm::X86 Perl module, - AsmDoc - an HTML documentation generator for assembly language, - Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/), - converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as, - converters from C/C++ header files to assembly language...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    This is a picture to character converter/viewer ====================================== It is made for the default text mode of DOS/DOSBox with 80 collumns and 25 rows and 8x16 font size to display the pictures inside a block of 7 x 14 = 98 extended ASCII character Platform: DOS/DOSBox ==================== Requires DEBUG to run. ==================== For DOSBox: Download and extract DEBUG into the mounted folder of DOSBOX. http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    node-html-pdf

    node-html-pdf

    HTML to PDF converter that uses phantomjs

    HTML to PDF converter that uses phantomjs. html-pdf can read the header or footer either out of the footer and header config object or out of the HTML source. You can either set a default header & footer or overwrite that by appending a page number (1 based index) to the id="pageHeader" attribute of an HTML tag. You can use any combination of those tags. The library tries to find any element, that contains the page header or pageFooter id prefix. The full options object gets converted to JSON...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    qPDFconvert

    qPDFconvert

    pdf converter

    Linux Converter for pdf to html and text
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ColorScheme2CSS

    Colo2CSS Converting color schemes of Vim to CSS files

    This plugin is designed to convert the current color scheme of the program Vim editor into a ready-made Cascading Style Sheets (CSS) file. The CSS files prepared by this plugin meet the requirements CSS Validation Service (https://jigsaw.w3.org/css-validator/) and can be used to connect to an HTML or XHTML document (web page). The plugin can be used both for converting only the current color scheme, and for batch processing of several files of color schemes of the Vim editor. When converting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XLS to XML

    XLS to XML

    Translate files between XLS / XLSX and XML format . . .

    ... a simple converter. XLStoXML allows you to configure the translation in a wide range of combinations to reach out your requirements. Convert one or a bunch of files in short time. What else? Track your conversions in the console tab, see the errors or the success of each of the excel files. If you get stuck or you need support, we give you help in numerous ways: http://xlstoxml.sourceforge.net/#Support.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25

    Qibla and Jerusalem Direction

    Qibla and Jerusalem by Vencinty

    A project that serves Muslim, Christian and Jewish worshipers. To calculate the distance and direction between (kabba) in Makkah Al-Mukarramah and any point on the earth's surface, using Vincenti's equation. And calculate the distance and direction between Jerusalem and any point on the earth's surface.
    Downloads: 0 This Week
    Last Update:
    See Project