more trouble shooting
I’m trying to place a file in 2023. This worked in ID20219…
set MyArtPDF to "G1:CentralPDFProofs:" & JobNum & ":" & JobNum & "art.pdf"
tell page 1 of document 1
try
place file MyArtPDF
set geometric bounds of first rectangle to {0.1, 0.1, 4, 8.4}
send to back first rectangle
on error
display dialog "ARTWORK PDF missing"
end try
end tell
the Place file command doesn’t work in ID2023.
Adobe InDesign 2023 got an error: Missing required parameter ‘file name’ for method ‘place’.
Any ideas?
David