✕ Clear all filters
21 articles
▶ Videos →

📰 Dev.to · Jeremy K.

21 articles · Updated every 3 hours · View all reads

All Articles 114,355Blog Posts 123,277Tech Tutorials 29,211Research Papers 23,298News 16,955 ⚡ AI Lessons
Deleting Blank Rows and Columns in Excel via Python
Dev.to · Jeremy K. 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
Deleting Blank Rows and Columns in Excel via Python
Manually removing blank rows and columns from large Excel files is tedious and error‑prone. By...
Convert TXT to PDF Using C#
Dev.to · Jeremy K. 🔧 Backend Engineering ⚡ AI Lesson 4mo ago
Convert TXT to PDF Using C#
In everyday development and office workflows, converting plain text (TXT) files to PDF is a common...
Resize PDF Page Sizes in C#
Dev.to · Jeremy K. 🛠️ AI Tools & Apps 5mo ago
Resize PDF Page Sizes in C#
Resizing PDF pages is a frequent requirement in document processing workflows. Common use cases...
Convert Excel to DataTable in C#
Dev.to · Jeremy K. 📊 Data Analytics & Business Intelligence 5mo ago
Convert Excel to DataTable in C#
In enterprise-grade .NET development, converting data between Excel files and databases/in-memory...
Convert PowerPoint (PPT/PPTX) to PDF with C#
Dev.to · Jeremy K. 🛠️ AI Tools & Apps 5mo ago
Convert PowerPoint (PPT/PPTX) to PDF with C#
In daily development and office workflows, converting PowerPoint (PPT/PPTX) files to PDF format is a...
Converting RTF to PDF in C#
Dev.to · Jeremy K. 6mo ago
Converting RTF to PDF in C#
RTF (Rich Text Format) is a cross-platform rich text format widely used for document editing and data...
Split Excel Worksheets into Multiple Files in C#
Dev.to · Jeremy K. 🛠️ AI Tools & Apps 6mo ago
Split Excel Worksheets into Multiple Files in C#
In modern data processing workflows, splitting a multi-worksheet Excel file into individual,...
Read Excel in C# with Simple Code
Dev.to · Jeremy K. 📊 Data Analytics & Business Intelligence 6mo ago
Read Excel in C# with Simple Code
【Introduction】 In daily C# development, processing Excel data is a requirement almost...
Adding Digital Signatures to PDF Documents via C#
Dev.to · Jeremy K. 6mo ago
Adding Digital Signatures to PDF Documents via C#
Digital signatures are indispensable for upholding document compliance and data security in modern...
Convert Markdown to PDF in C#
Dev.to · Jeremy K. 6mo ago
Convert Markdown to PDF in C#
In daily development, we often need to convert lightweight Markdown documents into fixed-format,...
How to Convert Markdown to HTML Using C#
Dev.to · Jeremy K. 🌐 Frontend Engineering 7mo ago
How to Convert Markdown to HTML Using C#
In modern software development, Markdown has become a staple for creating documentation, publishing...
Convert RTF Documents to Images in C#
Dev.to · Jeremy K. 7mo ago
Convert RTF Documents to Images in C#
RTF (Rich Text Format), as a cross-platform compatible rich text format, is widely used in document...
Delete Paragraphs in Word Documents using C#
Dev.to · Jeremy K. 7mo ago
Delete Paragraphs in Word Documents using C#
In .NET development, automated processing of Word documents is a common requirement. Deleting...
Extract Tables from Word Documents in C#
Dev.to · Jeremy K. 8mo ago
Extract Tables from Word Documents in C#
In daily office operations and software development, we often need to extract table data from Word...
How to Extract Images from PDF Using C# (Single Page & Full Document)
Dev.to · Jeremy K. 8mo ago
How to Extract Images from PDF Using C# (Single Page & Full Document)
In .NET development, extracting images from PDF files with C# is a top request—whether you’re...
Adding Watermarks to Word with C#: Text & Image
Dev.to · Jeremy K. 🛠️ AI Tools & Apps 8mo ago
Adding Watermarks to Word with C#: Text & Image
Adding watermarks to Word documents is a staple of office workflows - whether marking drafts,...
Merge Multiple Images into a Single PDF in C#
Dev.to · Jeremy K. 8mo ago
Merge Multiple Images into a Single PDF in C#
In daily development, it is often necessary to merge multiple images (such as JPG, PNG, BMP, etc.)...