if (result.Success) Console.WriteLine("Converted successfully"); var options = new ConversionOptions
pkpdfconverter extract-text -i protected.pdf -o content.txt --password mypass123 pkPdfConverter
choco install pkpdfconverter # Windows (Chocolatey) brew install pkpdfconverter # macOS sudo apt install pkpdfconverter # Linux (DEB) Basic syntax pkpdfconverter convert --input <file> --output <file> --format <target> Examples PDF to Word: if (result