i want to open an attachment which is on the internal pdf.
i`v tried
app.openDoc("bass 8kHz 8bit.wav", this);
and
this.openDataObject("bass 8kHz 8bit.wav");
they all doesn't work. is there any way to use a internal attachment in pdf.
i want to open an attachment which is on the internal pdf.
i`v tried
app.openDoc("bass 8kHz 8bit.wav", this);
and
this.openDataObject("bass 8kHz 8bit.wav");
they all doesn't work. is there any way to use a internal attachment in pdf.
this.getDataObjectContents() to get the file's byte level data.
Use "this.dataObjects" array to get the name of the attachment.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script