My situation sounds simple enough but I have no idea how to go about it. What I have is one pdf file where information from the user is entered. It's basically one line of info.
Next I have another pdf file where I would like to import that one line of info and add it to the file.
I have...
using the original code with getURL instead of app.openDoc works. However, now my CS001previewDoc apparently has no properties. I'm sure the disclosed line is in this file though.
I already had that in the document javascript.
The funny thing is that if I open it through adobe reader or writer it works just fine. It isn't until I open it through the link on our intranet site that problems occur.
Thanks!
ok, I think I get it. However, I'm not quite sure how this is put into my script. This is what I think... but I'm almost positive that it is wrong.
var Name = this.getField ("ContractName");
var CS001previewDoc = app.openDoc...
The following is the Javascript for the button.
var Name = this.getField ("ContractName");
var CS001previewDoc = app.openDoc ("CS001preview.pdf", this);
var Newname = CS001previewDoc.getField ("ContractName");
Newname.value = "Contract For " +...
Hi,
I have a menu page that has buttons connecting to other pdfs. Everything works fine on the menu page in both reader and writer. However, when I go to post it on our intranet it does not work. The menu page does open, eventually, but none of the buttons work. In reader it does nothing...
I have a form where a user can input information. However, I need to set it up so that the the a button on the form will take that information and insert it too the header of a different PDF.
I have no idea what's the best way to go about this. If anyone has any ideas please let me know!
Thanks!
I tried typing that into my javascript. Where you have firstDoc I had wi106 typed in as that was what my file is called. where you had first, I also typed in wi106. However, I get an error telling me that wi106 is not a function.
I also do not understand what the this.disclosed = true...
Hi,
I am trying to get 3 documents to print when I click on one button from a seperate form. I have tried doing this with a button and javascript. However, using this.print does not work as it is only printing the form that I am starting with.
If anyone could help me out that would be great...
Hi, I'm a new user to Adobe, but I really need this done soon.
I have one document (we'll call it docA) Now every time someone opens document A I want Document B to insert itself to the end of the document. I can't "insert Pages" because that's just a one time deal. I tried a...
Thanks for the Reply.
The documents are all in word, and majority is already linked with hyperlinks. My problem is I dont' have one master document that the other ones are linked to. None are really reference documents. They're all like little chapters. Some don't reference another document.
I have a number or documents all in Microsoft word. What I need is to create one index for all these documents. I also don't need the page numbers in the document, just the document number. It is not possible to combine these documents into a master document as they need to be in seperate...
The Data type is fixed with 3 decimal places. I originally had general, but that won't let me chose the decimal places and although the query results had decimal places, the table that the query appened to doesn't. It just has an interger in the table.
I tried going straight into the table...
I lose my decimal places every time I use my append Query. I still have all my decimal places when I click on design and datasheet view, but when I go to the table wich the append query makes, the decimal places all turn into 0's. Why is it doing this??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.