Categories: WIN
sqlite, mail, http, xml, zip and pdfium 6265K
Author: begin
Date: 7/7/18
xmlzippdfium.begin.001.zip
the includes for xml, mail, http, zip, sqlite and pdfium with 32/64 dlls for all.
Mail
The functions within this library allow for not only the creation of mail, but also the ability send this mail to either a single recipient or to multiple recipients. In addition, optional attachments may be made when desired. This may then be sent through a mail server.
Http
The functions within this library are designed to provide easy manipulation of URLs and the capability to retrieve remote files and read to memory.
Pdfium
From patagames
PDFIUM.NET PDF LIBRARY SUPPORTS THE ENTIRE RANGE OF PDF Reading/RENDERING CAPABILITIES. SUPPLY ALL FUNCTIONS AND OPERATIONS OVER PDF DOCUMENTS: VIEWING, PRINTING, ZOOMING IN AND OUT. CONTROL THE RENDERING PROCESS FROM YOUR APPLICATION OR RUN IT IN THE BACKGROUND FOR THE BEST USER EXPERIENCE.
Documenation at:
https://pdfium.patagames.com/help/html/05a4e8d5-60de-ad94-414f-2811abe136e9.htm
XML
The XML library provides set of functions to easily add XML parsing and creating capability to applications. This library has partial support for Document Type Definitions (DTD) and Namespaces. The goal is to keep the commandset very simple while still allowing this library to handle any XML compliant document - it does not validate the document against a DTD.
Namespaces do not get resolved when parsing a document. This means that in a document using namespaces, the namespace declarations are accessible as normal node attributes, and node/attribute names using namespaces will be visible as "namespace:tagname". This allows a document using namespaces to be read and also saved back like any other document without destroying its structure. To make working with namespaces simpler, the functions ResolveXMLNodeName() and ResolveXMLAttributeName() are provided to resolve names inside documents that use namespaces.
a sample read an office docx and xlsx and display the text
Zip
The zip library provides an efficient set of functions to compress and uncompress data and manage archives.
also unzip/extract from and to memory
Sqlite
please refer to: https://www.sqlite.org/index.html