When it comes to web page solutions, i am nowhere near current. So if you find my solution below to be "s", then let me know.
Elements of the requirement:
1) a specific directory with *.PDF files (user reports).
2) each month a bunch more *.PDF files are added
3) HTML files that have links to these PDF files have to be editted every month to include the new files.
To solve this, i intend to write a script that reads in all filenames of filetype PDF in the directory and recreate the HTML source codes using text concatenation.
The idea is for the client to just dump PDF files (with standard naming convention) in the directory then run the script to replace the old HTML codes with the new one.
I was thinking of using either one or combinations of the following: VBA, Acrobat-Javascript, or WinBatch.
Is this a "s" (stone age) solution?
Elements of the requirement:
1) a specific directory with *.PDF files (user reports).
2) each month a bunch more *.PDF files are added
3) HTML files that have links to these PDF files have to be editted every month to include the new files.
To solve this, i intend to write a script that reads in all filenames of filetype PDF in the directory and recreate the HTML source codes using text concatenation.
The idea is for the client to just dump PDF files (with standard naming convention) in the directory then run the script to replace the old HTML codes with the new one.
I was thinking of using either one or combinations of the following: VBA, Acrobat-Javascript, or WinBatch.
Is this a "s" (stone age) solution?