|
-
Aug 7th, 2007, 07:28 AM
#1
Thread Starter
Hyperactive Member
[2005] how can i check the hyperlink in PDF files
Hello all,
i have a PDF file in that i have some hyperlinks i want to check the hyperlinks that tey are nevigated correctly or not?
can i check it by using .Net 2.0 if yes then please give me Link/Code/hint
can i write macro in pdf file ??????
please help....
thankx in advance
- koolprasad2003
MCP, MCTS, Microsoft MVP [Asp.Net/IIS]
For more .NET development tips visit .NET Tips
If the post is useful then please  Rate it
-
Aug 7th, 2007, 07:31 AM
#2
Re: [2005] how can i check the hyperlink in PDF files
Define "nevigated correctly".
-
Aug 7th, 2007, 07:43 AM
#3
Re: [2005] how can i check the hyperlink in PDF files
It sounds like you are displaying a pdf file either in a webbrowser control or by starting a process on them to open them. Either way you wouldnt be able to determine if a browser instance opened and navigated to/loaded the page correctly unless...
A: The pdf is in a webbrowser and the clicking of the link navigates in a webbrowser control. You can validate it by checking the url address of the web browser control after the navigate2 method completes.
B: The pdf file is not in a webbrowser control then you will have to enumerate all the web browser instances opened and look for either a error title in the captionbar or a matching website title name that relates to the clicked link.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 9th, 2007, 01:48 AM
#4
Thread Starter
Hyperactive Member
Re: Thankx pinagate...can u give code sample
Hello Pinagate
can u give me code sample ...?
where can i define "nevigate correctly"
please help...
thankx in advance
regards,
koolprasad2003
MCP, MCTS, Microsoft MVP [Asp.Net/IIS]
For more .NET development tips visit .NET Tips
If the post is useful then please  Rate it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|