Mira Thakkar

Results 3 issues of Mira Thakkar

`$post = Post::with(['metas'])->get();` here can we specify the list of meta attributes to return instead of returning all the attributes?

### Couldn't refresh the token for expired token from **refresh** api I am following the exact steps from documentation to implement the Refresh token flow. But `refersh` api returns **401**...

bug

``` php PhpOffice\PhpWord\Settings::setPdfRendererPath(Ini::get('path/class').'/third-party/tcpdf'); PhpOffice\PhpWord\Settings::setPdfRendererName('TCPDF'); $word = PhpOffice\PhpWord\IOFactory::load('/root/test.docx'); $writer = PhpOffice\PhpWord\IOFactory::createWriter($word, 'PDF'); $writer->save('/root/output.pdf'); ``` Uncaught Exception at XMLReader->getDomFromZip($doc_path, '_rels/.rels') in Word2007.php line 145 at Word2007->getRels($doc_path, '_rels/.rels') in Word2007.php line 110 at...

Bug Report
Open XML (Word 2007+)
Status: Waiting for feedback