Hi,
In bug
https://bugs.freedesktop.org/show_bug.cgi?id=37222
I was trying to resolve the bug , and got a little progress that whenever a
user
exports the pdf , i am able to open a particular fixed pdf file .
In file filter/source/pdf/pdfexport.cxx,
i used there system("xdg-open abc.pdf");       //xdg-open because it can
work with any desktop environment (i guess)
so it will always open abc.pdf file .
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 ,
and i also require to convert string to const char* , as string.c_str();
doesn't worked there .
Thank You .
Context
- Need Guidance on bug fdo#37222 · Anurag Kanungo
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.