『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the power of Acrobat SDK through our community.
新着順
I'm trying to determine if a pdf has layers (I'm very new to Javascript and this API). Below is the function that I've written for this:var check_flat = function(){ for(var page = 0; page < this.numPages; page++){ var ocgArray = this.getOCGs(page); if(ocgArray != null){ console.println(page + " has layers"); } else{ console.println("no layers on this page"); } }};When I try this on a pdf that I'm certain has layers, I only get 'no layers on this page'. Your help is very much appreciated!
Does anyone know if the PDF Optimizer provided in Acrobat Pro XI can be called as an API from another application program? If the API exists where can it be obtained?[Moved to Acrobat SDK forum... Mod]
I am having same problems. I just purchased ADOBE DC and am unable to combine files into a single PDF.Adobe keeps crashing when I try. Windows 10 is my OS and is up to date. I have used the "File > Create > Combine files into a Single PDF" program crashes. I have also the short cut to get to the same place.Also adobe is not recognizing "MS Word 2016: files for conversation to PDF.Please assist.Thanks
I have Adobe design and web premium CS6 and I cant seem to get Acrobat X Pro to open and don't want to download the whole suite again. Is there any way i can fix my install of Acrobat X Pro?
how can I move the camera to a specific or defined location in a 3Dpdf using javascript??
I have a timesheet form that adds and populates based on a varied work week. Normal work week hours can vary by each employee. I want to auto-populate three boxes "Total Hours", "Regular Hours" and "Overtime Hours" based on whatever is entered in the "Normal Hours" field.ex: if "Normal Hours" = 37 and "Total Hours" = 55, "Regular Hours" should read 37, "Overtime Hours" should read 15.ex: if "Normal Hours" = 37 and "Total Hours" = 35, "Regular Hours" should read 35, "Overtime Hours" should read 0.This reply was spot on, except my sheet is not based on a standard 40 hour work week. It could be 35, 37 etc.Basically, "Regular Hours" should be <= Total Hours but cannot exceed Normal Hours.I would greatly appreciate any assistance with this.Thanks!
It seems simple enough, but I'm not sure what I'm doing wrong. I want TextFieldIwantvisible1 and TextFieldIwantvisible2 to appear if Dropdown1 or Dropdown2 is selected. But the default is to keep the Text fields hidden. Here's what I have below. Any help or guidance would be greatly appreciated. I've placed the code in the run custom validation script.var f=this.getField("TextFieldIwantvisible1");var g=this.getField("TextFieldIwantvisible2");if(event.willCommit){console.printtln(event.value);switch(event.value){case "Dropdown1":f.display = display.visible;g.display = display.visible; break;case "Dropdown2":f.display = display.visible;g.display = display.visible; break;Default:f.display = display.hidden;g.display = display.hidden; break;}}
How can I hide or disable the floating Page Control Toolbar. I'm continually having to move it out of the way and virtually never use its controls, so it's truly unwelcome (and I don't want the controls cluttering up the menu bar either). Surely this feature isn't mandatory, eh? Thanks for any clues.
I have Acrobat DC 2015.016.20041 and all comments have become not selectable and don't display the text. If I insert a new sticky note it shows the details but all old ones are not viewable.Top Sticky note is the new one but all others don't show. Image 1 below.A friend opened the document in another program (not Adobe) and they can see the comments. Image 2 below.
I have a .pdf with a 'cover page' followed by six hidden templates. Template 1 is called 'PreSurvey1' and template 4 is called 'PostSurvey1' (the others are not required in relation to this question).When clicked, a button on the cover page automatically spawns a copy of each of these templates which appear in sequential order below. This can be done multiple times but the order in which the templates are spawned never changes.I have a text field called TripDates_TB which appears on both Template 1 and 4. However, when the pages are spawned from the templates they assume the prefix P1.PreSurvey1.TripDates_TB and P4.PreSurvey1.TripDates_TB. This means that the two fields are no longer linked (i.e. you have to enter data into each individually rather than it automatically populating the second instance).So my question is, how would I go about linking them? I have been through the forum and my current thinking is that I would need to use javascript to split the instance of TripDates
I am using OLE (AcroPDFLib/ AxAcroPDF) in visual studio (VB and C#) and it works great but I need to select bookmarks programmatically on workstations that will only have reader installed. Named destinations will not work for me because I will need the actions associated with the bookmarks, primarily the ability to select a 3d view in a 3d pdf.I have read through Adobe documentation over the last week and have identified 3 possibilitiesOption 1 (preferred)If I develop using the Acrobat Pro libraries could I still distribute to workstations with only reader installed? If so what would I have to do to make it legit?Option 2 I could use document level java (probably) but it looks like I would still have to use Acrobat Pro dll to call the java programmatically because I don't want the user to have to push a control or link in the PDF. Maybe I am missing something?Option 3Write a custom C++ plugin to expose the ability to select bookmarks via OLE IAC, I have not dug into this op
Hi all,I have a client who has installed Adobe Acrobat Standard and Pro DC on a Citrix (with VDI) environment. They have multiple front end VDI servers and they have an issue with the license activations. A users can use Adobe Acrobat from any of the multiple front end servers (they are load balanced). However, if they have already activated Adobe Acrobat on 2 of the servers, when they next activate Adobe Acrobat they may be load balanced to a 3rd server and Adobe Acrobat will not allow the 3rd activation. They admins then have to get into the licensing and remove the initial 2 activations before they can run Adobe Acrobat again. They are using serialized licensing.A case has been logged with Adobe support but they solution they provided (ie using serialized license) does not appear to work.Has anyone encountered this issue before and if so how did you manage to resolve it?
Why I didn`t copy from one to another .pdf text on Century Gothic in Cyrillic?File for example: File “Adama.pdf” (http://take.ms/sy5KH) Use Acrobat 11.0 STD WIN AOO License UKRAnd try in Acrobat DC
Hello all.Currently we are developing a plugin for Acrobat Pro.The requirement is to have own item in "Create PDF Portfolio" dialog's menu to be able to add file from our cloud server. Could you please tell me if Adobe have API for this purpose.Thank you.
Hey guys, I am trying to save a script as binary in extendscript so a client cannot view our code but I am running into an issue. Hopefully someone here knows a workaround. In my script I have it calling to include an outside data file to pull informational values the script needs;#include "/Users/GratefullyDyed/Sublimation/data.js";Now I need to change that file path to the path that will be on my clients computer. When I do that and try to save as binary I get an error that "file path does not exist", because the file path is on their computer and not mine. Is there a simple way around this I am missing? Thanks!
Hi, please help me.i create a button and input under script, it's run when click button:var pp = this.getPrintParams(); pp.firstPage = this.pageNum; pp.lastPage = pp.firstPage; pp.interactive = pp.constants.interactionLevel.full;this.print(pp);When i create sercurity for that file and dissable default print then it not working.How to validate form before print document?
Hi All,I have created a stamp acrobat custom dialog containing a few fields. All works fine when I use the stamp first time but as I choose it again and put on document dialog does not appear for input.I have many old stamps created in past. Those all also having same issue is there any issue with the code or problem with Acrobat DC. I remember all was fine with acrobat 11.Please help. Stamp triggering code is below.if (event.source && event.source.forReal && event.source.stampName == "#vw3mBZoIDLu-YhiEXZcuvA") { if ("ok" == oDlg1.DoDialog()) { var cMsg = oDlg1.sACC_No ; event.value = cMsg ; event.source.source.info.DocumentState = cMsg; }}
I have a PC running WIndows 10. I am using Acrobat DC Pro to attempt to create PDF from my HP Officejet 4635 Scanner.I have previously been able to make this work, but am unable to now. I am using WIA and "custom scan."I am able to scan to PDF using the HP scan to computer function, so I know that the scanner is installed properly and functional.It appears that my scanner works, just not with Acrobat.Please assist me in figuring out how to regain the ability to scan to PDF with Acrobat.
Hi all,I've created a form which has text fields that I'm allowing to overflow the default text area provided. When I'm in form creator view, any field that has overflow text is flagged with a '+' sign in a box, which is great. Is there a way to show this icon in standard PDF view? Ideally, I'd like end-users who fill out the form then print it to be able to easily see which fields have additional text beyond the visible text boundaries.Hope that makes sense. Any help would be greatly appreciated
i've bought the DC STANDARD and seems to not have the fill and sign option.
I am creating a form in "Acrobat Pro" and that has a drop down with list of 100 countries. I would like the user to begin typing part of a value and for the form to hone in on the value.For example: if the user type "Al" it would bring up "Albania" Algeria, etc.
Bonjourmon oncle a acheté un PC neuf Sony sur lequel était pré-installé le logiciel adobe pro. Suite à l''arrivée de Windows 10, j'ai complètement formaté le PC pour le lui installer.Je voudrais lui ré-installer adobe pro mais impossible de retrouver la licence (elle n'est pas renseignée sur la facture). Serait il possible de me fournir la licence. J'ai contacté Sony en leur expliquant mon problème mais ils refusent de me fournir la licence. En effet celle qu'ils utilisent pour faire leurs pré-installation sur les PC qu'ils vendent étant une licence permettant d'installer adobe pro sur de nombreux postes.Cordialement
I'll get array of objects "item", I have to filter out the latest object containing "Cluster deployment in progress" and then keepinga check on that same id conatining "Cluster deployment in progress" , when its status changes from "in-progress" to "success"So please help in making this piece of code to work on all conditionsitem = [ {id:"59b6115432acd43347dd5b2b", notif_detail:"Cluster deployment in progress", notif_time:"2017-09-11T04:30:12.552Z", status:"in-progress"}, { id:"59b6239e32acd43347dd5b57", notif_detail:"Cluster deployment in progress", notif_time:"2017-09-11T05:48:14.275Z", status:"in-progress" } ] solution:- this.subscription = this._userService.navItem$.subscribe(item => this.item1 = item) console.log(this.item1) let clustProgress = this.item1.filter(e => e.notif_detail == "Cluster deployment in progress") console.log(clustProgress); let m
Hoping someone can assist me, I am developing a acrobat form and am struggling a little bit! Basically I want the user to tick a checkbox and then click a button. If the checkbox is ticked when the button is pushed then the form should add a page template. At the moment I have the below code for this part however when I preview the form, it doesn't matter whether if the checkbox is selected or not selected, it spawns the page template anyways. This makes me think that there is something not right about my if statement. Can someone explain what I am doing wrong here?*Advice is the name of the checkbox item.var advice = this.getField("Advice");if (advice = "true"){var advicePage = this.getTemplate("advice");advicePage.spawn(this.numPages, true, false);}
Hello,I want to create a "Send" button that sends the form as a "flattened" copy via email. In other words, the original should remain unaffected. Is this possible? Can someone help me?If I just use the command "this.flattenPages();" it changes my original form...Thank you very much!
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.