Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 2139 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

As suggested in the documentation, I'm using ScribeDocSubstitute to insert an image from a container field into Word. This works.

I'm inserting it in a table and it can only be 3cm wide. The image ends up coming in to big & the user has to scale it in Word to fit the cell. I can send the image resized with GetThumbnail. This works but is low res.

How can I push the image to Word scaled to fit but keep the picture quality?

thanks

Posted

Hi amallison,

    Unfortunately, ScribeDocSubstitute does not currently have the functionality to pass in height and width parameters. I will add this to our feature request list. 

  • 1 year later...
Posted

Hi it has been a year since asking this question. Any chance of this being done soon? As this is a need of my client.

  • Newbies
Posted

I found a turnaround using the GetThumbnail internal function to reduce the image to the correct size before using ScribeDocSubstitute

ScribeDocSubstitute( "*Image*" ; GetThumbnail ( Image ; 200 ; 200 ))

Hope it helps. 

  • Like 1

This topic is 2139 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.