Java PDF Blog » Rob Feed https://blog.idrsolutions.com/author/rob/ PDF tips and JPedal highlights en-US hourly 1 REST vs. gRPC https://blog.idrsolutions.com/rest-vs-grpc/ Rob Wed, 25 Jul 2018 13:01:35 +0000 https://blog.idrsolutions.com/?p=23745 When building a new web-based service, one of the inevitable questions that comes up is “How am I going to talk to it?” Do... Java 10 improvements to Garbage Collection explained in 5 minutes https://blog.idrsolutions.com/java-10-improvements-to-garbage-collection-explained-in-5-minutes/ Rob Tue, 10 Apr 2018 13:36:37 +0000 https://blog.idrsolutions.com/?p=23372 Java 10 has officially been out for almost a month now, and it brought with it some improvements to the G1 garbage collector. G1... How to improve your code using SonarQube https://blog.idrsolutions.com/how-to-improve-your-code-using-sonarqube/ Rob Wed, 28 Mar 2018 13:06:49 +0000 https://blog.idrsolutions.com/?p=23269 Code quality is arguably one of the most important parts of Software Development – badly written code can cost time and money as you’ll... What is new in PDF Spec 2.0? https://blog.idrsolutions.com/what-is-new-in-pdf-spec-2-0/ Rob Wed, 13 Sep 2017 12:42:28 +0000 https://blog.idrsolutions.com/?p=21860 After 8 years in the making, PDF 2.0 has finally been released. From new annotations, to digital signatures, to generally making the specification clearer... How HTML5 Javadocs in Java 9 will make your life easier https://blog.idrsolutions.com/how-html5-javadocs-in-java-9-will-make-your-life-easier/ Rob Thu, 25 May 2017 13:06:18 +0000 https://blog.idrsolutions.com/?p=21195 Here at IDRsolutions we are very excited about Java 9 and have written a series of articles explaining some of the main features. In... G1GC - Java 9 Garbage Collector explained in 5 minutes https://blog.idrsolutions.com/g1gc-java-9-garbage-collector-explained-5-minutes/ Rob Tue, 16 May 2017 12:00:05 +0000 https://blog.idrsolutions.com/?p=21108 Here at IDRsolutions we are very excited about Java 9 and have written a series of articles explaining some of the main features. In... How to run Java applications from other programming languages https://blog.idrsolutions.com/2-ways-we-could-make-our-htmlforms-conversion-easier-for-non-java-developers/ Rob Fri, 23 Dec 2016 15:40:27 +0000 https://blog.idrsolutions.com/?p=20406 Here at IDRSolutions, we are always looking for new and innovative ways to make our products better. If you’ve been keeping up to date... Python - a Multiplatform Alternative to Bash/Batch Scripts? https://blog.idrsolutions.com/python-multiplatform-alternative-bashbatch-scripts/ Rob Tue, 22 Nov 2016 14:00:03 +0000 https://blog.idrsolutions.com/?p=20262 Here at IDRSolutions, we have multiple scripts for running our different tests, which automate all the tedious setup and whatnot. This lets us run... How to create or edit Annotations in a PDF file with JPedal https://blog.idrsolutions.com/how-to-create-or-edit-pdf-annotations/ Rob Wed, 05 Oct 2016 09:50:24 +0000 https://blog.idrsolutions.com/?p=20158 This articles shows you how to create and edit Annotations in a PDF file using the JPedal Swing Viewer. If you are looking to...