G
Guest
Hey Everyone
I have a difficult question: How can I save a document as a pdf file from the database? The proceess I'm looking for is something like this..
Select the file to convert in a Dialog bo
The database captures the file's name and locatio
The database creates a pdf with the same name in the same location (but with a pdf extension
This is much more difficult than it seems. I've been working on it for 2 days and I'm still completely stuck. I'm thinking some sort of bat file may work better than VB, but I don't know Windows well enough to write it
The biggest problem is specifying the new pdf file's name and location with VB code. I do not want the users to be able to have a hand in this at all. It needs to be completely under the control of the db.
Any help would be greatly appreciated
Thank you!
I have a difficult question: How can I save a document as a pdf file from the database? The proceess I'm looking for is something like this..
Select the file to convert in a Dialog bo
The database captures the file's name and locatio
The database creates a pdf with the same name in the same location (but with a pdf extension
This is much more difficult than it seems. I've been working on it for 2 days and I'm still completely stuck. I'm thinking some sort of bat file may work better than VB, but I don't know Windows well enough to write it
The biggest problem is specifying the new pdf file's name and location with VB code. I do not want the users to be able to have a hand in this at all. It needs to be completely under the control of the db.
Any help would be greatly appreciated
Thank you!