First and formost, as it is my very first message here : thanks for all the work. Wonderful product
I was wondering if it was possible to get a magic URL (= stable) to the last Simbrief OFP in PDF ? Today, the workflow consist on using Simbriefâs API to get the xml, spot the then to the pdf, merge and use. It would require me to use some compute (Heroku, Lambda, âŚ) to do so, but itâs probably more efficient to ask you if itâs something we can ask for ?
Not an acceptable solution in my case, because it requires me to go on the website, spot the button âAerosoft Airbus EFBâ, clic on it. Example of my goal is to have a single icon on my desktop / tablet desktop, clic on it so it displays the pdf.
Also, if I can navigate through the website to find a button named âAerosoft Airbus EFBâ, I can navigate the very same website and clic on âget the PDFâ button
My best wishes to you all for the end of year celebrations <3
K.
Since I have no idea what your workflow is, hereâs my brief - maybe this will help:
I have a main computer and a notebook as an EFB.
I start the main computer and do the flight planning in the simbrief.
I have set the simbrief downloader so that it exports it as soon as a new flight plan is created
the downloader exports the âFlighplan.pdfâ to a shared folder
Now I start the notebook and there I have set the autostart (shell:startup) to open the âFlightplan.pdfâ for me.
So I always open the latest OFP on the notebook without having to click anything (except âGenerate Flightâ in the SimBrief)
This is the workflow that works for me fine
I wish you all a happy holiday and many happy landings
That is actually something smart, I had no idea that Simbrief Downloader used / can use the stable name âFlightplan.pdfâ when downloading. Many, many thanks for bringing this to my attention !
None of these solutions work for me either. Ive made myself a custom IOS app, and I dont want the code to get more complex than it needs to be. I just want a hyperlink that fetches the latest flight plan without having to navigate things in code form or GUI.
All solution offered includes either having to parse .api xml data, or, essentially navigate the simbrief page to pull a .pdf OFP.
None of these things I want to do⌠i just want to âclick/pressâ a button in my custom app, and for the OFP to appear as a result of navigating to a hyperlink, in pdf form.
The solution proffered of the Aerosoft EFB link would theoretically work, except that its hyperlink isnt a generic link address that fetches the latest OFP⌠this would mean that if i coded this into my app, it would go to that specific OFP each and everytime.
I need a generic hyperlink that fetches the latest OFP