Jump to content

Insert PDF error


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

Recommended Posts

Hello - If I run my script to insert a PDF from a saved PDF I get an error after the insert picture step saying "can't find the file" - I tried "insert PDF" but the debugger says it is a wrong file type. The data viewer shows - $temppath as 

filemac:/Macintosh HD/var/folders/bd/v_q7j9997d1dph_lz5m1x_mm0000gn/T/S10/Dec 2016-2077 UTAS Retainer.pdf

the Script is as follows;

Set Variable [ $temppath; Value:"filemac:/"&Get(TemporaryPath)&Project»DATA::worksheet filename&".pdf" ]
Save Records as PDF [ File Name: “$temppath”; Current record ]
Go to Field [ worksheet PDFs::PDF ]
[ Select/perform ]
Insert Picture [ “$temppath” ]

Any help would be appreciated. Cheers John

 

Edited by Aussie John
Link to comment
Share on other sites

Thanks but unfortunately no luck

  1. I had already tried with out filemac (didn't work).
  2. There is no space - just looks that way
  3. And yes I can see the field highlight during the script
Link to comment
Share on other sites

The file appears to save ok and the error occurs on the insert picture step. (error 100 file is missing).

Just to be sure I changed get(temporarypath) to get(desktop path) but with same error.

Screen Shot 2016-12-16 at 7.28.15 am.png

Edited by Aussie John
Link to comment
Share on other sites

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