『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the power of Acrobat SDK through our community.
新着順
I have a web application on a server with Windows Server 2008 R2 and I’ll print a file pdf (on server-side).Printers are shared printers, physically connected to another server (Windows Server 2008 R2) The website have an Application Pool Identity and the virtual account (DomainName\NameComputer$) have full permissions on printers. ‘IIS APPPOOL\NameAP’ have full control on Acrobat Reader (AcroRd32.exe) Everyone group can print, manage printer and document on the shared network printer.Everyone group have full control on process AcroRd32.exeI use Process class with this code:ProcessStartInfo infoPrintPdf = new ProcessStartInfo();infoPrintPdf.FileName = pathPdf;string printerName = "\\namePC\namePrinter";infoPrintPdf.FileName = "...\AcroRd32.exe";infoPrintPdf.Arguments = string.Format("/t {0} \"{1}\"", pathPdf, printerName);infoPrintPdf.CreateNoWindow = true;infoPrintPdf.UseShellExecute = false;infoPrintPdf.WindowStyle = ProcessWindowStyle.Hidden;Process printPdf = new Process();p
so i created a checkbox which will hide fields when checked (mouse up)why dont the values come back when the box is unchecked? how do i do this?
Can anyone help with this error as I think it may be down to admin rights? Acrobat.exe - Application Error 0xc0000022
Hello everybody,I have attached a script that I would like to integrate into a PDF. The PDF has a textfield (called: input) to which I want to assign this script. Can anyone help me to embed this script? It works flawlessly via the browser. How can I use this script for websites in Acrobat? I have no experience with javascript in Acrobat, only a little using javascript in websites.Thank you very muchHere is my script I want to include:https://www.w3schools.com/howto/howto_js_autocomplete.asp
Hi -Does anyone know how to use VBA (in Microsoft Access) to create a single PDF file by combining a collection of different file types (.docx, .pdf, .pptx, .jpg, .xlsx, etc)? Basically I want to loop through a windows 7 directory and create a PDF file of everything in it. I can do it manually right now by just selecting them all and right-clicking to use the menu option, but it sure would be nice to automate.Thank you for any help -Dan
I have a license and have Adobe Acrobat DC installed on one computer. How do I install it on a second computer?
Not sure what I am doing wrong but the form is not showing the radio button value default of "No" and even if user clicks on "Yes" or "No," nothing happens (see below):The way it is supposed to work is that if the user clicks "Yes," the DocNumber will be included in the 1) Filename Preview and 2) Saved Filename. Here are excerpts of the code (I tried to paste the relevant code, see red text for specific concern)://Set Filename Preview <---This is #1 above function DoSetFileName(dialog, oDlg) { var oRslt = dialog.store(); var strFileName = ""; // Add Document Num if(oRslt["BegNum"]) <----Not working when user selects radio button with yes and I don't know
// Sets variables for the entire document and Automatically Populates certain variable based in inputs throughout the document.;// Assigns variables for populating the rest of the document;var ord = this.getField("Order").valueAsString;var bol = this.getField("BOL").valueAsString;var trac = this.getField("Tractor").valueAsString;var trail = this.getField("Trailer").valueAsString;var lead = this.getField("Lead").valueAsString;var lpay = this.getField("LPay").valueAsString;var team = this.getField("Team").valueAsString;var tpay = this.getField("TPay").valueAsString;var lead1 = this.getField("Lead1").valueAsString;var lpay1 = this.getField("LPay1").valueAsString;var team1 = this.getField("Team1").valueAsString;var tpay1 = this.getField("TPay1").valueAsString;var olec = this.getField("OLEC").valueAsString;var trail1 = this.getField("Trailer1").valueAsString;var refin = this.getField("Refinery").valueAsString;var unit = this.getField("Unit").valueAsString;var tmt = this.getField("TMT").valu
So I am not sure if this is the proper location for this, but it was the best I could find. I also searched the forums and could not find a good support answer. So I use Creative cloud at work, but I can not seem to download the extend script program. I had it installed and have been having no problem. All of a sudden I get random crashes from the extend script and Now I can no longer open it. I downloaded the only version I could find (3.5) and when I try to install it it tells me I am missing a file and to download a "Adobe Service Advisor" the two longer exists. any idea what I can do? also I am on Mac.
I know virtually nothing about coding, so please be gentle I have a list of items with checkboxes and I want to have a checkbox on one page in a PDF form get checked (turned on) when a user checks a box on the previous page. The checkbox on the first page is named "Redundant" and the checkbox on page 2 is named "Reach". I've tried to use code for what sounds like the same question, for example: if (this.getField("Redundant").value!="On") this.getField("Reach").value = "On";...but that didn't work, nor did others. Acrobat accepted that code (no errors), but when I tried to test it, the second checkbox didn't get checked. As I said, though, I'm not a coder and this is as close to a foreign language as it gets for me! I feel like this should be simple -- check a box on one page so another box gets checked on another. Please help! I'm using Acrobat Pro DC. Thanks thanks thanks!!
I need to combine the 1st page of multiple PDF files into 1 PDF file. Please advise if there is a script that can be run to do this
Possible? Not possible? I followed the tutorial here... https://acrobatusers.com/tutorials/how-to-build-a-button-that-creates-a-new-page I have read all the current discussions I can find on this... From what I understand—using a template and calling it with this simple little script var a = this.getTemplate("Add Page"); a.spawn(); should work in Reader DC. But its not. I get a JS error NotAllowedError: Security settings prevent access to this property or method. Template.spawn:2:Field Button4:Mouse Down
Is there a way to set up save as to make a copy of file before it changes it to read only so the user can still have a editable file. I am using Acrobat Pro XThanks M
Hi,I created a basic text field via Acrobat form to collect location info.Let's say that I guess some users will for sure type Chicago, NewYork, LosAngeles for sure, so I want to harvest -at least these inputs- in a "clear" format.So, I would like to know if it is possible to embed into a text field a property somehow which contains a list of let's say per-assumptions, and to offer the user who fills the form (via reader) some suggestions when entering the letters in the corresponding text field.
Hi,I've searched around, but I've found very little related to what I need, so forgive me if this has been answered before.I have a very old form+macro created in Word that has worked well up until now. Every time the document is opened, it fills a Serial field with a number stored in a separate .txt file, and adds 1 to the value. After it has done this, it prints the form through a printer driver that is set up to print from a specific drawer of our copier (heavy paper), to be filled out by hand.Due to increased patronage, I need to create a form that allows me to bulk print 10 to 20 copies with unique serials at a time.I'm ok with adding extra steps to the printing process, or selecting the printer driver manually each time, but I can't figure out how to have the serial iterate based on prints/copies. We already have Acrobat for other uses, and I love the designs possible through Adobe FormsCental, so I'd like to recreate this in Adobe if possible.I think I could butcher the Word fil
How can I deskew a page using Acrobat X Pro sdk
I have a list of taxable goods each with a price:VehiclePrice 10,000.00Delivery 90.00Prep 195.00 Freight 110.00 DocFees 210.00Total_Taxable_Items 10,605.00 I need Java PDFScript for sales tax at 6%. Is the one below correct? var v1 = Number(this.getField("TotalTaxableItems").valueAsString); event.value = (v1*.06); Next... if I wanted to allow for a variable Tax Rate percentage (different state taxes) would this script be correct? The objective would be to type in the Tax rate and have it calculate the correct amount.var v1 = Number(this.getField("TotalTaxableItems").valueAsString); var v2 = Number(this.getField("Tax_Rate").valueAsString); event.value = (v1*v2);
So I am working on spawing a page template when a button in my PDF is clicked, then destroying it when the page is left. The page template has a video embedded that gets lost each time I spawn the template. All of the other items on the page show up, (text and button) but the video gets stripped. What am I doing wrong here?Any help would be greatly appreciated!because someone is bound to ask. Windows 10, Acrobat Pro DC
So this might be a dumb and simple question but I am attempting to have a letter grade out put based on the results of a different box.I have a text field that adds together two other fields on the form. (Lets call it Total point demerits) I need a different box (lets call it inspection grade) to out put a letter based on the data from box 1If total point demerits is <= 10 then inspection grade should be AIf total point demerits is >= 11 && <= 20 then inspection grade should be BIf total point demerits is >= 21 && <= 40 then inspection grade should be CThank you for your help.
I am creating an application that will provide the user with very limited specific information about a large pdf file (300 to 400 pages). OCRing the file is too time consuming and gives me too much irrelevant information. I can zero in on data I need based upon a couple of things: the name of the bookmark, and the general layout of the pages of that bookmarked exhibit. The pages are not pdf forms, they are basically boilerplate forms that present data in a uniform way. I would like to be able to create code that would harvest that text data. Essentially I am wanted to use the positioning of the data on the form to tell me what the data is. So, for example I know that "01/01/1998" is a birthdate based upon where it is positioned on a general page. Is this possible?
Hello,I have an employee timesheet that I am trying to setup. Time is entered in per Phase Code that is set up by job (not every job we have uses the same sequence of codes). To make it easier for the guys in the field so they dont have to memorize each code and what it stands for, I would like the drop down menu to display the code plus the description of the code but when a selection is made only display the code number. (i.e. "201 - Metal Studs" is shown in the drop down selection but when selected only "201" is shown). Is this possible? There are anywhere from 5 to 100 codes for any given project. To date, I havent tried anything and havent had luck finding anything online. Thanks in advance.
Hi,One of my users is trying to import an action wizard in Adobe Acrobat XI which was developed in Adobe Acrobat X. She gets an error which essentially states that the action wizard cannot be imported b/c it has the same name as one that already exists (see below). This is not true though b/c when one goes to the action wizard tab, there is no action wizard named the same as the one she is trying to import (2.1_BLA). I was able to resolve this by renaming the sequence file so she could import it but I would like a permanent solution to this just in case other users experience this same issue. Any ideas what is happening and how to permanently correct this?Sue
What I want to do is create a form that is fillable from a Delimited text file. I already have all of that set up and working. I however want to make it simpler for my colleagues who aren't as savvy by allowing them to click a button embedded in the PDF that will automatically point to the delimited file and just launch the "import data from delimited text file" box so that they can just choose what they need. I am not great with writing javascript, does anyone have a basic idea if this is doable and what script would be needed to call the file?Thanks in advance.
I am trying to have a drop down menu resize based on the selection chosen. I am able to resize it, but the text in the box does not refresh when the box is resized. If I choose the same option twice, the text looks normal, but on first choice, the text is misshapen. It also looks different when I mark the form as read only as well. This is the code that I am using:if (event.value == "Add Restitution in the amount of:") {this.getField("note1").display = display.visible;this.getField("note9").display = display.hidden;var b = this.getField("Dropdown1");var aRect = b.rect;aRect [2] = 245.26;b.rect = aRect;}else if (event.value == "Increase:") {this.getField("note1").display = display.hidden;this.getField("note9").display = display.visible;var b = this.getField("Dropdown1");var aRect = b.rect;aRect [2] = 141.2;b.rect = aRect;}else if (event.value == "Decrease:") {this.getField("note1").display = display.hidden;this.getField("note9").display = display.visible;var b =
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.