Vasil Vasilev
Vasil Vasilev
Hello, This is more as an enhancement questions. Is it possible to : - export the diagram in PDF file - group the operators in some group and add group...
Hello, because many of the people are using Internet Explorer, i want to ask if there is some permanent fix for flowchart. When opening the diagram with this browser, everything...
Hello all, i have installed both android apps on two different phones. after few days it stop working. i have to open the app and then it starts again with...
Hello, I wanted to try the group, nodes and edges example with jsplumb 6, but cannot find working example - only js with array of groups. with version 2, i...
Hello, i am trying to extract the text and images from an ODT file . `$phpWord = \PhpOffice\PhpWord\IOFactory::load($source, 'ODText'); $objWriter = \PhpOffice\PhpWord\IOFactory::createWriter($phpWord, 'HTML'); ob_start(); $objWriter->save("php://output"); $document = ob_get_clean(); print_r($document); `...