Re: [iText-questions] How to read Hyperlink VB.NET

2010-08-12 Thread KARTHIKEYAN
Hi, Thanks for the reply.. Is it possible to preserve hyperlink using itextsharp in splitting the pdf in VB.Net..? On Thu, 12 Aug 2010 16:47 IST KARTHIKEYAN wrote: >Hi, > >Thanks for the reply.. > >Is it possible to preserve hyperlink using hypertext in splitting the >pdf..? >

Re: [iText-questions] How to read Hyperlink VB.NET

2010-08-12 Thread KARTHIKEYAN
Hi, Thanks for the reply.. Is it possible to preserve hyperlink using hypertext in splitting the pdf..? On Thu, 12 Aug 2010 14:02 IST 1T3XT info wrote: >KARTHIKEYAN wrote: >> Can you suggest me where there is flaw in the code or suggest some other >> way to split the pdf such that it I

Re: [iText-questions] How to read Hyperlink VB.NET

2010-08-12 Thread 1T3XT info
KARTHIKEYAN wrote: > Can you suggest me where there is flaw in the code or suggest some other > way to split the pdf such that it I can read hyperlink If you read chapter 6 of the 2nd edition of "iText in Action", you'll find an overview of the different ways to split a PDF. You've chosen the s

Re: [iText-questions] How to read Hyperlink VB.NET

2010-08-12 Thread KARTHIKEYAN
flaw in the code or suggest some other way to split the pdf such that it I can read hyperlink,, --- On Thu, 12/8/10, 1T3XT info wrote: From: 1T3XT info Subject: Re: [iText-questions] How to read Hyperlink VB.NET To: "Post all your questions about iText here" Date: Thurs

Re: [iText-questions] How to read Hyperlink VB.NET

2010-08-12 Thread 1T3XT info
KARTHIKEYAN wrote: > Hi , > How to read hyperlink in pdfreader class using itextsharp in ASP.NET. > issue I am facing is,I am having a pdf with hyperlink,but when I split the > pdf using itextsharp I didn't get that hyperlink. There are at least three different ways to split a PDF, and two of th

[iText-questions] How to read Hyperlink VB.NET

2010-08-11 Thread KARTHIKEYAN
Hi , How to read hyperlink in pdfreader class using itextsharp in ASP.NET. issue I am facing is,I am having a pdf with hyperlink,but when I split the pdf using itextsharp I didn't get that hyperlink. Do I miss something anything.