I believe the point of the question was finding some way to read the properties of the PDF files dynamically to display the Author, Subject and Title of the file.
What I would do is
1. In my upload form I would have text fields for the
Author, Subject and Title of the PDF.
2. Create a DB with a table to hold that information and relate that table to anotherone that held the path to the file that was uploaded.
3. When reading through the directory with the FileSystemObject query the DB to get the Information and build your page based off of that.
Raizon
Main Topics
Browse All Topics





by: webwomanPosted on 2001-07-31 at 10:24:56ID: 6338061
You're not going to find anything on Adobe's site, because this has nothing to do with PDF -- and everything to do with the SERVER.
YOu need to set up a form for the user to upload their files. You won't have a whole lot of control over what or how they upload, though you certainly could write something that ran on the server and deleted anything that didn't meet your specs (for filetype/size).
That dll is specifically designed to work with IIS -- it's not going to work with Apache, or on a UNIX box. It works with MS stuff because MS wrote it.