Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change hyperlinks in VB6

Status
Not open for further replies.

giordan0

Programmer
Jul 18, 2001
40
SI
I have 1000 PDFs on a web site having hyperlinks to ASP pages.
I need to create a CD from this pages. So I converted everything to HTML using JOC Web spider. The spider changed old ASP names with new HTML names. It changed also all the hyperlinks in HTML.
My problem are the hyperlinks in PDF.
I want to write a VB6 program to change all the Hyperlinks in PDF from ASP names to the new HTML names.
It is not just a search and replace process, because the the names have changed.
Is there a simple way to change PDF's hyperlinks using VB6?

 

Best bet is to download the SDK from adobe. There are some examples in VB contained within the SDK.

Good Luck

 
Have you any experience?
Is the SDK super complicated or also common humans can understand it?
 

I do have some experience with it but not enough to be able to help you as I am still working through it myself (part time on my own).

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top