I have a large database where users can insert an image into a Microsoft Word document. My problem is that in particular they are adding photos that are sending the database size up very quickly. Without the usual “do things right” speech, I need a solution where I can grab the document, open the Word document, extract the image, convert the size and quality of the image (without losing too much quality) and reinsert the image into exactly the same position as it was previously. Then obviously saving all the documents.
Has anyone been able to do this before ? Can anyone help with a solution?
Hi, I supposed that you can apply Lotus Word pages extracting methods of Word document processing tool to extract and export the added images, loading and opening Word document file, and apply the pages extractor. After get the image adding Word pages, you can use the Lotus compliant image processing application to convert image size and quality of the image (without losing too much quality) and reinsert the image into exactly the same position as it was previously.