Matthew R White Posted August 12, 2011 Posted August 12, 2011 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
Ocean West Posted August 12, 2011 Posted August 12, 2011 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.
Echo33029 Posted September 10, 2011 Posted September 10, 2011 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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now