当我使用<key>NSAppTransportSecurity</key>
<dict>
<!--Include to allow all connections (DANGER)-->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
时,我遇到了pdf格式的问题,它允许此错误
调用未定义的方法FPDF :: ExportTableau()
所以当我使用这个$pdf=new FPDF('');
时,pdf的格式转变了我该怎么办?我检查了解决方案,但我没有找到任何可以帮助的人!
this is the problem the pdf is Turned
$pdf=new PDF('L');