-
1. Re: Path location of PDF Form file by mail using push button in the Form.
try67 Oct 9, 2014 1:57 AM (in response to vijayk)Is this going to be used in Acrobat or in Reader (or in both)?
-
2. Re: Path location of PDF Form file by mail using push button in the Form.
vijayk Oct 9, 2014 2:11 AM (in response to vijayk)I have created a PDF Form with various fields and button.Using the button, i need to send the link of PDF Form location to others by mail not the attachment of Form . Note, distribution form work flow is not required. please guide me.
-
3. Re: Path location of PDF Form file by mail using push button in the Form.
try67 Oct 9, 2014 2:38 AM (in response to vijayk)You didn't answer my question.
-
4. Re: Path location of PDF Form file by mail using push button in the Form.
vijayk Oct 9, 2014 2:46 AM (in response to vijayk)Pls note, Acrobat XI standard
-
5. Re: Path location of PDF Form file by mail using push button in the Form.
try67 Oct 9, 2014 2:54 AM (in response to vijayk)I'm not asking about which application you are using, but about that of the users who are going to use this file...
-
6. Re: Path location of PDF Form file by mail using push button in the Form.
vijayk Oct 9, 2014 3:08 AM (in response to vijayk)It is going to be used in Acrobat.
-
7. Re: Path location of PDF Form file by mail using push button in the Form.
try67 Oct 9, 2014 3:14 AM (in response to vijayk)OK, now we're getting somewhere...
You can use something like this then:
app.mailMsg({bUI: true, cSubject: this.path});
-
8. Re: Path location of PDF Form file by mail using push button in the Form.
vijayk Oct 9, 2014 3:49 AM (in response to vijayk)Thanks a lot Mr Gilad D, now it is working.
Could you please guide, how to get the Link format in the mail, ie, click the link in the mail to open the Form.
Thanks once again.
-
9. Re: Path location of PDF Form file by mail using push button in the Form.
try67 Oct 9, 2014 4:08 AM (in response to vijayk)Not possible. You can only insert plain text into the email.
-
10. Re: Path location of PDF Form file by mail using push button in the Form.
vijayk Oct 9, 2014 4:17 AM (in response to vijayk)Thank you,
In the file path, "/" forward slash is appearing, but it is required "\" backward slash in the path to get link.
Regards
-
11. Re: Path location of PDF Form file by mail using push button in the Form.
try67 Oct 9, 2014 4:20 AM (in response to vijayk)This is how file paths are represented in the PDF format. You can
manipulate them further using core JS functions, if you wish.


