A showcase of the capabilities of WebViewer, a JavaScript-based PDF SDK for building document functionality in web apps. Supports all browsers + mobile.
- Copy contents of raw .md file, having embedded links to images
- Modify image links in file with following (in Sublime Text 2):
- Find Regex: https://github.com/(.*)/blob/(.*)
- Replace: https://raw.githubusercontent.com/$1/$2
- Paste and 'Convert to HTML page'
- Use browser print to save as PDF
Visual online tool for PDF document cropping / changing canvas size. You can crop the PDF to a selected area, adjust margin size or autocrop visible margins.
A tutorial that teaches you everything it takes to render 3D graphics with the Vulkan API. It covers everything from Windows/Linux setup to rendering and debugging.