2009 Feb 20 6:50 AM
Hi All,
I have to change the default file name of PDF while saving it to desktop. How can i achive this ??
Thanks,
Ananth
2009 Feb 20 7:10 AM
hi,
http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf
var myDoc=event.target;
var lPath=myDoc.path;
thanks
Hi All,
I have to change the default file name of PDF while saving it to desktop. How can i achive this ??
Thanks,
Ananth
2009 Feb 20 7:03 AM
2009 Feb 20 7:06 AM
Hi,
adobe file defaultly saved as pdf format only.
can you please bit clear on question
2009 Feb 20 7:09 AM
Hi:
just check the file in destination with containing the extension PDF.
or save it again anc give the file name and its extension with proper path which u can remember later.
Regards
Shashi
2009 Feb 20 7:09 AM
Hi Ananth
There are two methods to do it
one is Printer method i.e. When you say "Print" after you configured PDF Device in SPAD, it will automatically ask for file name and location to print.
another one is Function Module GUI_DOWNLOAD i.e If you are using this Function module, you can specify the default file name and location which can be changed at run time.
Regards
Sachin
2009 Feb 20 7:10 AM
hi,
http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf
var myDoc=event.target;
var lPath=myDoc.path;
thanks
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |