Skip to main content

Foxit PDF CONVERSION SDK For Python3

Project description

Foxit PDF Conversion SDK v2.0.0 - March 18, 2024

This release includes the following changes:

New Features and Enhancements
* Office to PDF Conversion (Beta): Introduced a new feature for converting Office documents (Word, Excel, PowerPoint) to PDF format on Windows. This feature is currently in beta and may be subject to further refinement.
* Office to PDF Web Demo: A web-based demo is now available for trying out the Office to PDF conversion functionality.
* AnyCPU Support : Added AnyCPU configuration support for the Dotnet/DotnetCore platform. This allows the software to run on a wider range of system architectures.
* PDF to Word Conversion:
Footnotes and Endnotes: Added support for generating footnotes and endnotes in converted Word documents. This new functionality is controlled by the enable_generate_footnotes_and_endnotes parameter in the conversion::pdf2office::PDF2WordSettingData class.
Headers and Footers: Added support for generating headers and footers in converted Word documents. This new functionality is controlled by the enable_generate_headers_and_footers parameter in the conversion::pdf2office::PDF2WordSettingData class.
* PDF to PowerPoint Conversion: Improved the accuracy of recognizing text blocks in PowerPoint slides during the conversion process.
* PDF to Excel Conversion: Added a new class, PDF2ExcelSettingData, which provides methods for retrieving and configuring decimal symbols and thousands separators for better control over the formatting of numerical data in the converted Excel spreadsheets.

Bug Fixes
* Fixed the issue where conversion may fail or slow down due to high memory usage.
* Fixed the crash issue that occurred when converting to specific pages containing borderless tables in PDF to PPT.
* Fixed various text conversion anomalies after converting PDF to office formats, including inconsistent fonts, text converted to images, missing text, text position offset, and text overlap.
* Fixed the issue where underline recognition was incorrect after converting PDF to Word, and extra spaces and line breaks were added between some text contents.
* Fixed the issue where some text content was misidentified as a table after converting PDF to PPT.
* Fixed the issue where multiple lines of text content were placed in the same cell after converting PDF to Excel.
* Fixed the issue where page numbers were inconsistent or one page was split into multiple pages after converting PDF to Word.

Foxit PDF Conversion SDK v1.5.0 - November 07, 2023

This release includes the following changes:

New Features and Enhancements
* PDF2Office supports page settings: This version added into PDF2OfficeSettingData with new parameters "page_range, include_pdf_comments, word_setting_data" and "enable_retain_page_layout" to enable setting pages during the conversion process.
* Improved support for the KaiTi font.
* Enhanced chart recognition, improving output display.
* Enhanced compatibility with WPS Office to ensure that the resulting document maintains consistent formatting and font colors across different office editors.

Bug Fixes
* Addressed the issue of incorrect text styling in some converted files, including missing bold formatting and inconsistent font sizes.
* [PDF2Word] Fixed the issue of text overlap after conversion.
* [PDF2Word] Resolved problems with the recognition and output of page-level outlines during conversion.
* [PDF2Word] Fixed the issue where lists were not correctly recognized in some files.
* [PDF2Word] Corrected the display of some highlight styles and annotations.
* [PDF2Word] Fixed the problem of inconsistent watermark layout between Word and PDF after conversion.
* [PDF2Word] Resolved the issue of missing title and author information in document properties.
* [PDF2Word] Addressed the problem of an increased page count in the resulting Word document for specific PDF files.
* [PDF2Word] Corrected the recognition of text objects as shape objects for dual-layout content.
* [PDF2Word] Fixed the problem of generating extra empty paragraphs in the resulting document.
* [PDF2Excel] Resolved the issue of extended processing time and freezing for some files during conversion.
* [PDF2Excel] Fixed the problem of incomplete number display in cells after conversion.
* [PDF2Excel] Corrected the issue of reduced text size within cells after conversion.
* [PDF2Excel] Addressed the problem of shifted content within cells after conversion.
* [PDF2Excel] Fixed the issue of cell content wrapping after conversion.
* [PDF2Excel] Resolved the problem of missing cell backgrounds after conversion.

