<div dir="ltr"><div><div><div><div><br>Hi,<br><br>In bug<br><br><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37222">https://bugs.freedesktop.org/show_bug.cgi?id=37222</a><br><br></div>I was trying to resolve the bug , and got a little progress that whenever a user <br>
</div>exports the pdf , i am able to open a particular fixed pdf file .<br><br></div><div>In file filter/source/pdf/pdfexport.cxx,<br><br>i used there system("xdg-open abc.pdf");       //xdg-open because it can work with any desktop environment (i guess)<br>
<br></div><div>so it will always open abc.pdf file .<br><br><br></div><div><br></div>I am not able to open the newly saved pdf file , as i require the location and the name of the new pdf to open it , <br></div><div>and i also require to convert string to const char* , as string.c_str(); doesn't worked there .<br>
<br></div><div>Thank You .<br></div><div><br><br></div></div>