Code

Add Watermark to PDF with Spring Boot

Way 1: using Apache PDFBox library The Apache PDFBox ®  library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to …

Stacked and Group bar charts in R

library(vcd) counts<-table(Arthritis$Improved,Arthritis$Treatment) counts barplot(counts,main="Stacked Bar Chart",xlab="Treatment",ylab="Frequency",         col=c("red","yellow&qu…

Basic use of Python selenium webdriver

Common examples of selenium webdriver Article directory Series Article Directory Common examples of selenium webdriver foreword 1. Pip installation & creation of Bowser object 1. Pip install selenium 2. Create Bowser object…

Load More
That is All