Results 1 to 4 of 4

Thread: [2005] how can i check the hyperlink in PDF files

  1. #1

    Thread Starter
    Hyperactive Member koolprasad2003's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    443

    Question [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

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [2005] how can i check the hyperlink in PDF files

    Define "nevigated correctly".

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  4. #4

    Thread Starter
    Hyperactive Member koolprasad2003's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    443

    Arrow 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
  •  



Click Here to Expand Forum to Full Width