Andrew WilsonHow to Verify Digital Signatures in PDF in C#This article shares how to validate PDF signatures and verify if a PDF document has been modified in C# using a free .NET libraryAug 28Aug 28
Andrew WilsonWrite Data to Excel Sheets in C#This post shares how to write text, numeric values, arrays, and DataTable to an Excel worksheet in C# using a free .NET library.Aug 16Aug 16
Andrew WilsonExtract Tables from PDFs in PythonThis article shows how to extract data from PDF tables to TXT and Excel files using Python.Aug 2Aug 2
Andrew WilsonSort Data (by Rows, Columns) in Excel in PythonThis article provides code samples showing how to sort data in Excel by rows or by columns with Python.Jul 11Jul 11
Andrew WilsonCompress PDF Files in Python — A Simple GuideIn this article, we will explore a simple way to compress PDF files in Python.Jun 4Jun 4
Andrew WilsonConvert PDF to HTML in PythonThis article shows how to use Python to convert PDF to HTML simply, and how to convert PDF to HTML with SVG/images imbedded, etc.May 23May 23
Andrew WilsonDelete Rows or Columns from Excel in PythonIn this article, we’ll explore how to to programmatically delete one or multiple rows and columns in an Excel worksheet in Python.May 16May 16
Andrew WilsonConvert XML to Word, or XML to PDF in C#This article shares the steps and sample code for converting XML to Word (Doc/Docx), or XML to PDF in C# using a free .NET library.May 10May 10
Andrew WilsonHow to Merge/Combine PDF Files in C#In this article, we will explore a C# solution to merge or combine multiple PDF files into one using a Free .NET PDF library.Apr 23Apr 23
Andrew WilsonHow to Convert PDF to Excel XLSX with Python — A Complete GuideIn this article, we will explore how to convert PDF to Excel xlsx in Python using a third-party library.Apr 10Apr 10