Andrew WilsonPython — Convert Excel to XML, or XML to ExcelThis article will show you how to programmatically convert Excel to XML, or convert XML to Excel with Python.Sep 25Sep 25
Andrew WilsonDetect PDF Page Size, Orientation, Rotation Angle with C#This article gudes you on how to detect PDF page size, orientation and rotation angle in C# using a free NET library.Sep 20Sep 20
Andrew WilsonSetup Pages in Excel with Python: 5 Common SettingsThis article will show you how to setup the pages in Excel with Python using a third-party library.Sep 12Sep 12
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