Tutorials¶
Learn PyForge CLI through hands-on tutorials and real-world examples.
Available Tutorials¶
-
Batch Processing
Convert multiple files efficiently with automation
-
Automation
Integrate PyForge CLI into your workflows and scripts
-
Troubleshooting
Solve common issues and optimize performance
Tutorial Categories¶
For Beginners¶
- Quick Start - Your first conversion in 5 minutes
- First Conversion - Detailed walkthrough
For Power Users¶
- Batch Processing - Handle multiple files efficiently
- Automation - Scripts and pipeline integration
For Troubleshooting¶
- Common Issues - Solutions to frequent problems
- Performance Tips - Optimize for large files
What You'll Learn¶
After completing these tutorials, you'll be able to:
- ✅ Process hundreds of files in batch operations
- ✅ Integrate PyForge CLI into automated workflows
- ✅ Handle edge cases and error scenarios
- ✅ Optimize performance for large files
- ✅ Debug and resolve common issues
- ✅ Create custom processing scripts
Prerequisites¶
- Basic command-line experience
- PyForge CLI installed (Installation Guide)
- Sample files to practice with
Sample Files¶
You can download sample files for the tutorials:
File Type | Description | Download |
---|---|---|
Multi-page document | wget https://example.com/sample.pdf |
|
Excel | Multi-sheet workbook | wget https://example.com/sample.xlsx |
Access | Sample database | wget https://example.com/sample.mdb |
DBF | Legacy database | wget https://example.com/sample.dbf |
Or create your own test files using the examples in each tutorial.
Getting Help¶
While working through tutorials:
- Check the CLI Reference for command details
- Review Converter Documentation for format specifics
- Visit GitHub Discussions for community help
- Report issues on GitHub Issues