Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I've created a bucket on my main database layout to hold documents, in this bucket I put .pdf files between 1 and 10 pages long. Without then re-exporting the pdf's to my desktop and viewing them there, how can i display/view then within filemaker?

Thanks,

Matt

Posted

I would run a script and export it to the Get ( TemporaryPath ) and then point a web viewer at that path, it would then load the PDF directly.

The pdf's would be deleted on quitting FileMaker.

Alternatively using SuperContainer would allow for viewing PDF's as the files are not stored in the database but stored externally via a URL.

  • 5 weeks later...
Posted

Actually, even simpler. I don't know about a Mac, but this works on a PC:

Set Variable[$filename; Get ( TemporaryPath ) & GetAsText(containerfield)]

Export Field Contents[containerfield;"$filename"; Automatically Open]

This topic is 4822 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.