Search:

Type: Posts; User: deepanshu

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,310

    Re: problem with creating .pdf

    The pdf produced by this code is corrupted .. How to solve this???
    Plzz help
  2. Replies
    2
    Views
    1,310

    problem with creating .pdf

    import java.io.*;

    public class PUdf{
    public static void main(String[] arguments){
    pdf1 v=new pdf1(arguments[0]);
    v.convert();
    }
    }
    class pdf1{
Results 1 to 2 of 3