Tag

conversion

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 24, 2023 · Fundamentals

pdf2docx: Python Library for Converting PDF Files to DOCX with Features, Limitations, Installation, and Example

The pdf2docx library uses PyMuPDF and python-docx to extract PDF layouts, paragraphs, images, and tables, offering multi‑process conversion while noting current limitations such as lack of OCR and support for only left‑to‑right languages, and provides simple pip installation and a code example.

PDFPyMuPDFPython
0 likes · 3 min read
pdf2docx: Python Library for Converting PDF Files to DOCX with Features, Limitations, Installation, and Example
php中文网 Courses
php中文网 Courses
Mar 16, 2023 · Frontend Development

Identifying and Converting Between Base64, Blob, and File in JavaScript

This guide explains the characteristics of Base64 strings, Blob objects, and File objects in web development, shows how to detect each type in JavaScript, and provides conversion functions to transform between Base64, Blob, and File formats.

Base64JavaScriptblob
0 likes · 5 min read
Identifying and Converting Between Base64, Blob, and File in JavaScript
Python Programming Learning Circle
Python Programming Learning Circle
Aug 26, 2021 · Backend Development

Convert Word .docx Files to HTML or Markdown Using Python Mammoth

This tutorial shows how to install the Python Mammoth library and use its command‑line interface or Python API to transform .docx Word documents into HTML web pages or Markdown files for easy sharing and publishing.

CLIMarkdownPython
0 likes · 3 min read
Convert Word .docx Files to HTML or Markdown Using Python Mammoth
Laravel Tech Community
Laravel Tech Community
Jul 1, 2021 · Backend Development

JDToJulian: Convert a Julian Day Number to a Julian Calendar Date

The JDToJulian function converts a given Julian Day count into a readable Julian calendar date formatted as month/day/year, accepting an integer Julian Day number as input and returning the corresponding date string.

PHPbackendconversion
0 likes · 1 min read
JDToJulian: Convert a Julian Day Number to a Julian Calendar Date
Python Programming Learning Circle
Python Programming Learning Circle
Apr 27, 2021 · Fundamentals

Comprehensive Guide to Python Built‑in Functions (68 Functions)

This article lists and explains all 68 built‑in functions provided by Python 3.6.2, grouping them into twelve thematic categories and illustrating each with clear code examples covering numeric conversion, data structures, scope, iteration, I/O, memory, file handling, modules, and utility helpers.

Data TypesTutorialbuilt-in-functions
0 likes · 14 min read
Comprehensive Guide to Python Built‑in Functions (68 Functions)
php中文网 Courses
php中文网 Courses
Apr 23, 2021 · Backend Development

Converting Decimal Numbers to Binary in PHP with decbin()

This article explains how to use PHP's built‑in decbin() function to convert decimal integers into their binary string representation, covering the function syntax, parameter details, return limits, and providing a clear code example with expected output.

Decimalbinaryconversion
0 likes · 1 min read
Converting Decimal Numbers to Binary in PHP with decbin()
Laravel Tech Community
Laravel Tech Community
Feb 19, 2021 · Backend Development

PHP octdec Function: Converting Octal Strings to Decimal Numbers

This article explains PHP's octdec function, detailing its syntax, parameters, return value, and providing example code that demonstrates how to convert an octal string to its decimal equivalent and display the result.

PHPbackendconversion
0 likes · 2 min read
PHP octdec Function: Converting Octal Strings to Decimal Numbers
Laravel Tech Community
Laravel Tech Community
Jan 26, 2021 · Backend Development

hexdec() – Convert Hexadecimal Strings to Decimal in PHP

hexdec() is a PHP built‑in function that converts a hexadecimal string to its decimal value, ignoring any non‑hex characters, and returns the corresponding integer; the article explains its syntax, parameters, return value, and provides example code demonstrating conversions such as "See" and "a0".

PHPbackendconversion
0 likes · 2 min read
hexdec() – Convert Hexadecimal Strings to Decimal in PHP
Laravel Tech Community
Laravel Tech Community
Jan 20, 2021 · Backend Development

deg2rad() – Convert Degrees to Radians in PHP

The article explains PHP’s deg2rad() function, detailing its signature, parameter, return value, and provides example code that demonstrates converting 45 degrees to radians and verifying the result against the constant M_PI_4 in PHP.

PHPbackendconversion
0 likes · 1 min read
deg2rad() – Convert Degrees to Radians in PHP
Laravel Tech Community
Laravel Tech Community
Jan 19, 2021 · Backend Development

PHP decoct Function – Convert Decimal to Octal

This article explains the PHP decoct function, which returns the octal representation of a given decimal integer, details its parameter and return value, and provides example code demonstrating conversions such as 15 → 17 and 264 → 410.

PHPbackendconversion
0 likes · 2 min read
PHP decoct Function – Convert Decimal to Octal
Python Programming Learning Circle
Python Programming Learning Circle
Jun 30, 2020 · Fundamentals

Understanding Python Data Types: Sequences, Iterators, Conversions, and Comprehensions

This article provides a comprehensive overview of Python’s core data structures—including lists, dictionaries, tuples, sets, and strings—detailing their similarities, differences, conversion methods, and the use of comprehensions and concise conditional expressions to write more efficient and readable code.

Data StructuresIteratorPython
0 likes · 9 min read
Understanding Python Data Types: Sequences, Iterators, Conversions, and Comprehensions
Test Development Learning Exchange
Test Development Learning Exchange
Jul 26, 2018 · Fundamentals

Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()

This article explains the purpose, syntax, parameters, return values and typical usage examples of Python’s built‑in conversion functions hex(), oct(), bin(), chr() and ord(), including edge cases and custom class implementations.

HEXPythonbin
0 likes · 8 min read
Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()