0
Referenceerror Matrix4x4 is not defined
New Here
,
/t5/acrobat-sdk-discussions/referenceerror-matrix4x4-is-not-defined/td-p/9766575
Mar 15, 2018
Mar 15, 2018
Copy link to clipboard
Copied
the js file is attached to the 1.7 PDF file.
TOPICS
Acrobat SDK and JavaScript
,
Windows
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/referenceerror-matrix4x4-is-not-defined/m-p/9766576#M23792
Mar 15, 2018
Mar 15, 2018
Copy link to clipboard
Copied
You'll have to provide more details. How is this JS attached? and what is it doing?
Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often
Use the Acrobat JavaScript Reference early and often
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
zeroDay
AUTHOR
New Here
,
/t5/acrobat-sdk-discussions/referenceerror-matrix4x4-is-not-defined/m-p/9766577#M23793
Mar 16, 2018
Mar 16, 2018
Copy link to clipboard
Copied
It is attached using the Haru Free PDF Library 2.4. It should set a Matrix4x4 for a node, I'm trying to do this with this line of code:
myNewMatrix4x4= new Matrix4x4();
my3d.scene.nodes.getByIndex(0).transform.set(myNewMatrix4x4) );
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/referenceerror-matrix4x4-is-not-defined/m-p/9766578#M23794
Mar 16, 2018
Mar 16, 2018
Copy link to clipboard
Copied
You didn't mention this was a 3D script. You are in the wrong forum.
Ask your question in this forum:
Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often
Use the Acrobat JavaScript Reference early and often
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more