Grooper 23.00.0020 is available as of 5-15-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 21.00.0073 is available as of 5-19-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Keep PDF Filename During Export
Best Answer
-
Bradley Posts: 91 ✭✭✭
1. Add a field to your data model named File Name.
2. Set the Default Value Expression to one of two options:- Folder.GetNativeVersion.Filename (if you want the file extension)
- IO.Path.GetFileNameWithoutExtension(Folder.NativeVersionFileName) (if you do not want the file extension)
5 - Folder.GetNativeVersion.Filename (if you want the file extension)