Nick
09/23/2022, 8:41 PMsomePdfUrl = "<https://mydocumentserver.com/pdfs/9FE4DB59-39FB-45ED-A0D0B0171D55EC33>";
pdfFilename = ???
I can bring the file in as a binary using fileReadBinary( somePdfUrl )
. Hoped maybe I could do something with it from there, but I think I'm not asking Google the right questions.John Wilson
09/23/2022, 8:50 PMMark Takata (Adobe)
09/23/2022, 8:50 PMNick
09/23/2022, 8:51 PMMark Takata (Adobe)
09/23/2022, 8:53 PMNick
09/23/2022, 8:54 PMMark Takata (Adobe)
09/23/2022, 8:56 PM9FE4DB59-39FB-45ED-A0D0B0171D55EC33.pdf
as the name?Nick
09/23/2022, 8:58 PMMark Takata (Adobe)
09/23/2022, 8:58 PMNick
09/23/2022, 9:04 PMResponseheader.Content-Disposition
with a value of attachment; filename=myfile.pdf
Mark Takata (Adobe)
09/23/2022, 9:12 PM