20 articles

📰 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
Convert TXT to PDF Using C#
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...
Resize PDF Page Sizes in C#
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...
Convert Excel to DataTable in C#
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...
Convert PowerPoint (PPT/PPTX) to PDF with C#
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...
Converting RTF to PDF in C#
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...
Split Excel Worksheets into Multiple Files in C#
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,...
Read Excel in C# with Simple Code
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...
Adding Digital Signatures to PDF Documents via C#
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...
Convert Markdown to PDF in C#
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,...
How to Convert Markdown to HTML Using C#
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...
Convert RTF Documents to Images in C#
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...
Delete Paragraphs in Word Documents using C#
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...
Extract Tables from Word Documents in C#
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...
How to Extract Images from PDF Using C# (Single Page & Full Document)
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...
Adding Watermarks to Word with C#: Text & Image
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,...
Merge Multiple Images into a Single PDF in C#
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.)...