Unlock the power of Acrobat SDK through our community.
Recently active
Hi, I need to add footers in over 1,000 documents that will contain the documents file name plus page numbers. Can I do this and how? I downloaded the Javascript but not sure how to use it.
How do I access the properties of a selected field with an app level script?
How can I edit or change my digital signature?
Can my wife share my account in order to use Lightroom and Photoshop on her computer? If so how? Thanks, Graham
Hello, I am having so much trouble calculating the time between the "clocked in" and "clocked out" times. I need this total under the "total hours". If someone could please help me figure out the first row under "recorded shift," then I can copy & paste the rest.
i have this error with the following code. What can i do SyntaxError: missing : after property id 95 at line 96 var FormRouting = { return: 'cancel', DoDialog: function() { return app.execDialog(this); }, bchk1: false, bchk2: false, bchk3: false, bchk4: false, initialize: function(dialog) { var dlgInit = { Chk1: this.bchk1, Chk2: this.bchk2, Chk3: this.bchk3, Chk4: this.bchk4, }; dialog.load(dlgInit); }, commit: function (dialog) { var oRslt = dialog.store(); this.bchk1 = oRslt['Chk1']; this.bchk2 = oRslt['Chk2']; this.bchk3 = oRslt['Chk3']; this.bchk4 = oRslt['Chk4'];
Hi all, I am trying to wite code that will show process monitor. This is sample code in Abobat core API Reference. static ProgressMonitor progMon; static void* monClientData; progMon = AVAppGetDocProgressMonitor(&monClientData); if (progMon) { ASText str = ASTextNew (); ASTextSetEncoded (str, "Please wait until the end of process!", ASScriptToHostEncoding(kASRomanScript)); progMon->setText(str, monClientData); //progMon->size = sizeof(AVOpenSaveDialogParamsRec)*10; if (progMon->setDuration){ progMon->setDuration(100, monClientData); } if (progMon->setCurrValue){ progMon->setCurrValue(50, monClientData); } if (progMon->beginOperation){ progMon->beginOperation(monClientData); } } it is working fine. It displays a dialog in the lower right corner of the page pdf. Now I want to change the size and location of its display center page of documents. How can I accomplish this? Im using visual c++
I have a table of records that contains a field named "LeafType". The values in the LeafType field are either "Leaf (young)" or "Leaf (old)". I have an Acrobat Form with a 2 button radiobutton Group named "LeafType". One button is named "Young", and the other button is named "Old". How would I write a javascript to set (select) the appropriate button if getField('LeafType').value == "Leaf (young)" , or when getField('LeafType').value == "Leaf (old)"?
AcrobatStandardの12ヶ月版を¥18179で購入し、2021年12月21日からActivateして使っていた。最近(2022/3/6)、未だ使用期限中なのに RichMedia機能が使えなくなり、「請求に問題あり」のコメントが出る。12ヶ月の前払は済んでいる。RichMedia機能が使えなくなった理由と、使えるようにする方法を以下にメールで、日本語で教えて欲しい: email : agamemnon_jp@yahoo.co.jp
HelloI am using Adobe 11 pro, and creating pdf portfolio files of emails within Outlook 2010.For some random reason, some of the portfolio emails are in a very tiny font (smaller than 6) while others pop up as a normal sized font. When viewing the email it's not an issue since there is a zoom tool, but this really affects printing as the fonts are tiny, and cannot be adjusted in the finished portfolio file when printing (imagine 5 pages of emails shrunk down to a single page).The scale option is of no use either.Does anyone have a solution or recommendation?Regards,B
The content of pages shift to next page while exporting from pdf to docx using adobe pdf service api - export api leading to increase in number of pages in docx format compared to pdf. Is there a way to maintain the content in the same page while converting from pdf to docx. #Adobe SDK and Node Js#ExportPdfToDocx
Often I take a snapshot of a PDF and paste it into the body of an email.I just received the Adobe DC Pro subscription version and I cannot find a snapshot tool or if a similar function is available.Is there a Snapshot tool or equitable solution in Adobe DC Pro?Please and thank you.
Hi Team,How to set the New window setting in Open in Dropdown in Adobe acrobat.
Ich möchte in Acrobat DC zahlen in wörter umwandeln deutsche version hat jemand ein passendes Script?
I have a row of "Yes" checkboxes numbered 1 through 58 and a row of " No" checkboxes 59 through 116; they currently have a 2 Text Boxs at the end with a JS in each column to calculate the total of all yes and all no. I realized you could check both yes and no boxes for each question asked. How do I set up the form to check yes or no and keep the JS to calculate each column?
I have a large PDF document, over 900 pages, with a large number of links throughout the document (~1,000) for:Page View links; andWeb Page reference links. Is there plugin available to extract a list of these links, along with their properties/actions, for the following reason(s): verify that a link has an action associated with it (i.e. Go to a page view, Open a web page, etc.); and/orverify that a link is connected to the correct page view, within the document.Example: My cover page currently has 70 "page view" links. I would like to efficiently see what pages those links are linked to, without having to view each individual link and its properties. This would quickly show me links that have no actions and allow me to verify my links are correctly linked to their designated page views.
I have a current subscription to Adobe Acrobat Pro DC but when I try to edit a PDF I get the "Learn More" box. This takes me to a link to subscibe to Pro DC and when I log in it says I have DC, and I still can't edit a PDF......
I have an application server which generates Invoice and automatically sends it to the customers,i wants to add Digital Signature on invoice format (Invoice format is created in SQL) so my application support engg is requesting for the API Access of Adobe to integrate Adobe E-Sign system and generate Signature before sending invoice to the end user.please help me what i have to do
Hello, I have a User who I have tried several times to install Adobe Pro 2020 for. The installation accepts the WIN Serial # and installs without issue. However when the applications is started it states that trial has expired. A window also pops up saying Something went wrong and I should try restarting Adobe but that does nothing. Again I have uninstalled and reinstalled the software but keep getting the same issue. I restarted the machine in between uninstalls and reinstalls also. Is there possibly a registery entry that needs to be removed? Any help would be appreciated
Hello everyone, I need help please.I have three fields the first ist the lenthe of the embryo (LCC)the seconde is the gestationnel age (Terme LCC)the thrird is the date of conception (DG LCC)when I choose the lenthe (LCC) of 10,2 mm that gives me (Terme LCC) 7 weeks i need to calculate the date befor 7 weeks every time i change the lenthe the Terme LCC changes help please
Hello, I am currently having issues with setting the date on a from. I can get the form to update the date everytime the form is opened, however I would like it to update every time the submit button is used. this is the code I currently have although it doesnt do exactly what i require: var fld = this.getField("Today"); fld.value = util.printd("dd/mm/yyyy",new Date());
hello every one.I need help pleas, I neede to calculate a date (date of conception)I have a field which I call Terme LCC = 9 SA 6 Js whiche meens 9 weeks and 6 days I need the date befor 9 weeks 6 days thanks
I am working on a project that uses Adobe's DNG SDK 1.6 Library, and it is supposed to work on Windows and MacOS.The library has instructions on how to build it for both platforms, but I had to figure out an error that came up on Windows with Visual Studio. I am not very experienced with big C++ projects so it was not trivial but I got it working. Most of my own code will be done in C# .Net Core, calling the native libraries using a wrapper class with P/Invoke.Now for Mac that's a different story, I have a MacOS 11 VM, installed Xcode 12.5.1 and followed the steps provided, as expected, it does not work. Bare in mind this is my first time touching Xcode and MacOS.The project I am trying to build is dng_validate, and it depends on two libraries built by these projects: XMPFiles64 and XMPCore64.The library projects build without any hiccups, each one of them creating a ".a" file in the folder: dng_sdk_1_6/xmp/toolkit/public/libraries/macintosh/intel_64_
I have two PDF files and contents are partly overlapping, i.e. (quite a) number of pages are both PDF files.I might combine both files into a 3rd one.But, from that point on, how would I need to proceed to have duplicate pages removed?Is there some way of sorting, so duplicates are 'grouped' can be deleted in a more convenient way, rather than scrolling thru entire PDF back and forth.These are fairly large (150-200 pages) PDF files from scanned documents.Acrobat Pro 2020 Thanks.
Hi, I'm Using PDColorvalue object, I'm able to do Three colors(RGB) to set for bookmarks. PDColorValueRec red, blue, green;//Define redred.space = PDDeviceRGB;red.value[0] = ASInt32ToFixed(1);red.value[1] = 0;red.value[2] = 0; PDBookmarkSetcolor(aBookmark,&red). How to set Remaining colors like CMYK(cyan,yellow,magento,black)same way? please suggest. What should parameters will use? [Question moved to the Acrobat SDK forum]
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.