07-01-2023, 03:47 AM
The Windows behavior is not because the PDF was not found - it's actually because the Windows version can't access a file outside the storage location unless the user explicitly picks it with Microsoft's open file dialog, so it just happens to work this way due to that restriction. While I can certainly change the logic on the Android side to prompt the user for a PDF if one is not found, would it instead be easier to just let the user select multiple files at once so that they can pick both the PDF and csv at the same time? However, this would restrict you to use a PDF that is in the same directory as the CSV, so the only benefit of prompting a second time would be that you could select the PDF from any folder. It just seems more tedious to have to be prompted twice. Thoughts? Now that I mention it, I guess I could have set up Windows to work this way too - it could let you select both the PDF and CSV at the same time if I enable multi-selection. I think I'll make that change to support either workflow. The same would be true of Android - you will have the option of selecting both the PDF and csv at the same time, but if no PDF is selected or found, then it would prompt a second time.
Thanks,
Mike
Thanks,
Mike