Hi all,
I have a pdf which contains several swf. I use the the following script for printing
function PrintOut()
{
getURL("FSCommand:print", null);
and in html
\n');
document.write('on error resume next \n');
document.write('Sub W49777bdd2fed7b24_FSCommand(ByVal command, ByVal args)\n');
document.write(' call W49777bdd2fed7b24_DoFSCommand(command, args)\n');
document.write('end sub\n');
document.write(' \n');
}
//-->
is there a way to implement the html script so that the printing function works out of pdf and then in a Portfolio. I am very new to this (copy and paste) so any help would be appreciated.
First off, forget about HTML code. There's nothing here that's usable in a PDF. Just tell us your sitution and what it is you what to do.
Where is the print button? in the SWF? in the PDF? So you want to Push on a Print button in the PDF and Print the PDF with the current Flash display?
What does a Portfolio have to do with this?
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script