Mykhailo Boichuk7 min read
From Plain Text to Print: Document Rendering on macOS (the TextPack Case)
How a macOS utility turns plain text into well-formed PDF, covering text layout, pagination, and the rendering pipeline behind print-quality output.
Topic
3 articles on macos.
How a macOS utility turns plain text into well-formed PDF, covering text layout, pagination, and the rendering pipeline behind print-quality output.
How the macOS sandbox confines apps to protect users, what it permits and restricts, and how to build a capable app within its boundaries.
How to keep a native macOS app fast by protecting the main thread, measuring with the right tools, and working to explicit performance budgets.