Notifications
Announcements
No record found.
Hi,
Is there any way to open a PDF file in a browser from X++?
*This post is locked for comments
you can check this link
jkmsdax2012.wordpress.com/.../how-to-open-pdf-files-from-ax-using-x-in-ax-2012
Problem is that we don't want to change the default program for all PDF files, only for some of them. Most of the PDF files should just open in adobe.
Hi
Can't you do it with some .net logic where you override the default app
Process myProcess = new Process();
myProcess.StartInfo.FileName = "acroRd32.exe"; //not the full application path
myProcess.StartInfo.Arguments = "/A \"page=2=OpenActions\" C:\\example.pdf";
myProcess.Start();
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Priya_K 4
Martin Dráb 4 Most Valuable Professional
Ali Zaidi 2