FoxitPDFConversionSDKPython3


NameFoxitPDFConversionSDKPython3 JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://developers.foxit.com
SummaryFoxit PDF CONVERSION SDK For Python3
upload_time2024-03-18 10:33:46
maintainer
docs_urlNone
authorFoxit Software Inc.
requires_python>=3.6, <4
licenseOther/Proprietary License (Commercial)
keywords pdf conversion sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
 

            

Raw data

            {
    "_id": null,
    "home_page": "https://developers.foxit.com",
    "name": "FoxitPDFConversionSDKPython3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "PDF CONVERSION SDK",
    "author": "Foxit Software Inc.",
    "author_email": "support@foxitsoftware.com",
    "download_url": "",
    "platform": null,
    "description": "Foxit PDF Conversion SDK v2.0.0 - March 18, 2024\n\nThis release includes the following changes:\n\nNew Features and Enhancements \n* 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.\n* Office to PDF Web Demo: A web-based demo is now available for trying out the Office to PDF conversion functionality.\n* AnyCPU Support : Added AnyCPU configuration support for the Dotnet/DotnetCore platform. This allows the software to run on a wider range of system architectures.\n* PDF to Word Conversion: \n  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.\n  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.\n* PDF to PowerPoint Conversion: Improved the accuracy of recognizing text blocks in PowerPoint slides during the conversion process.\n* 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.\n\nBug Fixes\n* Fixed the issue where conversion may fail or slow down due to high memory usage.\n* Fixed the crash issue that occurred when converting to specific pages containing borderless tables in PDF to PPT.\n* 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.\n* 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.\n* Fixed the issue where some text content was misidentified as a table after converting PDF to PPT.\n* Fixed the issue where multiple lines of text content were placed in the same cell after converting PDF to Excel.\n* Fixed the issue where page numbers were inconsistent or one page was split into multiple pages after converting PDF to Word.\n\nFoxit PDF Conversion SDK v1.5.0 - November 07, 2023\n\nThis release includes the following changes:\n\nNew Features and Enhancements \n* 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.\n* Improved support for the KaiTi font.\n* Enhanced chart recognition, improving output display.\n* Enhanced compatibility with WPS Office to ensure that the resulting document maintains consistent formatting and font colors across different office editors.\n\nBug Fixes\n* Addressed the issue of incorrect text styling in some converted files, including missing bold formatting and inconsistent font sizes.\n* [PDF2Word] Fixed the issue of text overlap after conversion.\n* [PDF2Word] Resolved problems with the recognition and output of page-level outlines during conversion.\n* [PDF2Word] Fixed the issue where lists were not correctly recognized in some files.\n* [PDF2Word] Corrected the display of some highlight styles and annotations.\n* [PDF2Word] Fixed the problem of inconsistent watermark layout between Word and PDF after conversion.\n* [PDF2Word] Resolved the issue of missing title and author information in document properties.\n* [PDF2Word] Addressed the problem of an increased page count in the resulting Word document for specific PDF files.\n* [PDF2Word] Corrected the recognition of text objects as shape objects for dual-layout content.\n* [PDF2Word]  Fixed the problem of generating extra empty paragraphs in the resulting document.\n* [PDF2Excel] Resolved the issue of extended processing time and freezing for some files during conversion.\n* [PDF2Excel] Fixed the problem of incomplete number display in cells after conversion.\n* [PDF2Excel] Corrected the issue of reduced text size within cells after conversion.\n* [PDF2Excel] Addressed the problem of shifted content within cells after conversion.\n* [PDF2Excel] Fixed the issue of cell content wrapping after conversion.\n* [PDF2Excel] Resolved the problem of missing cell backgrounds after conversion.\n\n====================================================================\nFoxit PDF Conversion SDK v1.4.0 - August 22, 2023\n\nThis release includes the following changes:\n\nNew Features:\n* Added support for converting headings from PDF to Word.\n* Introducing the Linux C Library.\n* Compatibility with the latest version of node.js.\n\nBug Fixes:\n* Addressed a known OpenSSL vulnerability by updating to OpenSSL version 1.11.\n* [PDF2Word] Fixed the issue where numeric bullet points in the result file changed after conversion.\n* [PDF2Word] Resolved the problem of bullet point misalignment in the result file after conversion.\n* [PDF2Excel] Fixed the issue of inconsistent content display in converted result files within WPS.\n* [PDF2Office] Corrected the inconsistency in display of converted result files when opened in various office editors.\n* [PDF2Word] Resolved an issue where fonts were missing and font appearances were inconsistent after converting specific files.\n* [PDF2Word] Fixed the problem where Calibri font changed to another font after conversion in the result file.\n* [PDF2Excel] Fixed the issue where table column widths were reduced, causing misalignment of data within columns after conversion.\n* [PDF2Excel] Corrected the problem where Excel cells with solid color backgrounds were not properly converted and recognized.\n* [PDF2Excel] Addressed the issue where text became invisible after zooming in on the converted result file using a specific office editor on a device.====================================================================\nFoxit PDF Conversion SDK v1.3.0 - June 09, 2023\n\nThis release includes the following changes:\n\nNew Features:\n\n* Added support for the Linux platform.\n* Implemented multi-threading and safety features.\n* Introduced clip-path text recognition and conversion capabilities.\n* [PDF2Word] Implemented conversion of the PDF pop-up contents and corresponding replies associated with the text highlights to office review comments. \n\nMajor Improvements:\n\n* [PDF2Excel] Enhanced the alignment effect of text in Excel conversion.\n* Improved paragraph and line output effects.\n* Reduced unnecessary text box output that may interfere with the editing in converted files.\n* Enhanced support for bullet lists and improved the output effect of certain special character lists.\n* Enhanced the recognition and conversion support for double lines in tables.\n\nMajor Bug Fixes:\n\n* Resolved the issue of missing spaces in some files after conversion.  \n* Fixed the problem of incorrect recognition and conversion of underlined text in certain files.\n* Addressed the problem of text being converted into images in some files.\n* Fixed crash and memory leak issues in Office conversions to enhance stability.\n* 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.\n \n====================================================================\nFoxit PDF Conversion SDK v1.2.0 - April 04, 2023\n\nThis version includes the following changes:\n\n* 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.\n\n* 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.\n\n* Bug Fixes: This version uses the same core engine as version 1.1.1 and fixes some project-level issues.\n====================================================================\nFoxit PDF Conversion SDK v1.1.0 - March 03, 2023\n\n* Introduce Foxit's AI technology to perform borderless table recognition. \n\tOur 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. \n* A lot of bug fixes.\n\n====================================================================\nFoxit PDF Conversion SDK v1.0.0 - January 17, 2023\n\n* Initial Release.\n\nIn this release, the following features are included:\n* \tWindows platform.   \n* \tMultiple languages:  C/C++, C# (DotNet, DotNetCore), Java,  Node.js, and  Python.\n* \tConverting PDF to Microsoft\u00ae Word/Excel/PowerPoint \n\nComing Soon:\n* Linux Platform\n* Mac Platform\n\nWill improve soon:\n* The PDF2Excel conversion on the overall layout, text overlap, underlining, and table.\n* The PDF2PPT conversion result file size. \n* The PDF2Word conversion on the appearance consistency\n \n",
    "bugtrack_url": null,
    "license": "Other/Proprietary License (Commercial)",
    "summary": "Foxit PDF CONVERSION SDK For Python3",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://developers.foxit.com"
    },
    "split_keywords": [
        "pdf",
        "conversion",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1905ccf86c172f24f18ca9569176e7656e2d9f4b9463675f584ef00b5d030312",
                "md5": "fe03babfb0311d04e5efd09f6acd70a7",
                "sha256": "a18a42409a870743606fddc5b4f3e14cee1fa12357e86932159f1e0d5dad0cb9"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "fe03babfb0311d04e5efd09f6acd70a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6, <4",
            "size": 15643115,
            "upload_time": "2024-03-18T10:33:46",
            "upload_time_iso_8601": "2024-03-18T10:33:46.811733Z",
            "url": "https://files.pythonhosted.org/packages/19/05/ccf86c172f24f18ca9569176e7656e2d9f4b9463675f584ef00b5d030312/FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f92b25bf6815fe36c538e37749c1d3449de316a037f3ce72bb8a4e01b926064b",
                "md5": "41acc24d53e3f4838d42148125dfe5b2",
                "sha256": "be308abd6f4f765d54e83945aed36274d85c8a70979617d84d7a5d4632caf5cf"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "41acc24d53e3f4838d42148125dfe5b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6, <4",
            "size": 15308350,
            "upload_time": "2024-03-18T10:33:50",
            "upload_time_iso_8601": "2024-03-18T10:33:50.104870Z",
            "url": "https://files.pythonhosted.org/packages/f9/2b/25bf6815fe36c538e37749c1d3449de316a037f3ce72bb8a4e01b926064b/FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2972c3f4d4a6b22756bc9eaf9155943802fb8364eedb77ebe5342e7b75f3b2ec",
                "md5": "c3bba29a752fe62beffb86b58bdd8e69",
                "sha256": "7624f197fb4e5a7ccfa8c23f78d7a0412cfad69e1ff9128afd6eae192e14893b"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c3bba29a752fe62beffb86b58bdd8e69",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6, <4",
            "size": 15688175,
            "upload_time": "2024-03-18T10:33:52",
            "upload_time_iso_8601": "2024-03-18T10:33:52.985488Z",
            "url": "https://files.pythonhosted.org/packages/29/72/c3f4d4a6b22756bc9eaf9155943802fb8364eedb77ebe5342e7b75f3b2ec/FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "187119f018bdb86c142cfc34d97072e78c0085a6028433f270d3684e7130bf35",
                "md5": "24116cf981e2cb0e08567d1433d2d50f",
                "sha256": "4f13264a67fdb52b188da421d87cfb1bebf10be4ad513d30064d35c4b8c8c274"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "24116cf981e2cb0e08567d1433d2d50f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6, <4",
            "size": 15359312,
            "upload_time": "2024-03-18T10:33:56",
            "upload_time_iso_8601": "2024-03-18T10:33:56.022495Z",
            "url": "https://files.pythonhosted.org/packages/18/71/19f018bdb86c142cfc34d97072e78c0085a6028433f270d3684e7130bf35/FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b709b092aeb62e8b6b1b692acaedba48e990a0ab333a3df106a1abc0b3e160f0",
                "md5": "2fe6d4f19df9205cea52600360dbd2ea",
                "sha256": "090d5f4d6a7b808d499ad1187a4aa81dec620670cc520815a612d8928837459e"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "2fe6d4f19df9205cea52600360dbd2ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6, <4",
            "size": 13803238,
            "upload_time": "2024-03-18T10:34:00",
            "upload_time_iso_8601": "2024-03-18T10:34:00.712904Z",
            "url": "https://files.pythonhosted.org/packages/b7/09/b092aeb62e8b6b1b692acaedba48e990a0ab333a3df106a1abc0b3e160f0/FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9997a4095e181267c47a83e80247c8a90078e01ab9eb511f5c33fc0adf523f83",
                "md5": "967d7dc1eaaa62f047f83dff4bfd841a",
                "sha256": "ee85c59c4ce703a4dbc5e9b40316fbd7e8f4c5f10b6e528555879c798ccbcd77"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "967d7dc1eaaa62f047f83dff4bfd841a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6, <4",
            "size": 15952862,
            "upload_time": "2024-03-18T10:34:03",
            "upload_time_iso_8601": "2024-03-18T10:34:03.882208Z",
            "url": "https://files.pythonhosted.org/packages/99/97/a4095e181267c47a83e80247c8a90078e01ab9eb511f5c33fc0adf523f83/FoxitPDFConversionSDKPython3-2.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73267d3616115e2fcec4e2b034fb9bbe4c5dca4cadcff2950936d3fa06fdaa52",
                "md5": "b16f7b30b1c697d43a798ce4aa9e7099",
                "sha256": "a0504e7ea87277a9e096a92d1d3cc0ac6e196d0d2998b6332290271fc3683ddd"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "b16f7b30b1c697d43a798ce4aa9e7099",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 15638829,
            "upload_time": "2024-03-18T10:34:06",
            "upload_time_iso_8601": "2024-03-18T10:34:06.723970Z",
            "url": "https://files.pythonhosted.org/packages/73/26/7d3616115e2fcec4e2b034fb9bbe4c5dca4cadcff2950936d3fa06fdaa52/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef571f5d50a74db96b69ed1594ef6cf093c5c9a3eb31308ed4b2b22c7758d1c6",
                "md5": "34a4593dc026f0dfb95f8062a09d8c43",
                "sha256": "f7f04bd64947bc3c2227e2615a5f148791c83c5323f0f53f5eb7d648c9a8dba6"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "34a4593dc026f0dfb95f8062a09d8c43",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 15300990,
            "upload_time": "2024-03-18T10:34:10",
            "upload_time_iso_8601": "2024-03-18T10:34:10.095706Z",
            "url": "https://files.pythonhosted.org/packages/ef/57/1f5d50a74db96b69ed1594ef6cf093c5c9a3eb31308ed4b2b22c7758d1c6/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7cd057fad7718a109ba6793b0e0b46b0b2546f2c6eecc1528ff4b234e3a6665",
                "md5": "ae4335cab3650ddb1b19a24d8efd0765",
                "sha256": "4b6ff716c732c018ef59b87debbd21e07fcaa895f5597633e21af0e81c321137"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ae4335cab3650ddb1b19a24d8efd0765",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 15674737,
            "upload_time": "2024-03-18T10:34:13",
            "upload_time_iso_8601": "2024-03-18T10:34:13.702933Z",
            "url": "https://files.pythonhosted.org/packages/b7/cd/057fad7718a109ba6793b0e0b46b0b2546f2c6eecc1528ff4b234e3a6665/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6ce75a663e38e8e067d6f9d597293ad2c8301839424f1956d4266421562cf21",
                "md5": "7e6310e1e987d95370ab7fc894338654",
                "sha256": "555bc9c99763d8d739afad0a2c724140e04a4e288d8e8b9f9f90b96263b6212c"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e6310e1e987d95370ab7fc894338654",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 15344089,
            "upload_time": "2024-03-18T10:34:16",
            "upload_time_iso_8601": "2024-03-18T10:34:16.727124Z",
            "url": "https://files.pythonhosted.org/packages/c6/ce/75a663e38e8e067d6f9d597293ad2c8301839424f1956d4266421562cf21/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b46f22ebf4944ac3e34b360a8d03a22fe00e58be11638ebbe844b836b43f33cd",
                "md5": "8b3b2b1ed61b2bd03c47dc51fba97362",
                "sha256": "b8310986f83caa4b0f6021f0857ab5a326d56816bad4610e27dbae4783073c70"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "8b3b2b1ed61b2bd03c47dc51fba97362",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 15555054,
            "upload_time": "2024-03-18T10:34:20",
            "upload_time_iso_8601": "2024-03-18T10:34:20.283157Z",
            "url": "https://files.pythonhosted.org/packages/b4/6f/22ebf4944ac3e34b360a8d03a22fe00e58be11638ebbe844b836b43f33cd/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab906d6bef8f026bdf1d83282696fac39ba3a6091e9b3d1ce2caf9e2cd42bc5b",
                "md5": "c0f9f0ccc60871f1986cbd4075c10d0e",
                "sha256": "835d153fecc88325d79c292f329c8b12530fda6c4eaeb6589d6ceab20e7edc8d"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c0f9f0ccc60871f1986cbd4075c10d0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 15222221,
            "upload_time": "2024-03-18T10:34:23",
            "upload_time_iso_8601": "2024-03-18T10:34:23.288248Z",
            "url": "https://files.pythonhosted.org/packages/ab/90/6d6bef8f026bdf1d83282696fac39ba3a6091e9b3d1ce2caf9e2cd42bc5b/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddcbae9c9b4f1129f64ee38dd577557165c997b921332e2c3455635dbfb8b96d",
                "md5": "5c4c831c715081df4e3c4f39adadc9d8",
                "sha256": "fc56b0ef7e5499cdf38b30fa311ab3bf4ad532aeed97f55755bb1d2123632c3f"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "5c4c831c715081df4e3c4f39adadc9d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 13805664,
            "upload_time": "2024-03-18T10:34:26",
            "upload_time_iso_8601": "2024-03-18T10:34:26.675417Z",
            "url": "https://files.pythonhosted.org/packages/dd/cb/ae9c9b4f1129f64ee38dd577557165c997b921332e2c3455635dbfb8b96d/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "791449b31af8f02f1009bfb63cb804579c344eedada9f9162aabff36b96f0fa2",
                "md5": "0d9bdd254a06b7d6fdd67e94b04d3d55",
                "sha256": "aac73a79942d1334d7741f873dbc800351bfa64700c56b651d1ba94c724b4088"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0d9bdd254a06b7d6fdd67e94b04d3d55",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6, <4",
            "size": 15952508,
            "upload_time": "2024-03-18T10:34:32",
            "upload_time_iso_8601": "2024-03-18T10:34:32.132513Z",
            "url": "https://files.pythonhosted.org/packages/79/14/49b31af8f02f1009bfb63cb804579c344eedada9f9162aabff36b96f0fa2/FoxitPDFConversionSDKPython3-2.0.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33ac9633a6592ea45ed042ba3a63df9fa928654713a4a6d2af67e6877217745b",
                "md5": "2b2a660d66b0e9d3e2d661507d59e924",
                "sha256": "bcea07f2b03c54d89e673170c9a5def347a44083f5874c505aae9cee3d37c283"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "2b2a660d66b0e9d3e2d661507d59e924",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 15639939,
            "upload_time": "2024-03-18T10:34:38",
            "upload_time_iso_8601": "2024-03-18T10:34:38.346446Z",
            "url": "https://files.pythonhosted.org/packages/33/ac/9633a6592ea45ed042ba3a63df9fa928654713a4a6d2af67e6877217745b/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "873eec438a5f3dd1829ac5e8ced73f9166c2585b128611b1e837da48c0330460",
                "md5": "5a21622c41813c53bfa3cf7465589a88",
                "sha256": "d8a124bceb278e89c0883300e05815f11e26e95d7791e7656231693944e0e369"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5a21622c41813c53bfa3cf7465589a88",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 15302430,
            "upload_time": "2024-03-18T10:34:42",
            "upload_time_iso_8601": "2024-03-18T10:34:42.978700Z",
            "url": "https://files.pythonhosted.org/packages/87/3e/ec438a5f3dd1829ac5e8ced73f9166c2585b128611b1e837da48c0330460/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e65948b63c79d415e4d7f4f38320eb4ee68755cc23ebdfd539c01dbbaf0b14c",
                "md5": "4efa3338eed8b801f06e829defc6c27a",
                "sha256": "df78b1d3485c8829b02b31a337c7ffc75ba0726c3a7d63cd1a1e9b86e1ab5932"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4efa3338eed8b801f06e829defc6c27a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 15675037,
            "upload_time": "2024-03-18T10:34:46",
            "upload_time_iso_8601": "2024-03-18T10:34:46.280170Z",
            "url": "https://files.pythonhosted.org/packages/4e/65/948b63c79d415e4d7f4f38320eb4ee68755cc23ebdfd539c01dbbaf0b14c/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cbd2e487fa7c79704b5f7b69e0d17bddcc71b56f4015e80b302d2c67c195df9",
                "md5": "c508f8c19ad500408a1b8875053be3ad",
                "sha256": "2555e996b2a7c53d5a96a57e43fa922735cb8c647ee8507897da5113aded01e3"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c508f8c19ad500408a1b8875053be3ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 15344297,
            "upload_time": "2024-03-18T10:34:52",
            "upload_time_iso_8601": "2024-03-18T10:34:52.967345Z",
            "url": "https://files.pythonhosted.org/packages/4c/bd/2e487fa7c79704b5f7b69e0d17bddcc71b56f4015e80b302d2c67c195df9/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f58909324988bfb645e2afb83554e86f5f8460bed9c978f33c975da1e08699e2",
                "md5": "9e06395c3c11885545984992096d900b",
                "sha256": "7fa1fc00383321338912f432162a35a852372c6c44e56ad62a15ebee7e4bc550"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9e06395c3c11885545984992096d900b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 15555374,
            "upload_time": "2024-03-18T10:34:56",
            "upload_time_iso_8601": "2024-03-18T10:34:56.602108Z",
            "url": "https://files.pythonhosted.org/packages/f5/89/09324988bfb645e2afb83554e86f5f8460bed9c978f33c975da1e08699e2/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8af215496d0b56d948e45757a7ae93ddd64979ea5a33f159adadf28d5a0e4056",
                "md5": "61c8d13b9fcae994f94ed267e0be720e",
                "sha256": "9ced57a2a959e643e281c9180a25a2067b75b85cd2dfbe8c022f206133ddc4f6"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61c8d13b9fcae994f94ed267e0be720e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 15222411,
            "upload_time": "2024-03-18T10:35:01",
            "upload_time_iso_8601": "2024-03-18T10:35:01.545350Z",
            "url": "https://files.pythonhosted.org/packages/8a/f2/15496d0b56d948e45757a7ae93ddd64979ea5a33f159adadf28d5a0e4056/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "776f00a9e37aefa9e62b3b8c6d8a22e9e1af551522b998829a60607b0e62299d",
                "md5": "4186ccf88ca1521c995c324a11fc9bf2",
                "sha256": "acd5671bcb3badbb5962088fc5a7769adf6143315524006efae4c354694a30bc"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "4186ccf88ca1521c995c324a11fc9bf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 13805331,
            "upload_time": "2024-03-18T10:35:04",
            "upload_time_iso_8601": "2024-03-18T10:35:04.472459Z",
            "url": "https://files.pythonhosted.org/packages/77/6f/00a9e37aefa9e62b3b8c6d8a22e9e1af551522b998829a60607b0e62299d/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77668fdeac2e7861d604a2f8a35b45aad6cc69798384ec7827dacfc78d428a61",
                "md5": "cb8f26bc1a2a1ed975eac7e311b39409",
                "sha256": "6c5dc5289a2b016b26a44484d0c130ba135c7a02d4718895d4670ec289067e1b"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cb8f26bc1a2a1ed975eac7e311b39409",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6, <4",
            "size": 15952336,
            "upload_time": "2024-03-18T10:35:08",
            "upload_time_iso_8601": "2024-03-18T10:35:08.530497Z",
            "url": "https://files.pythonhosted.org/packages/77/66/8fdeac2e7861d604a2f8a35b45aad6cc69798384ec7827dacfc78d428a61/FoxitPDFConversionSDKPython3-2.0.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2ec177cd56e34bba80df8dee978f523f4637d335ccd18bd8f2077fee7294e5e",
                "md5": "8e94d65b487b827c11956e0446482d0d",
                "sha256": "d17de01b8e3ac5cdac5db1ed3be4d07b853ac267948b4cc0ab239a8b6e5ff847"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "8e94d65b487b827c11956e0446482d0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 15641330,
            "upload_time": "2024-03-18T10:35:13",
            "upload_time_iso_8601": "2024-03-18T10:35:13.591302Z",
            "url": "https://files.pythonhosted.org/packages/f2/ec/177cd56e34bba80df8dee978f523f4637d335ccd18bd8f2077fee7294e5e/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fed8711b2483f49173349720f8e33984daee5135afc7cde26d5d3bd651ef589",
                "md5": "2238b176f23f895ca5fde533601661c6",
                "sha256": "07be6a0ecaf52e804c775ad39d02f226e47876d88e3ca9ce1652551a82d85f02"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2238b176f23f895ca5fde533601661c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 15307122,
            "upload_time": "2024-03-18T10:35:18",
            "upload_time_iso_8601": "2024-03-18T10:35:18.138263Z",
            "url": "https://files.pythonhosted.org/packages/2f/ed/8711b2483f49173349720f8e33984daee5135afc7cde26d5d3bd651ef589/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb75fb9dbd5bb3ec95228ca8ccb354da61838550b39e614d7d797fe5144e02c2",
                "md5": "93563261c1b1f2b47ce583e6bf7e1e5f",
                "sha256": "66d43ceb17508d3a5d6f706ba246a49df96ecb959e4543cfac6c48ae140e0b44"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "93563261c1b1f2b47ce583e6bf7e1e5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 15683177,
            "upload_time": "2024-03-18T10:35:21",
            "upload_time_iso_8601": "2024-03-18T10:35:21.494355Z",
            "url": "https://files.pythonhosted.org/packages/bb/75/fb9dbd5bb3ec95228ca8ccb354da61838550b39e614d7d797fe5144e02c2/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48b6a6211c022f4d65936bcbf0b5e5b8afb7dc2b3eced8ea9e47ea3bdc93aafd",
                "md5": "99735dccbd0653f5ccdc60ba5c59d155",
                "sha256": "1d0749c80fe888c4498fda7abad40b4aa7dddf620072a57adcf533e191138123"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99735dccbd0653f5ccdc60ba5c59d155",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 15352030,
            "upload_time": "2024-03-18T10:35:25",
            "upload_time_iso_8601": "2024-03-18T10:35:25.012191Z",
            "url": "https://files.pythonhosted.org/packages/48/b6/a6211c022f4d65936bcbf0b5e5b8afb7dc2b3eced8ea9e47ea3bdc93aafd/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d807ec422f8091e02ea814ed13941bcd30aa8521572f7f69c95a5c9cb4b738d3",
                "md5": "937ca413ac12953e2f4973f4f3aeb056",
                "sha256": "c24a4d18d9797b8aaaca91d76f8b763a23bdd8ed3ab608074553fae3fac64cb3"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "937ca413ac12953e2f4973f4f3aeb056",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 15557789,
            "upload_time": "2024-03-18T10:35:30",
            "upload_time_iso_8601": "2024-03-18T10:35:30.021869Z",
            "url": "https://files.pythonhosted.org/packages/d8/07/ec422f8091e02ea814ed13941bcd30aa8521572f7f69c95a5c9cb4b738d3/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "416d6c18c2bf0482c422b09e93563a97463ce5418b8278ca89edbefecbcbc22b",
                "md5": "7a4be6fd9aa0311657f7a5a60acf51fc",
                "sha256": "8fafb952f8a4f6960622d97896947425db44c568c9172867bbc4c9c181c52185"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a4be6fd9aa0311657f7a5a60acf51fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 15224690,
            "upload_time": "2024-03-18T10:35:34",
            "upload_time_iso_8601": "2024-03-18T10:35:34.435841Z",
            "url": "https://files.pythonhosted.org/packages/41/6d/6c18c2bf0482c422b09e93563a97463ce5418b8278ca89edbefecbcbc22b/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0efa0084a9e8720de7d46094dc7caf0e36eee91792ea49ff0062406605c1efc8",
                "md5": "fbbbe5d4b31a5b58cd104f0e4567154b",
                "sha256": "a66de86d003a20dabbb326473c2be4c9535ad93614f7917cee93998118a38435"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "fbbbe5d4b31a5b58cd104f0e4567154b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 13805694,
            "upload_time": "2024-03-18T10:35:38",
            "upload_time_iso_8601": "2024-03-18T10:35:38.044497Z",
            "url": "https://files.pythonhosted.org/packages/0e/fa/0084a9e8720de7d46094dc7caf0e36eee91792ea49ff0062406605c1efc8/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3001295ff148deee84cb0ff67383ec18fb12873fe3a4d37389bd8f3a16f76fa3",
                "md5": "87c9d4f933d394183696c027cce63479",
                "sha256": "cd7283d1b391ad2389809e1dae60c82075e6a623b48840a1fd1dcb5f42216741"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "87c9d4f933d394183696c027cce63479",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6, <4",
            "size": 15953026,
            "upload_time": "2024-03-18T10:35:41",
            "upload_time_iso_8601": "2024-03-18T10:35:41.379886Z",
            "url": "https://files.pythonhosted.org/packages/30/01/295ff148deee84cb0ff67383ec18fb12873fe3a4d37389bd8f3a16f76fa3/FoxitPDFConversionSDKPython3-2.0.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7474fd65636db8d90bec9fea09506267adacbb68944a0fb036b8b8f1951c7d58",
                "md5": "21f632a9b9ef91c6ecdd220b668559c3",
                "sha256": "56b7cf854ad6d0dd4857675a6a639525216463ce767e4e6ab22378dbed722b04"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "21f632a9b9ef91c6ecdd220b668559c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 15642931,
            "upload_time": "2024-03-18T10:35:45",
            "upload_time_iso_8601": "2024-03-18T10:35:45.759739Z",
            "url": "https://files.pythonhosted.org/packages/74/74/fd65636db8d90bec9fea09506267adacbb68944a0fb036b8b8f1951c7d58/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "458ab5d9dfa49b16bed41d46f8df3e3c20576080ea88888a7828fd275376efea",
                "md5": "e3eee2024695b10c778af25852772164",
                "sha256": "67b750b443d1e51d9d24a18ef795f487e817969ae1392a66f3a55a5822ea7356"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e3eee2024695b10c778af25852772164",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 15308031,
            "upload_time": "2024-03-18T10:35:49",
            "upload_time_iso_8601": "2024-03-18T10:35:49.352276Z",
            "url": "https://files.pythonhosted.org/packages/45/8a/b5d9dfa49b16bed41d46f8df3e3c20576080ea88888a7828fd275376efea/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31458163e645e372440fd45e46b0759f3bf66ad3b189e4a53d0a65268c43ad5f",
                "md5": "c3a42d5930b1d35aea97c6de088c74b5",
                "sha256": "e172e937f9d25adde03024cb293d00cd57d347af0a59bffd6af5a787e72ee61c"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c3a42d5930b1d35aea97c6de088c74b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 15687898,
            "upload_time": "2024-03-18T10:35:53",
            "upload_time_iso_8601": "2024-03-18T10:35:53.420764Z",
            "url": "https://files.pythonhosted.org/packages/31/45/8163e645e372440fd45e46b0759f3bf66ad3b189e4a53d0a65268c43ad5f/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9451d4bc21c2d4719d339692e3d6410179624c307ee34ff928992c3cae36203b",
                "md5": "228be201abb064a84779f63bee9e979e",
                "sha256": "f1ae712753c57509086d464beba9f3e0bab62945c4319692113d2c5975f44e11"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "228be201abb064a84779f63bee9e979e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 15359173,
            "upload_time": "2024-03-18T10:35:57",
            "upload_time_iso_8601": "2024-03-18T10:35:57.483817Z",
            "url": "https://files.pythonhosted.org/packages/94/51/d4bc21c2d4719d339692e3d6410179624c307ee34ff928992c3cae36203b/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e91fb6cb2f1c2a587b26a0195987f3ffbb6ee3a6d505e943a2268e5208712dff",
                "md5": "3b476dc25e580833af03604ef7c78ad9",
                "sha256": "b981bc2a70e8ced62b3c32b12a17a77b029eb8859e42c66ef96b04d4d4223535"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3b476dc25e580833af03604ef7c78ad9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 15555712,
            "upload_time": "2024-03-18T10:36:04",
            "upload_time_iso_8601": "2024-03-18T10:36:04.515016Z",
            "url": "https://files.pythonhosted.org/packages/e9/1f/b6cb2f1c2a587b26a0195987f3ffbb6ee3a6d505e943a2268e5208712dff/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffbb07361058c1d043cab5a7b24fbe028cead9227358980f34f2029fe91db8bb",
                "md5": "9d17c74746e68292fa12ef4bb0dc355f",
                "sha256": "49b4e913bec5af4421c968c977932e45ea735427c24b9b73af6024397904a315"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9d17c74746e68292fa12ef4bb0dc355f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 15225137,
            "upload_time": "2024-03-18T10:36:10",
            "upload_time_iso_8601": "2024-03-18T10:36:10.858324Z",
            "url": "https://files.pythonhosted.org/packages/ff/bb/07361058c1d043cab5a7b24fbe028cead9227358980f34f2029fe91db8bb/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68819565bb64a5d804353a8a2f1ae38155e4dee24713634986946df02bb269d4",
                "md5": "eaf629b238f2f5529dc453090d90ff45",
                "sha256": "4cf0b30089219deba4aac9e0850e5e3ca23d88b98f751b2bc4c9278427ef4ac4"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "eaf629b238f2f5529dc453090d90ff45",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 13803102,
            "upload_time": "2024-03-18T10:36:15",
            "upload_time_iso_8601": "2024-03-18T10:36:15.207578Z",
            "url": "https://files.pythonhosted.org/packages/68/81/9565bb64a5d804353a8a2f1ae38155e4dee24713634986946df02bb269d4/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "513738d531abd0e6bc00047927c0b35d7a11805c7c9a6d16593c5ff45ac688fb",
                "md5": "a394663be0c192005e4e1bfd4073cba2",
                "sha256": "eb5c0da47e8cfd8455d62f53a953ac082a3ff700e095af36e575ffff0f0a9bb7"
            },
            "downloads": -1,
            "filename": "FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a394663be0c192005e4e1bfd4073cba2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6, <4",
            "size": 15952916,
            "upload_time": "2024-03-18T10:36:20",
            "upload_time_iso_8601": "2024-03-18T10:36:20.763926Z",
            "url": "https://files.pythonhosted.org/packages/51/37/38d531abd0e6bc00047927c0b35d7a11805c7c9a6d16593c5ff45ac688fb/FoxitPDFConversionSDKPython3-2.0.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 10:33:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "foxitpdfconversionsdkpython3"
}
        
Elapsed time: 0.21609s