Skip to main content
This topic has been closed for replies.

4 replies

Brainiac
July 24, 2019

Conditional compilation. There are only two platforms to worry about.

Known Participant
July 24, 2019

Thank you for the answers!

Brainiac
July 24, 2019

Use the system API to locate the temp folder. You can then use Acrobat APIs to write files there.

Known Participant
July 24, 2019

So, there is no option to do custom(*.txt, and so on ) temp files through Adobe acrobat api? Because ASFileSysGetTempPathName() autogenerates the temp file with *.tmp extension

lrosenth
Adobe Employee
Adobe Employee
July 22, 2019

ASFileSysGetTempPathName()

Known Participant
July 24, 2019

Thank you for the help! This method works fine, but can I write  files not only with *.tmp extension with this method ? For example I want to write *.txt file in temp path ?

Brainiac
July 22, 2019

You can write files anywhere Acrobat can write them. You may need to use the system API to locate the temporary folder first.