『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,I have created a macro in a program called Winautomation, makes it possible to automate certain windows actions.So I created one to automate some tasks in Adobe Acrobat but now is the question how I can easily use them in Acrobat.You can assign hotkeys to trigger the robot. You can also export them as a exe file.Problem in Acrobat: EXE files is not possible to open because of security reasons.Would there be a possibility to make a button that assigns a javascript that evokes a hotkey? For example: "CTRL+ALT+SHIFT+F10"?thanks!
Hi,I have this code which loops and labels documents:var oDocNumTypes = {"Exhibit":{Prefix:"A"},"Attachment":{Prefix:"B"},"Memo":{Prefix:"C"},"Sample ":{Prefix:"D"}, };The user has to select the document type from a drop down list. After the user selects "Exhibit" for instance from the drop down list, it labels the first document and then the second , third and so on. However, the chosen value of "Exhibit" disappears from the drop down list. I want it to remain throughout the looping so user does not get confused and think they need to keep selecting it each time. How can I do this?Original selection:Does not retain original selection...Defaults back to showing nothing through loopsI am using Adobe Acrobat Pro X 10.1.16 on Windows 7.
Dear people,I'm having problems with a piece of script what I am trying to implement in a form field.This is the code, only how can I apply this that the input is from the form field and the output automatically changes.function encode( str, prepend ){ var result = []; if ( prepend ) { result.push( str.charAt( 0 ) ); } result.push( encode.first( str ) ); result.push( encode.second( str ) ); return result.join( ' ' ).trim();}encode.table = { A: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ], B: [';', 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l'], C: ['p', 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o']}encode.keys = [ ['A', 'A', 'A', 'A', 'A', 'A'], ['A', 'A', 'B
What would I make the "Current File:" text blue (I made the text blue below to show exactly what verbiage I want to show up blue in form) in the following code?var exInit ={"LTyp":typeInit,"tFPg": this.strStrtPg,"tTPg":this.strEndPg, "sOfN":"of (" + this.nNumPages+")", "FlNm":"***CURRENT FILE***: " + this.strFileName};Right now it shows up as black. See below:I am using Adobe Acrobat Pro X 10.1.16 on Windows 7.
Hello,I have problem with autofill Fields in interactive pdf via C#.Method myFields.GetEnumerator() returns empty enumerator.IEnumerator myEnumerator = myFields.GetEnumerator(); String FORM_NAME = Application.StartupPath + "\\PIT-11(23)_v1-0E_2016.pdf"; CAcroApp acroApp = new AcroAppClass(); acroApp.Show(); CAcroAVDoc avDoc = new AcroAVDocClass(); // Open the pdf if (!avDoc.Open(FORM_NAME, "")) {  
Is there a way to add text to "Action Completed" window which comes up after Action Wizard Completed all its functions? I want to inform the user they can retrieve their labeled files from a folder in c://I know I could do it within the java script code using app.alert which is executed within the Action Wizard but b/c there is a loop, it just keeps prompting the user to click okay over and over again. I thought an added sentence within this window (see below) would work better instead.
I need their email
On Acrobat X I used PDFScript_FlattenPages.js to flatten stamps I would apply to a document. My question, where can I find a .js to do the same on Pro DC and where should I add it to show up on ProDc?Thanks
We have a Cloud application, which produces reports that can either be printed to paper or to a PDF using one of the many drivers out there. However, before printing a Report as a PDF, we need to create a "Printer Friendly" version. Ideally, we would like to be able to capture the screen, but control where page breaks are inserted... ie after 50 lines for example. Is there an Adobe Tool, or third party partner tool that does that?Thx in advance for any thoughts/input.
I'm using Adobe Acrobat X Pro. I want to link two text fields. So when someone types in their information it copies to the other text field. That way they only have to type their name or address in once. Is that possible? Please help! I don't know much about javascript.
Something like this:(Column60001_1 + Column60001_2 + Column60001_3 + Column60001_4 + Column60001_5 + Column60001_6 + Column60001_7) - Column6001AI have no experience with java calculation scripts.Thanks,Jeff
I want to highlight some text from PDF by doing string comparison ,mark it with some kind of marker, highlight entire row of table if specific string is present in that row. Is it is possible to do this using Acrobat SDK / PDF Library SDK in ASP.NET or C#.NET(windows application)?
- The IRS website states that I can fill out the forms using the Adobe Reader but I cannot type inside the field in the boxes. Any ideas in regards to this issue?
I’m building an invoice template.I have an “Hr” column and a “Cost” column. The actions I want the “Cost” Column to perform are as followed:(Hr = number of hours work, 18 = Hourly rates)“Hr” * 18 =?If the return is “0” OR no calculation, show blank.If “0” “0” OR no calculation, allow for manual entry of cost.Allow entry, show, and calculate (+ and -) of positive and negative numbers. Show negative numbers in “Red” and show format with -. (-$100) for prints.Current Scripting for Hr1-14:Calculate>Simplified Filed Notation.Hr*18Validate>Run Custom Validation script.if (event.value<0){event.target.textColor=color.red}else{event.target.textColor=color.black} if (event.value ==0) event.value =''; else event.value = defalt;(Note: Above Script was found on Adobe Forums)At the end of the “cost” column, they are added or subtracted to show a “Grant Total.”The “Grand Total” adds up but does not subtract changes, update, or is wrong.I need “Grand Total” to Add and Subtract with changes an
I need to create two bottoms in a template that has 5 pages to e-mail. I do NOT want to email the template. I am to print and email the print to and email 1 and 2 to a party and 3, 4, & 5 to a different party. The emails are static emails File@vmrc.net (pages 1 and 2) and sc@vmrc.net (pages 3, 4 and 5),
Office 2010 - 32bitAdobe Acrobat 11.0.17Windows 10 & 7Currently in our environment - we have Office 2010 on a bunch of machines with Skype for business 2016 getting installed. When Skype for business 2016 is installed, the ability to Right-click files and 'Combine files in Acrobat...' breaks and comes back with the error: "No PDF File was created because Acrobat encountered an unidentified error."I've referenced the Adobe Support for: Adobe’s Support page making the reference: https://helpx.adobe.com/acrobat/kb/PDFMaker-crashes-office2016-office365.htmlTheir TechNet link from the reference: https://technet.microsoft.com/en-gb/office/mt465751I've ask our Microsoft contact about an KB that the above could've referenced in a fix for this, but they were unable to find anything specific. I've updated Adobe and Microsoft 2010 but the effect still occurs. Was wondering if anyone has seen this or any experience with this.In most cases, upgrad
When a checkbox is activated "GST Exempt", I would like the GST text field value subtracted from the Total of a sum of fees added together.Is this possible? I'm assuming the calculation would have to be be applied to the "Total" text field? Thanks!
Hello,I have created a plugin to create highlight annotation using acrobat plugin SDK.Now, I want to search through comments of annotations.How can I achieve this using acrobat plugin api?Thank you in advance!
Can I get an Acrobat SDK for visual studio 2012?
I'm trying to create a dialog box form a mouse up action in a form, but the text that's entered in the box never appears in the assigned field.Here is the code that I have in a separate file within C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Javascriptsfunction trustedDialog(data){ console.println("trustedDialog function"); app.beginPriv(); try {app.execDialog(data);} catch (e) {console.println("Trusted Dialog box exception is: " + e);} app.endPriv(); return; }; app.trustedFunction(trustedDialog);Here is the code that I have for the mouse up event.var oDlg = { strName: "", initialize: function(dialog) { dialog.load({"usnm":this.strName}); }, commit: function(dialog) { var data = dialog.store(); this.strName
I have a PDF order form in which there are a few calculations happening at the same time and I've run into a road block about how to handle it using Javascript. I've attached a picture of the part of the form that I'm hoping to have calculated. I was able to calculate the "Pre-Total" field named "Sub_Total". But then the next field "Min_Handling" would only be calculated to add $2.50 if the Sub_Total field is less than $15. Otherwise, the value should be zero. The next field for UPS Shipping would be based upon the amount in the Pre-Total field and would be three different flat rates based upon the shipping charge rates displayed. The "SUBTOTAL" field would be the values of "Sub_Total" + "Min_Handling" + "UPS Shipping". The next field "PA_Sales_Tax" would be calculated at 6% of the SUBTOTAL field ONLY if the shipping or billing "State" field is PA (Pennsylvania), otherwise the value would be zero. Then the "ORDER_TOTAL" field would be the sum of all the fields from Pre-Total down. Ther
The basics:Windows 7 (64-bit)Acrobat Pro DC (to initiate shared review)SharePoint Office 365 (to host the shared review)Acrobat Pro XI (for clients attempting to read shared review)I have set up a subsite on our SharePoint 365 server following all the directions provided in this article:Hosting shared reviews on SharePoint or Office 365 sites with AcrobatMy coworkers are assigned edit permissions to the SharePoint site, subsite and a dedicated document library "SharedView."I have opened up a PDF file for Shared Review using Acrobat Pro DC and invited two coworkers to review; once with a link and once with an attachment.I am able to add comments to the file, and view the Review Tracker, get updates, etc. and all seems to work fine. The server status is "green."However, when my coworkers try to access the files they get a response that the server is not responding."Could not get new comments. Acrobat did not get a response from the server. Try again later or contact your system administr
I have a number range from 1.77150 to 1.77221 and I would like it to turn red if it is outside that range.
is there a way to extract 3D content (geomtry) from a pdf and convert it to .fbx or another format?Im looking for a solution with the SDK
I have a line item order form I'm working on. There are seven lines in which the user can entered their quantity/unit cost/etc. I've set everything up to calculate the total cost for each line (last column on the form), and then these total costs are summed as the sub total at the bottom of the form. This works beautifully. The problem is I think I need a custom code to sum the sub total at the bottom of the form EXCEPT when there is only one total cost value on the form in which case the sub total field should just grab that with no calculation. I hope this makes sense? Thanks for any help you have!
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。