Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
dear friends,

i have pdf file and i need to read all lines from pdf file using VB6 and vb.net programs.

please help to me

regards,
Pandi
Posted
Comments
Sergey Alexandrovich Kryukov 5-Dec-12 1:02am    
Any specific reason to use VB6?
--SA
Pandiarajan A 5-Dec-12 1:04am    
i have very much knowledge in vb6. if u have code in VB.net not s problem. first priority is VB6

thanks
Sergey Alexandrovich Kryukov 5-Dec-12 1:10am    
Nobody can have very much knowledge in VB6. This is the first time I can see such reason; others honestly say they don't have enough knowledge in something more reasonable... :-) Not many take VB6 seriously, especially these days...
--SA

1 solution

Check out two libraries for working with PDF.

First one: http://www.pdfsharp.com/PDFsharp/[^].

Another one, more oriented for output to PDF is iText; is has a .NET port is called iTextSharp:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

I provided links to iText, too, because nearly all documentation you need to work with iTextSharp is there, provided as Java documentation.

Good luck,
—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900