tags:

views:

67

answers:

1

I need to write a program that:

1) takes a PDF file. 2) makes the width/height 2x 3) makes font size 2x

What library sholuld I use?

+2  A: 

http://sourceforge.net/projects/itextsharp/ for .Net

iText for Java

CodeToGlory