Skip to content

Instantly share code, notes, and snippets.

View mehikmat's full-sized avatar
:octocat:

Hikmat Dhamee mehikmat

:octocat:
View GitHub Profile
@mehikmat
mehikmat / FirstPDFDoc.java
Created February 14, 2014 20:03
PDF document generation using iText framework in Java
package com.test;
import java.awt.Color;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.MalformedURLException;
import com.lowagie.text.Chunk;
import com.lowagie.text.Document;
import com.lowagie.text.DocumentException;