25 Apr 2018

PHP Sample to extract SVF

Default blog image

Many of you may already be familiar with the Extractor Sample implemented by Cyrille, and we also have another Node.js sample by Phillippe, after that, Augusto made one based on .NET, you can check out the following blog posts for the details.

 

https://forge.autodesk.com/blog/forge-svf-extractor-nodejs

https://forge.autodesk.com/blog/forge-svf-extractor-c-net

 

I also created another SVF Extraction sample recently to showcase how to get the resource list, it's based on my PHP sample. If you are interested, feel free to check out the code, the function extractSVF( $urn, $accessToken) did all the task.

Related Article