Pkpdfconverter ❲iPhone❳
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.Success) Console.WriteLine("Converted successfully"); var options = new ConversionOptions pkPdfConverter
pkpdfconverter convert -i report.pdf -o report.docx --format docx pkPdfConverter
Use with: