Skip to content

Commit 96f042c

Browse files
Merge pull request #3 from CrisisCore-Systems/copilot/optimize-pdf-guides
Add comprehensive PDF optimization and CLI tools comparison documentation
2 parents 17e1f34 + 081cde7 commit 96f042c

6 files changed

Lines changed: 2499 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,28 @@ Note: Tests require ImageMagick and other dependencies to be installed.
211211

212212
For additional help, see [docs/SECURITY_GUIDE.md](docs/SECURITY_GUIDE.md) or open an issue on GitHub.
213213

214+
## Documentation and Guides
215+
216+
### Comprehensive Guides
217+
218+
**[PDF Optimization Guide](docs/PDF_OPTIMIZATION_GUIDE.md)** - Master PDF compression techniques
219+
- Understanding PDF structure and file size components
220+
- Compression algorithms and quality trade-offs
221+
- Best practices for different document types
222+
- Common optimization scenarios and solutions
223+
224+
**[CLI Tools Comparison](docs/CLI_TOOLS_COMPARISON.md)** - Compare PDF compression tools
225+
- Feature matrix comparing CompressKit, GhostScript, QPDF, and more
226+
- Performance benchmarks and analysis
227+
- Use case recommendations
228+
- Migration guides from other tools
229+
230+
### Technical Documentation
231+
232+
- [Architecture Guide](docs/ARCHITECTURE.md) - System design and module overview
233+
- [Security Guide](docs/SECURITY_GUIDE.md) - Security implementation details
234+
- [Main Documentation](docs/README.md) - Complete documentation hub
235+
214236
## Blog Posts
215237

216238
Check out our technical blog posts about CompressKit:
@@ -221,6 +243,7 @@ Check out our technical blog posts about CompressKit:
221243
- [Error Handling and Recovery Patterns in Bash](blog/04-error-handling-patterns.md)
222244
- [Building Rich Terminal UIs with Bash](blog/05-terminal-ui-design.md)
223245
- [Testing Strategies for Shell Scripts](blog/06-testing-strategies.md)
246+
- [Mastering PDF Optimization: A Technical Deep Dive](blog/07-pdf-optimization-deep-dive.md)
224247

225248
See the [blog directory](blog/README.md) for all articles and more information.
226249

0 commit comments

Comments
 (0)