How to setup a new iPad pro from an existing iPad

0 Comments

  To setup my new iPad pro based on my existing iPad pro I used the quick start feature (https://support.apple.com/en-us/HT210216). At first the quick start screen did not appear on the old iPad. I fixed

Split PDF in C# for free with .NET Core and iText.Kernel.Pdf

0 Comments

using iText.Kernel.Pdf; namespace RvvFacturatie.Services { public class PdfService { public void Split(string filePath, string outputFolderPath) { // Make sure the output folder exists and is empty. if (Directory.Exists(filePath)) { Directory.Delete(filePath, true); } Directory.CreateDirectory(outputFolderPath); using (var