Unlock the power of Acrobat SDK through our community.
Actividad reciente
I have a column on my form that enumerates the days in a month. I want to setup a hidden field that calculates the total number of days in a month based on month and year field inputs. The number of days will determine what shows up on the column. For example, if I put 4 in the month field, and 2016 in the year field, I get 30 in the hidden field. So on the "Day" column, I will have numbers 1 to 30 listed. Or if I put 2 in the month field and 2016 in the year field, I get 29 in the hidden field. So the numbers 1 - 29 will be listed in the "Day" column.Found this code from some javascript forum://Month is 1 basedfunction daysInMonth(month,year) { return new Date(year, month, 0).getDate();}//JulydaysInMonth(7,2009); //31//FebruarydaysInMonth(2,2009); //28daysInMonth(2,2008); //29I don't know how to convert this code to adobe JavaScript and don't really know how to use it. All I know how to do is to setup the field values for the month and year fields as variables. I am a novi
Hello,I am trying to find a code that uses the Luhn Algorithm in a editable PDF file to confirm that a credit card number is valid before saving the file.I'm not finding anything that is specific to a cc number, though I did find something useful that uses the algorithm to validate a Swedish ss number.I don't think I know that right questions to ask to generate guidance on the internet.Any assistance that can be provided would be most appreciated.Thank you in advance!
I tried to make a script to automatically sign a pdf file on Adobe Acrobat DC when called using a folder level script but the only results i've got is this sign(this) GeneralError: Operation failed. Field.signatureSign:30:Console undefined:Exec The document could not be signed. There was an error when attempting to commit this signature. The document was not saved. The file may be read-only, or another user may have it open. Please save the document with a different name or in a different folder. undefinedHere is my code if you see any flawvar sign = app.trustedFunction( function(doc){ app.beginPriv(); var ppklite = security.getHandler("Adobe.PPKLite"); ppklite.login("password", "/I/Certificates/test.pfx"); doc.addField("Text1", "signature", 0, [0,100,100,0]); var f = doc.getField("Text1"); var myInfo = { password: "password", location: "Country, IN", reason: "I am approving doc document", contactInfo: "mail@gmail.com", appearance: "basic", mdp
Hello, I'll be happy to assist you. Please allow me 1-2 minutes so that I can review the account. I am going through a tough divorce, I am a bit disappointed in you business tactics now. I rarely USE IT. i DO LIKE IT. started TO CANCEL TWO MONTHS AGO, YOU THEN SET BACK THE DATE FROM THE 28TH TO THE 18TH WHICH COST ME AN EXTRA 35 AT THE BANK. now YOU OFFER ME THE SMAE FOR 9.99 BUT IT WONT GO THROUGH, VERY FRUSTRATED, JUST NEED TO CANCEL i GUESS.Read Entire MessageSorry hit caps by mistake, not taking the time to retype. Rashmi Thank you for your patience. As I have checked you have an active plan of Acrobat Pro DC.Instead of cancelling a plan, what best I can do is I would like to offer you a discounted price for the Acrobat pro DC with a charge of USD 9.99 per month under Annual commitment paid monthly plan.Would you like to accept the offer?Read Entire Message Do not have the money for annual. The 9.99 was offered for monthly but could not go thro
HiI understand that this a forum for Acrobat SDK. However, I'm still posting this question here because -1. I couldn't find a forum specifically for Adobe PDF lib2. The PDF lib is a subset of the Acrobat SDK (minus the AV layer) so I'm guessing this is "relevant" here too(Please let me know if I'm mistaken) That having been said here it is..We have licensed Adobe PDF SDK that we're using within an in-house service (in a Linux container) to convert PDFs to PDF/X-1a (for reliable printing). This works perfectly most of the time. However, some of the PDFs fail conversion. We get a "[Error 269221888] PDFX Font Error Occured". We're using code which is very similar to that in PDFProcessor.cpp (included in the SDK samples) ie: using the PDFProcessorConvertAndSaveToPDFX. This function is not listed in the docs so I'm guessing that this is an "undocumented plugin" that comes with the SDK.We know that the failing PDFs have some "unembedded fonts" and so installed the missing fonts bu
Hi All,I am developing one web application using ASP.Net, here I need to deal with pdf documents like create pdf from HTML string or text.How to create PDF using Adobe related SDKs?Any Adobe related dll''s available?ThanksGopi NMessage was edited by: Gopi N
Hi All, I am developing ASP.NET core web application, i need to create a pdf from a HTML string or textHow to create PDF using Adobe related SDKs?Any Adobe related dll''s available?
I find myself recieving rather large documents without tables of contents, bookmarks, or page numbers for individual documents. After accessing the documents and creating bookmarks for each individual document, I would like to generate a report that includes the Bookmark and the Page Number for the Bookmark. I have noticed several different codes online that may help in accomplishing this. However, they appear to be for older version of Adobe and/or have a syntax error. Any help is appreciated. I cannot justify an additional $1,000 to $5,000 a year just to export bookmark information.
Hi,I am creating a form using Adobe Acrobat XI Pro.On one part of the form, there are 6 different checkboxes in a row, of which, at least one is required to be checked.Is there some javascript that I can use, so that when a user goes to the textfield after the checkboxes, that it will not let them go further, until they go back and check one of the boxes?Or, if I can't have that ... some javascript code that will not let them "submit" the form if one of the checkboxes is not checked?I would appreciate any help.Thank you.
Pfad für OFFLINE-Lizenzierungsressourcen existiert nicht beim herunterfahren
I am trying to figure out how to transform my current PDF catalogue to a shopping cart without having to go through a third party. I really have no idea where to start or what to think of in this process..? Is it possible to create in Acrobat?Thank you for your time!
Hi. I am trying to use an excel macro to union a collection of PDFs into a master PDF, and create an index at the beginning of the master PDF based on a table from the worksheet in excel. One of the things I need is to create internal document links that can allow a user to click a link the PDF's index that will take them to the page number for that index section. Is this possible using the SDK? I can create the master PDF just fine using the PDDoc methods (InsertPages() etc ), but know how best to approach the links. Any thoughts would be appreciated. Thanks,
I installed Adobe Acrobat X1 pro on some Windows 10 PC and when you open a file, the windows stays open for about 5 seconds and then closes. I've watched the Task Manager and it just kills the process. Any help is greatly appreciated.
Is there a way I can use the Interop.Acrobat interop assembly on an application running on a server without the COM registration? Does anyone have an example of this? I am aware that there are libraries out here that already provide Adobe functions, but I'm providing my own API to users. I've tried to Embed the assembly but that doesn't work on the server. It still errors out with a COM registration error.
When adding a global document footer to a document, I have previously used Enfocus PitStop to resize the original page in order to make room for the global footer. I was happy to see that Adobe Acrobat Pro DC included an option that (I thought) made this expensive plug-in unnecessary. However, it seems that, when the option is checked to Shrink the Document, it will vertically center the text on any page that has any empty lines.Is there a setting or preference that I'm missing to have Acrobat treat the page similarly to a full-page graphic (i.e. to preserve the relative position of the remaining text on the page even while resizing to fit the footer?
I am looking for a solution on how to update the script, so that it would give me a value of 1, when it is equal to 6 months. If the value is less than 6 months, to have 0. Also, I do not know how to make that the field would allow saving fixed value.Here is the script I am using in 'Custom Calculation' box:event.value = "";var dobValue = getField("Textfield-49").value;if (dobValue!="") {var dob = util.scand("dd/mm/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);event.value = Math.floor(nAgeYears);}
Hi all,I've seen this same error appear around the web but none that relate to Adobe Acrobat Pro DC (2015) and MS Word 2010. Has anyone come across this same fault/message when trying to convert/export a pdf file to MS Word 2010?. After clicking OK a few times (through the above message), the export does go ahead anyway, is there a way to perhaps get rid of the messages coming up, just to let the conversion carry on?As a side, this is not an issue with using MS Word 2013 with Adobe Acrobat Pro DC (2015), but I'd like to know if anyone has found a working fix for this export/conversion to Word 2010 (I may be among the masses here with this but just in case anyone knows of a fix for this).Thanks for your time and any advice greatly received.-Pete
Hello - I have a 2,000ish page PDF that I need to split into about 400 smaller PDFs each with various numbers of pages. I'm tracking the number of pages for each split, and the beginning page number and last page number from the main large PDF for each individual document (the split locations). Is there a way to use that spreadsheet to auto generate the bookmarks and split? I don't need bookmark names, but if I could use a field from the spreadsheet, that would be nice too. Thanks!
Hi Team, I want to do accessibility testing in my CI/CD pipeline, I want to perform the same accessbility checks as mentioned when i do manually running a acrobat pro full check accessbility scan. But is there a way to do it programtically ? if yes, can anyone share how to achieve it .
Hi guys, I'm trying to create a log file in AdobeJS but I can't. Anybody can help me? I need create a log file (similar to file.log) in my machine and I want to write in this file some sentences to audit my adobe javascript code (similar to log4j). Best regards!
We have Interop.acrobat.dll version 1.1.0.0 , but we lost the track of where the DLL was downloaded. Could you please guide us on through which adobe installer deliver this dll version.? Is it Ok to use in production environment where Licensed Adobe Acrobat is installed? Do we need to buy any license for using it in our windows application in production? If we have to buy a license, then what license we have to buy.? Is there any office link available for download it?
Hallo,I am using the following code to transport the result of an optionfield cbox to another named dbox.(received some help by the community, thank you) this.getField("dBox."+(this.getField("dBox").value-1)).value=this.getField("cBox."+(this.getField("cBox").value-1)).value; This only works, when i once click into dbox. Then, when clicking into cbox, the result is transported into dbox. If i do not click once into dbox, the result is not transported. I tested dbox.value = "on" in the script, but that did not help I start the form with nothing clicked. See example attachedall the bestBen
Hsb
Hi, I am using java sdk for pdf conversion using the following code:Credentials credentials = Credentials.serviceAccountCredentialsBuilder().fromFile("pdftools-api-credentials.json").build();ExecutionContext executionContext = ExecutionContext.create(credentials);CreatePDFOperation createPdfOperation = CreatePDFOperation.createNew(); FileRef source = FileRef.createFromLocalFile( Utils.getDataDir() + fileId + "." + extension);createPdfOperation.setInput(source);FileRef result = createPdfOperation.execute(executionContext);result.saveAs(Utils.getDataDir() + fileId.split("\\.")[0] + ".pdf"); And I get the following error on the line in bold: om.adobe.platform.operation.exception.ServiceApiException: description ='An Internal Server Error has occurred.; transactionId=4p5gjnmi8oMoRm2IaeQmrs7kHeaiSNFr'; requestTrackingId='4p5gjnmi8oMoRm2IaeQmrs7kHeaiSNFr'; statusCode=500at com.adobe.platform.operation.pdfops.CreatePDFOperation.execute(CreatePDFOperation.java:196) ~[pdftoo
How can we detect from a plugin if the application is Acrobat DC or Acrobat Pro? I am using ASGetConfiguration but the only possible values are A const char* value, one of the following strings:"Reader": Adobe Reader"Exchange": Acrobat Standard"Exchange-Pro": Acrobat Professional"Acrobat PDF LIbrary": Acrobat PDF Library I cant see how we can determine DC from the above data
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.