『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the power of Acrobat SDK through our community.
新着順
Good day,we as a company bought several license of Adobe Acrobat 8 Professional, and after update of windows can not activate my Adobe
Hello,I have a booking form with some complicated calculations that requires 'if' and 'then' custom javascript.The form offers tickets at $350 per person, up to 16 people, with up to 4 additional tickets for $100 each. I tried some script from a previous form but I just don't know how to customise the script to take the initial 16 tickets into account, and then any additional number of tickets after that.var numTix = Number(this.getField("QTY1").value);if (numTix==0) event.value = 0;else if (numTix==1) event.value=350;else event.value = 350+((numTix-1)*100);Any suggestions would be very greatly appreciated.Thanks,Kate
I asked a question yesterday about a single check box activating the border of a text box. That question was answered perfectly and now I want to expand on that with 3 boxes. sorry if a new post is not proper etiquette I'm new here, and the last one was marked answered.the question I asked previously: need to activate line with of a textbox with a checkbox. Basically I have three checkboxes and if any of them are checked then I want the box to show the border. I'm still trying to type the code in the properties -> actions area since the "All javascript" part adds XML that I'm not exactly sure what its used for so I don't want to change it or create something without it... Basically I'm typing the below code into the actions of each checkbox which seems redundant but I don't know any other way to do it. The console is great when trying things out but what do I do when I want to send this PDF to someone? other than actions where does the
I am using Adobe Pro XI. Needing a javascriptI am trying to get amount authorized. I need to take the value is in field distance divide by 350. Then take the whole number times it by the whole number. Then the field distance value-350 to see if it is greater than or less than 50. If it is equal to or less than 50 use the whole number if it is greater than 50 then use the whole number plus 1. If the distance is 350 or less then would be 1. I have no problem in excel doing it but I have not figure out how to get it all to work using the JAVAScripts.375/350=1.0711*350=350375-350=25is 25 > 50 =noreturned value would be 1751/350=2.1452*350=700751-350=51is 51> 50 = yes2 + 1 = 3Returned value would be 3.
I have an adobe form, that if the required forms aren't filled out it displays an app.alert saying error the following required forms are not filled out. So one can I make this big and I was hoping I could make it blink or make it produce sound? My guess would be no but I am just curious. Also this error loops through the form and produces the empty required fields in the error, Is there anyway to make the required fields that are being pulled into this app alert capital letters? Any help would be appreciated it.Thank you very much.
I'm trying to make a pdf that when you check certain boxes a section of the doc will highlight.I thought the best way to go about it is to use the lineWidth of a text box. Not sure if that IS the best way it was just a thought...But I want to border to be hidden first then when a checkbox is checked it will be visible. if the box is unchecked it goes back to hidden.I've tried this in the checkbox action:var checkBox1 = getField("CheckBox1").value;var bord = getField("bordr1");bord.lineWidth = 0;if (checkBox1 = "Yes") { bord.lineWidth = 3;}else { bord.lineWidth = 0;}but it doesn't work. couple questionsis there a way to just write code instead of putting it in actions?if not how can I hide the text box by default? and still be able to display it later?
Hello fellows,2 days ago, we've received an automatic update of Acrobat DC and "upgraded" it to version 2015.006.30172.After doing so, the Shared Review wizard no longer allows to initiate a shared review on a dedicated network drive. When specifying the network folder path and clicking Next, the status changes to "Unable to create shared folder".Before the update, it worked fine.Has anyone encountered this issue?Thanks!Roman
Adobe hat die telefonische Aktivierung von Adobe Acrobat 8 Standard abgeschaft. Wie kann ich dieses Produkt auf einem nicht mit dem Internet verbunden Computer durchführen?Eine Anmerkung zum Support von Adobe: ______
I have thoroughly read many article on the access denied issue regarding disabling Protected Mode thru the preferences and thru the registry. Nothing seems to resolve our current issue.We embed an Adobe Reader object on a webpage. We give the user the option to navigate to a local pdf and load the file. When I change the .src thru javascript I get an Access Denied error. Tried opening permissions on the local folder, tried running as a system administrator. Nothing seems to allow us to get by this issue.Code snippet: var fileControl = document.getElementById("fUpLoadPDF"); //alert(fileControl.value); ret = CheckIfPDFExtension(fileControl.value); if (ret) { //alert(document.getElementById("AcroPDF1").src); &nb
Hallo an alle . Ich hoffe ihr könnt mir helfen.Ich möchte gern Acrobat Javascript Pro DC dazu nutzen damit ich ein erstelltes Dokument nach einem String durchsuche. (z.B . RGNR) Diesen dann incl der folgenden Zeichen ( .z.b. RGNR0123456.pdf) dann mit saveas abspeichere . Also ein simples Beispiel habe ich gefunden um mit search.query einen String zu finden . Leider bekommt man kaum Infos zu diesem Problem zu lesen . Ich möchte das auffinden der Dokumente gern auf Dateiebene realsieren , da ein Sharpoint für diese Dokumentenanzahl denke ich übertrieben ist und auch Plattform unabhängig auffindbare Dateien einfacher zu verwalten wären . Eine kleine Hilfestellung wäre sehr nett. Mfg Egon
Hey folks I have a stack of PDFs to go through, some of which are 100-200 pages long, that have been compiled in the wrong order.... Is there an EASIER way to reorder pages in a PDF? It sure would be nice to be able to Copy and Paste pages from the Thumbnail View, or to be able to Right Click and "Make This Page # ___ " from a context menu Any suggestions?Cheers!
I cannot mover the pages of the document about ! i have acrobat xi 11.0.15i used all the online tips, single sheet view, unlocked file but i still cant simply grab a page and move it !please help ... i.e 11 windows 7 .. corprate network (citrix) but works on other work stations . Thanks for reading .Graham
We send out a fillable PDF form to initiate a permitting process in my office. Customers need to fill it out, and send it back to us. Once they send it back to us, there is still fields (Office Use Only fields) that we need to fill out and keep this as a living document that gets added to along the process.The problem - about 75% of the time people send the form back, the fields are no longer editable...and then we have to recreate the whole, multi-page document, on our own. We also use the fields for merging data into Excel and what not too, so this creates a huge nuisance with the volume of permits we process. I've tried PDF Unlockers / Change to Editable PDF webapps and have had no success. I'm guessing this is some kind of permission we need to set up on the original PDF? We essentially want to make it not possible for someone to save the file in a format that doesn't allow us to then continue editing it. Anyone know how some people save it this way, and others don't? Any guidence
I know very little about PostScript and Adobe Distiller so please bear with me and if I'm in the wrong place, suggest where I need to be.At a very high level, I have inherited and am supporting an application that generates PostScript files and then asks Distiller to generate PDFs from these. For each user transaction, 2 PDFs are expected.The application generates multiple PostScript files.There are several PostScript files, each that represent the content of a "chapter". There is one top-level PostScript file that references each "chapter" PostScript file in order. The application asks Distiller to print this PostScript file and the result is the entire "book" as a PDF. This is PDF #1. There is a second top-level PostScript file that references a subset of pages from each "chapter" PostScript file. The application also asks Distiller to print this PostScript file and the result is a subset of the book as a PDF. This is PDF #2.In most cases (for many years), both PDFs generate successf
If a user enters the letter P in a text box 1 the complete word Purple is entered in to that text box 1 once the user tabs out of that text box.If a user enters the letter R in a text box 2 the complete word Radio is entered in to that text box 2 once the user tabs out of that text box.If a user enters the letter A in a text box 3 the complete word Apple is entered in to that text box 3 once the user tabs out of that text box.etc.this would be a programed auto complete.can someone help me with the JavaScript?thank you,Rob
Hi I just purchased a year subscription to Acrobat Pro DC, downloaded Creative Cloud but Acrobat Pro is not listed in my version of CC as one of the apps I can download. I prepaid an entire year and am desperate to use this app ASAP. How can I access it since I can't find it on the CC?
Hello, I want to insert image from my server by used in java script.My option is:send a url to text field and when the document will open the code generate the image.Can anyone help where I write the code or another idea?Best Regards,Refael
Hello, can anyone help me with my linking issue within an iPDF created using InDesign CC?Problem as follows;I have approx. 200 documents with a mix of Word and PDF documents to submit to a customer and would like to add an iPDF menu linking to all the files.I’ve set the iPDF menu to open in full screen mode and looks great !I’ve managed to edit the links within the PDF to open the Words docs in own window/application - great..I can link to PDF files that will open in its own window but unfortunately it goes full screen??. I think in need some JavaScript to add the iPDF menu doc making all links open in a non-full screen window.In a nut shell I would like a full screen iPDF menu in the background and all the word and pdf links open its own window not in full screen allowing them to close when finished returning to main menu..Thanks,Robert
I embedded a PDF viewer in a C# Winform using AxAcroPDFLib. The file that I want to open in this embedded viewer has hyperlinks. When I am opening this file using external acrobat reader they work just fine. But when I am opening it in the embedded viewer they are not working. When I am moving with mouse over the hyperlink the cursor changes to the correct one but when I am clicking on hyperlink nothing happens. Anybody knows if it should work?Thanks.
Hello - I've been researching this and find the recommendation to add/edit the Javascript action app.launchURL("http://www.mycompany.com/hyperlinkURL.com", true);BUT - how & where do I add this to my PDF?? Which Tool do I use? Can someone point me to step-by-step instructions?I use Adobe Acrobat and can't figure out how to edit my PDF urls to add the javascript so when the PDF is viewed in the browser and the user clicks on a hyperlink within the PDF, that the link opens in a new tab or window.thank you -
Can anyone help with why I cannot install Acrobat Pro DC on my MacBook using OS X 10.9.5?There is a repeated error at the 29% load level that says there is an "application conflict" with Safari, asks to close Safari, but then repeats this again even after closing Safari.
I need assistance with calculating check boxes in an adobe fillable formI have a table that needs the check boxes counted and then multiplying them by the number at the top. I need a formula to calculate step 1 and step 2 in one script. Column 1 is labeled LC1.1, LC1.2, LC1.3, LC1.4, LC1.5, etc. Column 2 is labeled LC2.1, LC2.2, LC2.3, LC2.4, etc. etc. Question12341x2x3x4x5x6x7x9x(step 1) Add total # of X's in each column1223(step 2) Multiply the column total by the # at the top1469
I want to Export a pdf file as a flat pdf file by using JavaScript. Do you have an idea how this can be solved? Let me know, if you have different ideas or methods,
Wanting to alter PDF scrolling to give a better presentation experience to the viewer. Desire is for the PDF to snap to the top of the page edge when user stops scrolling. Something like when mouse-up leaves page ~8% from the top of the viewable window it gently snaps into position aligned to the top of the page. Is this doable or is all scroll behavior controlled by native PDF view options?
How to download acroexch or insert a pdf form into word ojected from a pdf.I am not a programmer so of not tell me to change the system.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.