Hi there,
I have mapped a drive to a sharepoint folder containing .xml files
I have a project where I need to do the following:-
1. Get a list of files in a folder and show that list in an Excel file, with file name and date stamp of file
2. Convert each file to a PDF file
3. if the file has any attachments (could be no attachments, 1 attachment or more than 1 attachment) save the attachment(s)
4. merge the PDF file that has been created with the attachments, if any that have been saved, and create a new PDF file with the name using the format of date stamp of file as per 1 above in yyyy mm dd format concatenated with the original file name, also as per 1 above.
5. update the original list, as per 1 above, with the new name of the file.
I am not sure how to do this. Any assistance would be greatly appreciated.
Regards
I have mapped a drive to a sharepoint folder containing .xml files
I have a project where I need to do the following:-
1. Get a list of files in a folder and show that list in an Excel file, with file name and date stamp of file
2. Convert each file to a PDF file
3. if the file has any attachments (could be no attachments, 1 attachment or more than 1 attachment) save the attachment(s)
4. merge the PDF file that has been created with the attachments, if any that have been saved, and create a new PDF file with the name using the format of date stamp of file as per 1 above in yyyy mm dd format concatenated with the original file name, also as per 1 above.
5. update the original list, as per 1 above, with the new name of the file.
I am not sure how to do this. Any assistance would be greatly appreciated.
Regards