Jacob Collins

  Jacob is the JPedal Product Lead and specialises in PDF creation and manipulation. He also develops Salesforce backend systems and contributes to marketing and support. Outside of work, he’s a 1900‑rated chess player, guitarist, and French learner.

 



65 Stories by Jacob Collins

How to Add Images to PDF files in Java (Tutorial)

If you are looking to add images to pdf in java you have a couple of options: Insert an image as an annotations Insert...
1 min read

Java PDF to BMP conversion (Tutorial)

Why convert PDF files to BMP images? A PDF is a vector image (so it is rendered when you display it at whatever size...
1 min read

Java PDF to TIFF conversion (Tutorial)

Why convert PDF files to TIFF images? A PDF is a vector image (so it is rendered when you display it at whatever size...
1 min read

Java PDF to GIF conversion (Tutorial)

Why convert PDF files to GIF images? A PDF is a vector image (so it is rendered when you display it at whatever size...
1 min read

Java PDF to JPEG conversion (Tutorial)

Why convert PDF files to JPEG images? A PDF is a vector image (so it is rendered when you display it at whatever size...
1 min read

Generate PDF thumbnails in Java (Tutorial)

Introduction Java cannot automatically generate thumbnails of PDF pages, but luckily there is plenty of software which can do this. This example uses our...
1 min read