Question
How do I view iWorks files in FTK Core/Central/Plus?
Prerequisites
- OSX Machine
- Administrator account credentials for the OSX system
- AccessDataiWorkService-macos-installer-x64-1.0.180.pkg
- Download Here
Installing the Service on OSX
- Install the service on a OSX machine.
- Verify the following:
- Check install location is populated: /Library/AccessDataiWorkService/
- Check for the background process: /Library/LaunchDaemons/
- Check for the active process in Activity Monitor: FileApi
Configuring the Service on OSX
- Navigate to /tmp.
- Create the required directory structure:
- Open Terminal and enter:
- mkdir -p /tmp/Exterro/IWorksService/tempfiles
- Open Terminal and enter:
- Ensure the tempfiles folder has full read/write permissions.
- Click Finder > Go > Go to Folder and enter:
- /tmp/Exterro/IWorksService
- Click File > Get Info.
- Click the chevron > beside Sharing & Permissions.
- Ensure Everyone has Read & Write privileges.
- Click Finder > Go > Go to Folder and enter:
Verifying the Service is Working
- Open a browser.
- Enter the following URL:
http://127.0.0.1:5001/FileConversion/ConvertTestFiles
- Edit the URL as required.
- Allow the Automation (for Pages, Numbers and Keynote) when prompted.
- If this is not allowed, the service will fail to run as expected.
- Navigate to /tmp/Exterro/IWorksService/tempfiles.
- Verify the following files have been created:
- ADTest.pdf
- ADtest.key
- ADtest.numbers
- ADtest.pages
Configuring ADGWeblabSelfhost.exe.config
- Navigate to :\Program Files\AccessData\Forensic Tools\7.5\bin\.
- Open ADGWeblabSelfhost.exe.config in a text editor.
- Edit the following keys:
- BreadMacFileServiceUrl
- Value = Address of iWork Service machine. Ensure the url uses http, not https.
- UseMacIworkServiceForPDFConversion
- Value = true
- BreadMacFileServiceUrl
- Save the changes.
- Restart ExterroSelfHostService.
PDF Conversion: Required for each document.
- To view iWorks files now that you have fully configured the service and FTK, open a case with iWorks files.
- Select an iWorks file.
- Select the Annotate viewer to begin PDF conversion.
- This will run in the background and store results in the case folder.
- Once a file is converted, it will be displayed in the viewer.
Alternatively, Bulk Imaging can be used to start conversion for all iWorks documents.
Uninstalling the iWorks Service
- Open Terminal and enter:
- cd /Library/AccessDataiWorkService//
- To uninstall enter:
- sudo bash ./uninstall.sh
- If prompted, enter the administrator credentials.
- sudo bash ./uninstall.sh