as-ascii

Results 17 issues of as-ascii

Hello, First of all thank you for great job to make libarchive library easier to embed in C++ application. We tried to use the library in larger opensource data processing...

Since the number of functions and formats supported by the DocWire SDK is growing rapidly, it is advisable to divide the SDK into a larger number of smaller libraries. This...

/Zc:preprocessor option is needed in MSVC project to correctly compile with DocWire SDK included. https://learn.microsoft.com/en-us/cpp/build/reference/zc-preprocessor When vcpkg is included in Visual Studio 2022 project by adding the following entries: docwire.h...

PDFParser hangs processing attached document [1994-Delbaen-A-general-version-of-the-fundamental-theorem-of-asset-pricing.pdf](https://github.com/docwire/docwire/files/14884913/1994-Delbaen-A-general-version-of-the-fundamental-theorem-of-asset-pricing.pdf)

- [ ] Fix the bug - [ ] Add missing automatic tests

DecompressArchives object cannot be currently used as a part of ParseDetectedFormat.

Currently parsers are hidden behind importer objects and cannot be directly connected to parsing chain.

Detecting format by file extension is not possible/easy if stream is passed to parsing chain. We can accept std::pair maybe.