Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[5682] iTextSharp :library to create PDF Files on fly in C#.net

Last post 07-25-2007 1:55 PM by mintara. 15 replies.
Page 2 of 2 (16 items) < Previous 1 2
Sort Posts: Previous Next
  • 07-25-2007 1:55 PM In reply to

    • mintara
    • Not Ranked
    • Joined on 04-24-2007
    • Germany
    • New Member
    • Points 10

    Re: [5682] iTextSharp :library to read & write into pdf using vb.net

    Hello,

    Iam using itextsharp 4.0.2.0 and vc++.net 2003.
    Could you please tell me how to create an array of image objects in Itextsharp
    I tried this
    iTextSharp::text::Image *in[]=new iTextSharp::text::Image[50];
    for (int i=0;iin[i]= iTextSharp::text::Image::GetInstance(imgfilename[i]);//imgfilename[i])- path of image

    in[i]->ScalePercent(95);
    }

    but it does not work.
    Thanks in advance for your time.










     

    • Post Points: 5
Page 2 of 2 (16 items) < Previous 1 2