Manas Patramanasdroidtech.hashnode.dev·Jun 30, 2024Convert PowerPoint to PDF and PDF to Images using JavaIntroduction In this blog post, we'll walk through how to convert a PowerPoint presentation (PPTX) to a PDF and then convert that PDF into a series of images using Java. We'll utilize the Apache POI library for reading PPTX files, iText for creating ...38 readsJava
devendra parmardevendrap.hashnode.dev·Jul 10, 2023An Introduction to PDF Forms and ItextDisclaimer: The content of this blog are my views, observations and understanding of the topic based on my personal experience. Developed in the early 90s as part of the Camelot project, a Portable Document Format (PDF), as we know it today, has grow...Java