Java PDF Blog » Simon Lissack Feedhttps://blog.idrsolutions.com/author/simon/PDF tips and JPedal highlightsen-US hourly 1Creating a WordPress Plugin Part 3: Adding Shortcodeshttps://blog.idrsolutions.com/creating-wordpress-plugin-part-3-adding-shortcodes/Simon LissackTue, 17 Dec 2024 08:00:12 +0000https://blog.idrsolutions.com/?p=13716Recently, I’ve been working on a proof of concept project which integrates our JPDF2HTML5 web service with the popular blogging platform WordPress. This series of...Creating a WordPress Plugin Part 2: Uploading Media and using Web Serviceshttps://blog.idrsolutions.com/wordpress-plugin-uploading-media-and-web-service/Simon LissackTue, 10 Dec 2024 11:45:11 +0000https://blog.idrsolutions.com/?p=13553In my previous article I took a look at getting a basic admin panel to appear in the sample application. In this article, I...Creating a Wordpress Plugin Part 1: Adding the Admin Pagehttps://blog.idrsolutions.com/wordpress-plugin-part-1/Simon LissackMon, 09 Dec 2024 14:25:50 +0000https://blog.idrsolutions.com/?p=13215WordPress is one of the most popular content management systems on the internet. Created using PHP it can handle all things blogging to commercial websites. In...Mixed TreeView Nodes in JavaFXhttps://blog.idrsolutions.com/mixed-treeview-nodes-javafx/Simon LissackWed, 20 Aug 2014 07:00:09 +0000https://blog.idrsolutions.com/?p=13929Recently for our JavaFX PDF Viewer I have been working on implementing the Layers panel. If you’re familiar with how layers work in various...What are Blend modes in Java?https://blog.idrsolutions.com/what-are-blend-modes-in-java/Simon LissackTue, 29 Apr 2014 09:30:35 +0000https://blog.idrsolutions.com/?p=12350Blend modes allow you to draw in much more interesting ways than just over-writing one color with another. They are also very easy to...How to Use External CSS Files in a JavaFX Applicationhttps://blog.idrsolutions.com/use-external-css-files-javafx/Simon LissackWed, 02 Apr 2014 07:10:56 +0000https://blog.idrsolutions.com/?p=12050In JavaFX, there are many ways to skin a application, I’ll take a look at three methods of dynamically loading a css file into...Tutorial: Setting up Glassfish On a Linux Serverhttps://blog.idrsolutions.com/tutorial-setting-up-glassfish-on-a-linux-server/Simon LissackWed, 26 Feb 2014 08:00:18 +0000https://blog.idrsolutions.com/?p=11589Setting up Glassfish for our Web Service based PDF converter was a relatively straight-forward job, but there are some nuances to be aware of....WebSocket: Multiple Users, Encoders, Decoders and Dogs.https://blog.idrsolutions.com/websocket-multiple-users-encoders-decoders-dogs/Simon LissackWed, 18 Dec 2013 13:40:00 +0000https://blog.idrsolutions.com/?p=10518In my previous tutorial, we were left with a WebSocket server endpoint which bounced back our message. In this tutorial I will show you...WebSockets - A Quick Introduction and a Sample Applicationhttps://blog.idrsolutions.com/websockets-an-introduction/Simon LissackWed, 04 Dec 2013 11:10:00 +0000https://blog.idrsolutions.com/?p=10358At IDR Solutions I spend a lot of time working with Glassfish. We use it to showcase our BuildVu product in an online PDF to HTML5 converter so it is important...Web Services: Exception Handlinghttps://blog.idrsolutions.com/web-services-exception-handling/Simon LissackTue, 22 Oct 2013 07:00:00 +0000https://blog.idrsolutions.com/?p=8935In my previous article, I showed you how to create a simple web service and deploy it. In this article I’ll show you the...