Building a PDF Page Deletion Tool with RShiny
Hello friends! I needed to delete a few pages from a PDF, so I created a simple solution using RShiny. This interactive web app allows users to upload a PDF, select pages for removal, and download the modified version effortlessly. In this blog post, we’ll explore how to build a PDF page deletion tool using RShiny and the pdftools and qpdf packages.
Read more