『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the power of Acrobat SDK through our community.
新着順
I have downloaded the PDFTools SDK and sample projects, and have it functional in my test application.It works good for some files, but when I try to reduce the size of a PDF that is large I get this error Message:"Total input file(s) size exceeds the acceptable limit" I've been hunting through the documentation and google, and haven't figured out anything about this.Is it just a licensing thing, and will be better when I pay for the license?If not, is there anywhere that documents how big of a file I can process? Dim sourceFileRef as FileRefsourceFileRef = FileRef.CreateFromLocalFile(pdfFilePath) compressPDFOperation.SetInput(sourceFileRef)result = compressPDFOperation.Execute(executionContext)result.SaveAs(Directory.GetCurrentDirectory() + "/output/" & pdfFileInfo.Name)
I paid for the top tier why do my documents all say "DEMO USE ONLY" - I saw multiple people say this with no resolution offered over 5 years.
I believe I now have two Adobe Acobat accounts and being billed for both. I think I have canceled both but not sure when looking at them. I need to install one back but am afraid that both will be re-installed. I have two email accounts and think they are merged somehow.
Dear all,I am using Acrobat DC reader to do "sign" in a pdf. When i open a pdf, i need to firstly press "Fill & Sign" to turn on the "Fill & Sign" mode, then then do "Sign" on one pdf files each time.May I ask if there is a faster way sign multiple pdf documents? I need to do "sign" about 50 times a day and when I open the file, click "Fill & Sign" mode and then pick a signature to sign on each document, it's really consume me a lot of time and make me tired. May i ask is there any faster way to do this? thank you very much if you would provide any solution on this~! thanks~!LoMing
수고가 많으십니다. Adobe Acrobat XI Standard PDF 파일을 편집을하다보면 10초내로 팅김현상이 발생합니다. 상담사 통화내용으로는 재가 윈도우10을쓰고 있는데 윈도우10은 호환성이맞지않아 팅김현상이 발 생할수도 있다고 했는데 답변 부탁드립니다.
Hi there, Just a quick question regarding accessibilty tagging...Using javascript is it possible to apply the 'Background/Artifact' tag to a button form field. Thanks in advance.
I have a form that contains 6 different fields. I would like them to show values within ranges of a given answer. The field ranges are 5-8, 9-13, 14-17, 18-21, 22-25, and 26-30. If the value falls between any given range, I would like for my form to populate the number in that range. The other fields should remain blank with no data showing unless the value moves to one of the other ranges. If it does, then the original field should blank out.Example: for the field of 5-8: if I have a value of 6, then 6 should populate in the 5-8 text box. If the value changes to 12, the 5-8 text box should return to blank, and the 9-13 text box should show the value of 12.As the values change, the other field range text boxes should react accordingly.Here's my main problem- I can get the values to populate with the data using if and else if, but for some reason the blocks don't return to blank. They basically show residue numbers in the fields that the user would have to go and manually clear out. My
I have two check boxes that I want to spawn templates when checked, and delete those pages when unchecked. I have no issue spawning the templates, but I am unable to determine the page number once they are spawned to be able to delete these once unchecked. Checkbox1 spawns/should delete template1Checkbox2 spawns/should delete template2 & template3 I understand the pages start at 0, but the output does not make sense when I print to console. The three templates are hidden. I check checkbox1 then checkbox2, and uncheck in the same order and the console prints the following for the page numbers:temp1pages=0temp2pages=-1,-11temp3pages=0 My code currently is this for checkbox1:if(this.getField("Checkbox1").isBoxChecked(0) == true){ var temp1 = this.getTemplate("template1"); temp1.spawn(); } else{ var temp1pages = this.getField("template1_field").page+1; this.deletePages(temp1pages); }and for checkbox2:if(this.getField("Checkbox2").isBoxChecked(0) == t
I had been suffering from this problem for several days.No matter how many times I looked at what was wrong with the code I wrote, I couldn't figure it out. Finaly I noticed the following problem. I kept a number of different dates (more precisely, the history of initialized dates and dates updated in the past) in hidden fields to calculate the dates to display in the form.It's not that my code was wrong, it's just not really working. I created a sample form to make this problem easier to understand.Please see the attachiment PDF. Is this a bug? Or is it a specification ?Please let me know if there is another good way.
I wouldn't write this normally but i know how to cancel the subscription, the thing is i dont have the option to do so
I am using the PDF Embed API to display a local PDF and am experiencing an issue where the PDF Viewer is stuck on "Opening Document 0%" about half the time that I open it. I've followed the sample for React provided by Adobe. I've tried using a URL as well as a promise. I've tried doing a timeout call to see if it was an async timing issue but it still happens. Has anyone else experienced this? I know it's not a problem with the PDF because half the time it loads correctly and everything is fine. React Typescript Implementation: const Bill: React.SFC<BillProps> = (props) => { const bill = props.billDetails; const viewSDKClient = new ViewSDKClient(); viewSDKClient.ready().then(() => { //const blob = await getBillImageLocation(String(bill.controlNumber)); //const url = window.URL.createObjectURL(blob); viewSDKClient.previewFileUsingFilePromise("pdf-div", getBillImageArrayBuffer(St
Hi All, Is this possible to develop the tool in offline for run the OCR in Acrobat DC multi language scanned image files using Acrobat SDK
I tried using app.openDoc to test wether a file exist or not, like this It does work (although bHidden set to true is ineffective)... unless a file doesn't exist or there is an open handle of the file in another application. In both cases,it returns the same NotAllowed error, so using try{} catch {} to discern between both cases is useless. However, if file doesn't exist, it prints that directly in console, regardless of where the script is (batch, document or folder level) and how i try to escape this. I can only clear console with console.clear(), but i didn't find a way to catch this. So the question is: is there a method to read console output or to pipe that into variable, to check if a file exist? Also is possible to make the "bHidden" parameter to work?
I am trying to find a way to convert PDF to DOCX with creating proper table structure <table> <tr> <td> etc.The tricky part is that the conversion should be done without user interaction. I pass the information about the PDF location via API or the document itself and I would like to get DOCX at the outputIdeally, it should be able to run directly on the server.
I am in the process of creating a dynamic stamp with a text field that has a custom calculation script to use the document name. This is the script that I found and am using:event.value = event.source.source.documentFileName; It pulls the document name in fine but it displays it as 1234.pdf, is there a different script or more that I need to add to the current script that would pull in the document name but leave off the .pdf?
Hello!I am looking for a help to understand why the below script does not work the way I would like it to work.I would like the script to give me below value:- if age < 1 and month <6 then give me months count with word "month(s)" - if age <1 and month >=6, then give me a value of "1 year".The below code seems to work fine, but does not give a word "month(s)" in the first condition.Could some help me adjust the code so that it would work? event.value = "";var dobValue = getField("Textfield-54").value;if (dobValue!="") {var dob = util.scand("mm/dd/yyyy", dobValue);var today = new Date();var age = today.getTime() - dob.getTime();// compute age in millisecondsvar nAgeMilliseconds = today.getTime() - dob.getTime();var nAgeYears = ( age / (1000 * 60 * 60 * 24 * 365.2425) - 0.005);if(nAgeYears < 1) {var nAgeMonths = today.getMonth() - dob.getMonth();if(nAgeMonths < 6)nAgeMonths += 12;event.value = Math.floor(nAgeMonths) + " Months";if(nAgeMonths >= 6)nAge
Good Morning, I do have the feeling that I am not very intelligent as I read through nearly every post that covers the topic of Dynamic Stamps and scripting. In front of me I do have the book from Thom Parker - BUT I am not able to create the probably easiest stamp fild on earth. Fun fact, I managed to do a couple of years ago, but missed to save the script and the files. So what have I done so far: Created the stamp I would like to have from an .eps (attached as .png)Made a new Stamp from this file => this one is automatically entered in my Stamps folder (Mac). Than I gave it a new name "Buchhaltung.pdf". (and in Acrobat it has the same name and the same category name) If I try to stamp with it, it works. Now I would like to simple have the chance to enter values (as text) next to each field. Therefore I open the PDF from the stamps folder and started to prepare a form. Works great. The form fields are added automatically and I ca
We’re looking to build an Adobe Reader plug-in to open DRM protected PDF files. We read about the Acrobat Reader Integration Key License Agreement (RIKLA) and related material from here. However, we’re not clear about the specific steps to set up a strategic partnership with Adobe to create DRM plug-ins and pricing details. The link given for “digital rights management (DRM) Acrobat Reader plug-in” is broken. How do I go about creating a DRM plug-in? The steps are unclear. The email address provided on the above mentioned page does not seem to reply. There is no other Adobe Dev Support contact I have to contact Adobe.
Hi.After Opening a PDF file, I want to set the page layout to single page.I think maybe AVDocSetViewDefEx (AVDoc doc, ASCab viewDef) can be used,but I don't know how to set ASCab viewDef about page layout.And,is it possible to use AVDocOpenFromFileWithParams (ASPathName pathName, ASFileSys fileSys, constASText tempTitle, AVDocOpenParams params) to set page layout?I tried to use PDDocSetLayoutMode (PDDoc doc, PDLayoutMode mode),but the page layout not changed.If it's possible, please show me some codes.Best Regard.
Hi folks.First time posting in this community.I have a large library of PDF's. I have been creating and populating custom document metadata for each file using javascript containing barebones code such as:this.info.Name1 = "ACME Company"; this.info.Name2 = "1500"; this.info.Name3 = "2021-01-01"; . . .and then run it as a batch script.Through occassional sloppy coding, sometimes the custom property becomesthis.info.Nmae1 = "ACME Company"; //or// this.info.2Name = "2000"To fix these mistakes, I'll write a script with the linethis.info.Nmae1 = null; this.info.2Name = null;I checked this snippet in the javascript console and I can see it has removed the offending document data object but the change is not persistent. After I save and close the document, it remains. After each console entry I check it in the Documents Property → Custom Tab to discover it has not been removed. In some documents, I have a long list of metadata objects that are not really related to the docume
I have created an Acrobat DC PlugIn which creates a toolbar. The icon for the toolbar initially shows up correctly, but on subsequent mouse clicks of the icon, it turns black. I cannot find any significant documentation on the AVToolBarSetIcon function and am going by one or two samples I have seen. I am not sure what the two images in AVToolBarSetIcon should be. It doesn't seem to matter what the second one is though. The code is shown here: ASPathName pn = ASFileSysCreatePathFromCString( ASGetDefaultFileSys(), settings.logoFilename );PDDoc doc = PDDocOpen( pn, ASGetDefaultFileSys(), NULL, false );AVIcon icon1 = AVIconCreateFromPDF( doc, 0, 24, 24 );AVIcon icon2 = AVIconCreateFromPDF( doc, 1, 24, 24 );AVToolBarSetIcon( mainToolbar, icon1, icon2 );PDDocClose( doc ); Before Clicking: After Clicking:
I'm creating a worksheet meant to help with budgeting, adding up expenses and calculated a percentage based off of a number that is the total of two salary inputs. One of the fields is meant to calculate %50 percent of the total salary. Here's the code I'm using:var Salary_Total = getField("Salary_Total").value;var percentToGet = 0.50;var percent = (percentToGet / 100) * number;event.value = Salary_Total * Percentage; What am I doing wrong here?
I was looking through the Acrobat SDK Plugin Guide and saw the section of "Exporting data from PDF document objects". The section mentions using the "PDDocExportUserProperties" method to retrieve data from a PDF document object. I'm curious as to what kind of user properties are gotten from this method, but I can't find anything about this method other than the page that references the method. What does this method return if anything? Is there an alternative way to getting this PDF document object data? Here is the link to the "Exporting data from PDF document objects" section.https://help.adobe.com/pdfl_sdk/18/PDFL_SDK_HTMLHelp/PDFL_SDK_HTMLHelp/index.html#t=PDFL_MasterBook%2FUnderstanding_Plug-ins%2FExporting_data_from_PDF_document_objects.htm
Hello, I calculated the average text box of 3 fields into one text box to get a 1-5 rating. I will need to be able to use the outcome of that text field number to change the text outcome of another text box to reflect the situations below. 0 to 1 = Unacceptable1.1 to 2 = Below Average2.1 to 3 = Average3.1 to 4 = Above Average4.1 to 5 = Outstanding Can anyone help me please?
Hello, I am an adobe acrobat developer and enthusiast for just about anything that relates to interactive and dynamic pdf forms. I had a serious workflow question for Adobe Acrobat DC. What is the future of Adobe Acrobat Response files after Acrobat Flash Player is discontinued in late 2020? Will acrobat portfolios and response files still be supported after the discontinuation of Adobe Flash Player? I understand portfolios and response files rely on the flash player engine and its components to function as intended. I cannot find any documentation as to how or if this function will be affected. If so, I would love to know as soon as possible to prep my organization for alternative soltions. Thank you for your time. Bryan
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.