====================================================================
Foxit PDF Conversion SDK v1.4.0 - August 22, 2023

This release includes the following changes:

New Features:
* Added support for converting headings from PDF to Word.
* Introducing the Linux C Library.
* Compatibility with the latest version of node.js.

Bug Fixes:
* Addressed a known OpenSSL vulnerability by updating to OpenSSL version 1.11.
* [PDF2Word] Fixed the issue where numeric bullet points in the result file changed after conversion.
* [PDF2Word] Resolved the problem of bullet point misalignment in the result file after conversion.
* [PDF2Excel] Fixed the issue of inconsistent content display in converted result files within WPS.
* [PDF2Office] Corrected the inconsistency in display of converted result files when opened in various office editors.
* [PDF2Word] Resolved an issue where fonts were missing and font appearances were inconsistent after converting specific files.
* [PDF2Word] Fixed the problem where Calibri font changed to another font after conversion in the result file.
* [PDF2Excel] Fixed the issue where table column widths were reduced, causing misalignment of data within columns after conversion.
* [PDF2Excel] Corrected the problem where Excel cells with solid color backgrounds were not properly converted and recognized.
* [PDF2Excel] Addressed the issue where text became invisible after zooming in on the converted result file using a specific office editor on a device.====================================================================
Foxit PDF Conversion SDK v1.3.0 - June 09, 2023

This release includes the following changes:

New Features:

* Added support for the Linux platform.
* Implemented multi-threading and safety features.
* Introduced clip-path text recognition and conversion capabilities.
* [PDF2Word] Implemented conversion of the PDF pop-up contents and corresponding replies associated with the text highlights to office review comments.

Major Improvements:

* [PDF2Excel] Enhanced the alignment effect of text in Excel conversion.
* Improved paragraph and line output effects.
* Reduced unnecessary text box output that may interfere with the editing in converted files.
* Enhanced support for bullet lists and improved the output effect of certain special character lists.
* Enhanced the recognition and conversion support for double lines in tables.

Major Bug Fixes:

* Resolved the issue of missing spaces in some files after conversion.
* Fixed the problem of incorrect recognition and conversion of underlined text in certain files.
* Addressed the problem of text being converted into images in some files.
* Fixed crash and memory leak issues in Office conversions to enhance stability.
* Fixed the issue of misaligned paragraph formatting after converting text with a highlighted StyleSpan, such as content changing from aligned left text to justified text.

====================================================================
Foxit PDF Conversion SDK v1.2.0 - April 04, 2023

This version includes the following changes:

* JavaScript Conversion Demo: We have hosted a Node.js conversion library on GitHub, allowing you to easily access and utilize it for your projects. Additionally, we have created a web project demo within the Foxit PDF SDK Web Demo application, which visually represents the capabilities of the library.

* New Project Demos: Our conversion library now includes demonstration projects for both Visual Studio 2019 and 2022. Developers using these versions of Visual Studio can use the demo projects to view our library and see its features in action.

* Bug Fixes: This version uses the same core engine as version 1.1.1 and fixes some project-level issues.
====================================================================
Foxit PDF Conversion SDK v1.1.0 - March 03, 2023

* Introduce Foxit's AI technology to perform borderless table recognition.
Our cutting-edge machine learning technology uses HTTP Restful API to enable seamless integration with your existing projects. You can simply turn on the option "enable_ml_recognition" in our SDK to execute recognition on the table border in a matter of seconds.
* A lot of bug fixes.

====================================================================
Foxit PDF Conversion SDK v1.0.0 - January 17, 2023

* Initial Release.

In this release, the following features are included:
* Windows platform.
* Multiple languages: C/C++, C# (DotNet, DotNetCore), Java, Node.js, and Python.
* Converting PDF to Microsoft® Word/Excel/PowerPoint

Coming Soon:
* Linux Platform
* Mac Platform

