📰 Dev.to · Jeremy K.
Articles from Dev.to · Jeremy K. · 20 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9097)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Jeremy K.
1w ago
Convert RTF to Word Documents in C#
When working with document format conversion in .NET applications, converting RTF to Word is a...

Dev.to · Jeremy K.
2w ago
Merging Excel Files with Python: Preserve All Formatting & Formulas
If you work with Excel files daily, you know how tedious it is to combine dozens of scattered...

Dev.to · Jeremy K.
1mo ago
Extract Text from PDF Files Using C#
Extracting text from PDF files is a common and critical requirement in daily office workflows and...

Dev.to · Jeremy K.
1mo 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...

Dev.to · Jeremy K.
2mo ago
Convert TXT to PDF Using C#
In everyday development and office workflows, converting plain text (TXT) files to PDF is a common...

Dev.to · Jeremy K.
2mo ago
Resize PDF Page Sizes in C#
Resizing PDF pages is a frequent requirement in document processing workflows. Common use cases...

Dev.to · Jeremy K.
2mo ago
Convert Excel to DataTable in C#
In enterprise-grade .NET development, converting data between Excel files and databases/in-memory...

Dev.to · Jeremy K.
2mo 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...

Dev.to · Jeremy K.
3mo 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...

Dev.to · Jeremy K.
3mo ago
Split Excel Worksheets into Multiple Files in C#
In modern data processing workflows, splitting a multi-worksheet Excel file into individual,...

Dev.to · Jeremy K.
3mo ago
Read Excel in C# with Simple Code
【Introduction】 In daily C# development, processing Excel data is a requirement almost...

Dev.to · Jeremy K.
3mo ago
Adding Digital Signatures to PDF Documents via C#
Digital signatures are indispensable for upholding document compliance and data security in modern...

Dev.to · Jeremy K.
3mo ago
Convert Markdown to PDF in C#
In daily development, we often need to convert lightweight Markdown documents into fixed-format,...

Dev.to · Jeremy K.
4mo ago
How to Convert Markdown to HTML Using C#
In modern software development, Markdown has become a staple for creating documentation, publishing...

Dev.to · Jeremy K.
4mo 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...

Dev.to · Jeremy K.
4mo ago
Delete Paragraphs in Word Documents using C#
In .NET development, automated processing of Word documents is a common requirement. Deleting...

Dev.to · Jeremy K.
5mo ago
Extract Tables from Word Documents in C#
In daily office operations and software development, we often need to extract table data from Word...

Dev.to · Jeremy K.
5mo 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...

Dev.to · Jeremy K.
5mo ago
Adding Watermarks to Word with C#: Text & Image
Adding watermarks to Word documents is a staple of office workflows - whether marking drafts,...

Dev.to · Jeremy K.
5mo 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.)...
DeepCamp AI