Will improve soon:
* The PDF2Excel conversion on the overall layout, text overlap, underlining, and table.
* The PDF2PPT conversion result file size.
* The PDF2Word conversion on the appearance consistency

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win_amd64.whl (16.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win32.whl (13.8 MB view details)

Uploaded CPython 3.10 Windows x86

FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (15.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (15.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win_amd64.whl (16.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win32.whl (13.8 MB view details)

Uploaded CPython 3.9 Windows x86

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (15.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (15.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (15.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win_amd64.whl (16.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win32.whl (13.8 MB view details)

Uploaded CPython 3.8 Windows x86

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (15.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (15.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (15.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win_amd64.whl (16.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win32.whl (13.8 MB view details)

Uploaded CPython 3.7m Windows x86

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (15.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (15.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (15.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win_amd64.whl (16.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win32.whl (13.8 MB view details)

Uploaded CPython 3.6m Windows x86

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (15.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (15.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (15.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ee85c59c4ce703a4dbc5e9b40316fbd7e8f4c5f10b6e528555879c798ccbcd77
MD5 967d7dc1eaaa62f047f83dff4bfd841a
BLAKE2b-256 9997a4095e181267c47a83e80247c8a90078e01ab9eb511f5c33fc0adf523f83

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 090d5f4d6a7b808d499ad1187a4aa81dec620670cc520815a612d8928837459e
MD5 2fe6d4f19df9205cea52600360dbd2ea
BLAKE2b-256 b709b092aeb62e8b6b1b692acaedba48e990a0ab333a3df106a1abc0b3e160f0

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f13264a67fdb52b188da421d87cfb1bebf10be4ad513d30064d35c4b8c8c274
MD5 24116cf981e2cb0e08567d1433d2d50f
BLAKE2b-256 187119f018bdb86c142cfc34d97072e78c0085a6028433f270d3684e7130bf35

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7624f197fb4e5a7ccfa8c23f78d7a0412cfad69e1ff9128afd6eae192e14893b
MD5 c3bba29a752fe62beffb86b58bdd8e69
BLAKE2b-256 2972c3f4d4a6b22756bc9eaf9155943802fb8364eedb77ebe5342e7b75f3b2ec

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be308abd6f4f765d54e83945aed36274d85c8a70979617d84d7a5d4632caf5cf
MD5 41acc24d53e3f4838d42148125dfe5b2
BLAKE2b-256 f92b25bf6815fe36c538e37749c1d3449de316a037f3ce72bb8a4e01b926064b

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a18a42409a870743606fddc5b4f3e14cee1fa12357e86932159f1e0d5dad0cb9
MD5 fe03babfb0311d04e5efd09f6acd70a7
BLAKE2b-256 1905ccf86c172f24f18ca9569176e7656e2d9f4b9463675f584ef00b5d030312

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eb5c0da47e8cfd8455d62f53a953ac082a3ff700e095af36e575ffff0f0a9bb7
MD5 a394663be0c192005e4e1bfd4073cba2
BLAKE2b-256 513738d531abd0e6bc00047927c0b35d7a11805c7c9a6d16593c5ff45ac688fb

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4cf0b30089219deba4aac9e0850e5e3ca23d88b98f751b2bc4c9278427ef4ac4
MD5 eaf629b238f2f5529dc453090d90ff45
BLAKE2b-256 68819565bb64a5d804353a8a2f1ae38155e4dee24713634986946df02bb269d4

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1ae712753c57509086d464beba9f3e0bab62945c4319692113d2c5975f44e11
MD5 228be201abb064a84779f63bee9e979e
BLAKE2b-256 9451d4bc21c2d4719d339692e3d6410179624c307ee34ff928992c3cae36203b

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e172e937f9d25adde03024cb293d00cd57d347af0a59bffd6af5a787e72ee61c
MD5 c3a42d5930b1d35aea97c6de088c74b5
BLAKE2b-256 31458163e645e372440fd45e46b0759f3bf66ad3b189e4a53d0a65268c43ad5f

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 67b750b443d1e51d9d24a18ef795f487e817969ae1392a66f3a55a5822ea7356
MD5 e3eee2024695b10c778af25852772164
BLAKE2b-256 458ab5d9dfa49b16bed41d46f8df3e3c20576080ea88888a7828fd275376efea

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 56b7cf854ad6d0dd4857675a6a639525216463ce767e4e6ab22378dbed722b04
MD5 21f632a9b9ef91c6ecdd220b668559c3
BLAKE2b-256 7474fd65636db8d90bec9fea09506267adacbb68944a0fb036b8b8f1951c7d58

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 49b4e913bec5af4421c968c977932e45ea735427c24b9b73af6024397904a315
MD5 9d17c74746e68292fa12ef4bb0dc355f
BLAKE2b-256 ffbb07361058c1d043cab5a7b24fbe028cead9227358980f34f2029fe91db8bb

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b981bc2a70e8ced62b3c32b12a17a77b029eb8859e42c66ef96b04d4d4223535
MD5 3b476dc25e580833af03604ef7c78ad9
BLAKE2b-256 e91fb6cb2f1c2a587b26a0195987f3ffbb6ee3a6d505e943a2268e5208712dff

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cd7283d1b391ad2389809e1dae60c82075e6a623b48840a1fd1dcb5f42216741
MD5 87c9d4f933d394183696c027cce63479
BLAKE2b-256 3001295ff148deee84cb0ff67383ec18fb12873fe3a4d37389bd8f3a16f76fa3

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a66de86d003a20dabbb326473c2be4c9535ad93614f7917cee93998118a38435
MD5 fbbbe5d4b31a5b58cd104f0e4567154b
BLAKE2b-256 0efa0084a9e8720de7d46094dc7caf0e36eee91792ea49ff0062406605c1efc8

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d0749c80fe888c4498fda7abad40b4aa7dddf620072a57adcf533e191138123
MD5 99735dccbd0653f5ccdc60ba5c59d155
BLAKE2b-256 48b6a6211c022f4d65936bcbf0b5e5b8afb7dc2b3eced8ea9e47ea3bdc93aafd

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66d43ceb17508d3a5d6f706ba246a49df96ecb959e4543cfac6c48ae140e0b44
MD5 93563261c1b1f2b47ce583e6bf7e1e5f
BLAKE2b-256 bb75fb9dbd5bb3ec95228ca8ccb354da61838550b39e614d7d797fe5144e02c2

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 07be6a0ecaf52e804c775ad39d02f226e47876d88e3ca9ce1652551a82d85f02
MD5 2238b176f23f895ca5fde533601661c6
BLAKE2b-256 2fed8711b2483f49173349720f8e33984daee5135afc7cde26d5d3bd651ef589

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d17de01b8e3ac5cdac5db1ed3be4d07b853ac267948b4cc0ab239a8b6e5ff847
MD5 8e94d65b487b827c11956e0446482d0d
BLAKE2b-256 f2ec177cd56e34bba80df8dee978f523f4637d335ccd18bd8f2077fee7294e5e

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8fafb952f8a4f6960622d97896947425db44c568c9172867bbc4c9c181c52185
MD5 7a4be6fd9aa0311657f7a5a60acf51fc
BLAKE2b-256 416d6c18c2bf0482c422b09e93563a97463ce5418b8278ca89edbefecbcbc22b

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c24a4d18d9797b8aaaca91d76f8b763a23bdd8ed3ab608074553fae3fac64cb3
MD5 937ca413ac12953e2f4973f4f3aeb056
BLAKE2b-256 d807ec422f8091e02ea814ed13941bcd30aa8521572f7f69c95a5c9cb4b738d3

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6c5dc5289a2b016b26a44484d0c130ba135c7a02d4718895d4670ec289067e1b
MD5 cb8f26bc1a2a1ed975eac7e311b39409
BLAKE2b-256 77668fdeac2e7861d604a2f8a35b45aad6cc69798384ec7827dacfc78d428a61

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 acd5671bcb3badbb5962088fc5a7769adf6143315524006efae4c354694a30bc
MD5 4186ccf88ca1521c995c324a11fc9bf2
BLAKE2b-256 776f00a9e37aefa9e62b3b8c6d8a22e9e1af551522b998829a60607b0e62299d

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2555e996b2a7c53d5a96a57e43fa922735cb8c647ee8507897da5113aded01e3
MD5 c508f8c19ad500408a1b8875053be3ad
BLAKE2b-256 4cbd2e487fa7c79704b5f7b69e0d17bddcc71b56f4015e80b302d2c67c195df9

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 df78b1d3485c8829b02b31a337c7ffc75ba0726c3a7d63cd1a1e9b86e1ab5932
MD5 4efa3338eed8b801f06e829defc6c27a
BLAKE2b-256 4e65948b63c79d415e4d7f4f38320eb4ee68755cc23ebdfd539c01dbbaf0b14c

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d8a124bceb278e89c0883300e05815f11e26e95d7791e7656231693944e0e369
MD5 5a21622c41813c53bfa3cf7465589a88
BLAKE2b-256 873eec438a5f3dd1829ac5e8ced73f9166c2585b128611b1e837da48c0330460

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bcea07f2b03c54d89e673170c9a5def347a44083f5874c505aae9cee3d37c283
MD5 2b2a660d66b0e9d3e2d661507d59e924
BLAKE2b-256 33ac9633a6592ea45ed042ba3a63df9fa928654713a4a6d2af67e6877217745b

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9ced57a2a959e643e281c9180a25a2067b75b85cd2dfbe8c022f206133ddc4f6
MD5 61c8d13b9fcae994f94ed267e0be720e
BLAKE2b-256 8af215496d0b56d948e45757a7ae93ddd64979ea5a33f159adadf28d5a0e4056

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7fa1fc00383321338912f432162a35a852372c6c44e56ad62a15ebee7e4bc550
MD5 9e06395c3c11885545984992096d900b
BLAKE2b-256 f58909324988bfb645e2afb83554e86f5f8460bed9c978f33c975da1e08699e2

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 aac73a79942d1334d7741f873dbc800351bfa64700c56b651d1ba94c724b4088
MD5 0d9bdd254a06b7d6fdd67e94b04d3d55
BLAKE2b-256 791449b31af8f02f1009bfb63cb804579c344eedada9f9162aabff36b96f0fa2

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 fc56b0ef7e5499cdf38b30fa311ab3bf4ad532aeed97f55755bb1d2123632c3f
MD5 5c4c831c715081df4e3c4f39adadc9d8
BLAKE2b-256 ddcbae9c9b4f1129f64ee38dd577557165c997b921332e2c3455635dbfb8b96d

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 555bc9c99763d8d739afad0a2c724140e04a4e288d8e8b9f9f90b96263b6212c
MD5 7e6310e1e987d95370ab7fc894338654
BLAKE2b-256 c6ce75a663e38e8e067d6f9d597293ad2c8301839424f1956d4266421562cf21

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b6ff716c732c018ef59b87debbd21e07fcaa895f5597633e21af0e81c321137
MD5 ae4335cab3650ddb1b19a24d8efd0765
BLAKE2b-256 b7cd057fad7718a109ba6793b0e0b46b0b2546f2c6eecc1528ff4b234e3a6665

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f7f04bd64947bc3c2227e2615a5f148791c83c5323f0f53f5eb7d648c9a8dba6
MD5 34a4593dc026f0dfb95f8062a09d8c43
BLAKE2b-256 ef571f5d50a74db96b69ed1594ef6cf093c5c9a3eb31308ed4b2b22c7758d1c6

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a0504e7ea87277a9e096a92d1d3cc0ac6e196d0d2998b6332290271fc3683ddd
MD5 b16f7b30b1c697d43a798ce4aa9e7099
BLAKE2b-256 73267d3616115e2fcec4e2b034fb9bbe4c5dca4cadcff2950936d3fa06fdaa52

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 835d153fecc88325d79c292f329c8b12530fda6c4eaeb6589d6ceab20e7edc8d
MD5 c0f9f0ccc60871f1986cbd4075c10d0e
BLAKE2b-256 ab906d6bef8f026bdf1d83282696fac39ba3a6091e9b3d1ce2caf9e2cd42bc5b

See more details on using hashes here.

File details

Details for the file FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b8310986f83caa4b0f6021f0857ab5a326d56816bad4610e27dbae4783073c70
MD5 8b3b2b1ed61b2bd03c47dc51fba97362
BLAKE2b-256 b46f22ebf4944ac3e34b360a8d03a22fe00e58be11638ebbe844b836b43f33cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page