Unlock the power of Acrobat SDK through our community.
Actividad reciente
Is it possible to create a webform that can send to the email based on the selection made from a dropdown box. I have found several articles that look similar. I have created the dropdown box, added the email as the export value but I'm missing something or the syntax is incorrect. The export value is just the email correct? Or does mailto: need to proceed the email address. Thanks.
An author wants to use Minion Pro for his manuscript for a paperback book. I embedded the font in the Word file, but when saving as a pdf, the font won't embed and there are problems uploading it to the printing system. The only option it to rasterize it, which makes it blurry. I purchased a subscription to Creative Cloud and synced the Minion Pro font versions to my computer, but it STILL won't embed into the pdf. What do I do?
change language in the reading option of advance setting using perl script
Hello-- I was wondering if there was any API / SDK functionality to allow me to compare PDF files using adobe acrobat programatically. I see on the website below info on other features of adobe that can be performed programatically but not the compare functionality. Any information would be great. https://developer.adobe.com/document-services/apis/pdf-services/
Hi,I have been creating Interactive PDFs to provide solution to traditional learning educators. However, was wondering if we could also make an existing PDF file SCORM compliant, ensuring the LMS (Moodle) can track the learner activity like if all pages in the PDF were viewed and integrated videos (in the pdf) have been viewed.Thank you for your advise!RegardsGC
I'm new to doing anything in Adobe other than just reading a pdf.. so I apologize. I've searched this forum and I've been able to get close to what I want but something just isn't working and I think it's my dumbness... hahaOk here's what I'm trying to do. I'm making a form and I want to pick a town from the drop down and it populate a street address in a text field and populate an image of that address's signature at the bottom. Example: Selecting New York, NY in my drop down would auto fill 123 example st in the text field and my signature image will pop up... buthten if I select Los Angeles, Ca in the drop down the text box would change to 456 Hollywood Dr and my signature would hide and my friend's would become visible. I've got it up until I make a different selection and the now non selected signature doesn't return to hiding... so then I end up with both images visible... Help? please?
I am creating a PDF document where I have to Set language on reading options in properties for complince reason. I am using acroexch.pddoc object to create pdf in perl. I am not able to set the Language. Any code example will be helpful to me.
Is it possible to open a file from a stream in custom application using SDK?
Our viewer newly reports:index.js:1 Exception: t5::corrupt_data, The PDF is fetched through a URL. I can use the same URL to download the pdf and load it into Preview, Google Drive, Foxit viewer, etc. And I can see that there was recently a new release: https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/releasenotes/#may-2023 Is there something we need to change on our side to get this working again? Thanks in advance
I have multiple PDFs requiring an e-signature (not digital). However, the signature line isn't consistent across all PDFs. I need to search the PDF for a specific phrase, then insert the e-signature above that phrase. I have created a Action to watermark the signature, but since the signature line isn't consistent, this doesn't work. I understand this will take scripting to do and I've tried to find answers, however, every script I've found is applied to a static location and not a dynamic location. This script looks extremely promising (though it uses a digital signature, not an e-signature). Here's what I have so far:var phrase = "Signature of: Name";var currentPage = this.pageNum;var found = this.getPageNthWord(currentPage, 0, phrase);if (found.length > 0) {var bbox = this.getPageNthWordQuads(currentPage, 0)[found[0]];var x = bbox[0];var y = bbox[1];var signatureImage = this.addWatermarkFromFile("FILE LOCATION", { opacity: 1, onTop: true, bUseAsBackground: false, nRotation: 0 });
I am trying to sum the values in one text box from another set of text boxes if the corresponding checkbox is selected. I would like Text 100 to be the sum of any value in Text 360, Text 367, Text 374 and/or Text 381 if the corresponding checkbox is selected. The corresponding checkboxes areText 360 would be linked to Check Box 27Text 367 would be linked to Check Box 29Text 374 would be linked to Check Box 31Text 381 would be linked to Check Box 33
Hi,I'm wondering for a PDF doc whose bookmarks are not pointing to consecutive pages like 1, 2, 3, 4, 5..., if there is any way to reorder bookmarks by their destination page using JavaScript? Thanks a lot!My Product Information:Acrobat Pro 9.1.3, Windows 10
Hi,I was using a dynamic stamp for a while now all of a sudden dynamic stamps are no longer a stamp option for me to useIn the STAMP field I only haveSign HereStandard BusinessI have tried searching on how to get the option back to no success. Hoping someone can guide meAm using Adobe Acrobat Pro DC if that makes a difference
Hi all, I received the Extract API usage notification that told me I was approaching the 1000 unit limit earlier in May. This was concerning because I have been developing a web app that is based on working with the text from PDFs. I reached out to sales soon after I received the notification--no response. I have sent more requests to the sales team. We'll see what happens. But I am hoping to get in contact with someone from the sales team ASAP so that I can continue using the API since it's already up and running. I would really appreciate it if there were a way that I could give money to Adobe in exchange for a quota of API calls appropriate to my needs. Thanks. -L
Right click menu to convert to pdf is missing, yet there is still the spaces for the menu description and if blindly clicking on the blank area the functionality works.Any idea how to restore the descriptive text?Windows 10 pro 64Adobe Acrobat 9.0 Pro Extended
We have one or more folders with hundreds of individual PDFs. We want to merge PDFs according to some parameters that we have in an Excel. This Excel has 5 columns: source folder, start pdf, end pdf, resulting pdf name, destination folder name. Each row would correspond to a pdf. Is there a way to generate these PDFs automatically?
HejsaJeg vil gerne beregne værdien af nogle felter, men har en udfordring med programmet. Jeg kan nemlige ikke få lov til at vælge hvilke felter der skal indgå i beregningen. Programmet giver mig kun mulighed for at vælge alle felter, eller ingen.Jeg har placeret markøren i den celle som skal vise resultatet, og herefter højreklikket for at vælge egenskaber. I egenskaber har jeg valgt fanebladet "Beregn":Men jeg får som nævnt ikke lov til at vælge de celler der skal indgå i beregningen. Der sker ingenting når jeg prøve at klikke af i en eller flere linjer. Det er enten alle, eller ingen. What to do??
Hey,I created multiple PDF's using Adobe InDesign. Since it is not possible with InDesign to create an action that allows me to open a file in a new tab, I would like to do this with Acrobat. Furthermore I would also like to add a button with the open search function and a button with a page jump incluse zoom function to certain coordinates.How can I realize this? The manual change is unfortunately not an option, because the PDF's contain between 100 and 1000 pages and the changes would have to be made on almost every subpage.Here is a picture of my Master-Page where you can see the buttons. Thanks in advance and have a nice day
HiI have used the following script from another thread to auto populate a text field with current date upon signing of a PDF form:// JavaScript code to add the date at signing time var currentTime = new Date() var month = currentTime.getMonth() + 1 var day = currentTime.getDate() var year = currentTime.getFullYear() var signingTime = day +"/"+month+"/"+year //Modify into your preferred format var f = this.getField("Text1"); //Modify the field name as necessary f.value = signingTime;(Original thread Can Acrobat auto populate a date field upon digital signature of a form? I didn't want to ask on there since the thread was so old.)This is working fine but I also want to add the current time to the box. This is to validate when a document was signed before being submitted and will work on 3 different signatures.Any ideas would be much appreciated.
Hello!Can someone help fix this script?How it’s supposed to be:I have a "Date field" which is a manually selected date from a drop-down tab and is labeled “1st Meeting” with this format: yyyy/mm/ddThe next date which is labeled as “2nd Meeting” should auto-populate and be 3 business days from the “1st Meeting.” (Skipping every weekend day aka Saturday and Sunday).Examples:If 1st Meet was Tue 2023/01/03, then 2nd Meet should = 2023/01/06If 1st Meet was Wed 2023/01/04, then 2nd Meet should = 2023/01/09(skip Sat & Sun)If 1st Meet was Thur 2023/01/05, then 2nd Meet should = 2023/01/10(skip Sat & Sun)If 1st Meet was Fri 2023/01/06, then 2nd Meet should = 2023/01/11(skip Sat & Sun) ISSUES/ How it is:Below is the script/code that is currently in use. The issue with this script/code is that it stops 3 business days after Wednesday. For 1st meetings on Thursdays or Fridays, it chooses Monday as the 2nd meeting date.Examples of Issues:1st Meet was Tue 2023/01/03. 2nd Meet
What I am trying to do is create the apperance stream for an annotation. I have a PDEForm object as a CosObj that I have attempted to create an appearnce sttream from using converted sample code. I have been unable to locate a sample that does exactly this from an in memory CosObj, though the Embed3DData sample comes pretty close. To debug, and possibly insert into the stream, I would like to get the stream that would be written for the CosObj. How do I do this? I have not found an API call that does this.
In Acrobat DC, how do I add Take a Snapshot to Toolbar?
プラグイン開発をC++で行っています。開発したい機能は3Dオブジェクトが入っているPDFファイルを開いて、座標(XYZ)とコメントを指定して3D注釈の追加を自動で行うことです。リファレンスを見て色々な関数を試してみましたが、3Dオブジェクトに3D注釈の追加をするようなものを見つけることができませんでした。そのようなものはないのか、見逃しているだけなのか教えてください。もし見逃しているならキーとなる関数か、例となるコードを教えてほしいです。 もしくはJavaScriptでなら可能だと教えて貰えれば、JavaScriptでの開発を勉強していきたいと思います。
I just spent the entire day online with Adobe support trying to convert an Outlook email with pdf attachments into ONE pdf file. I still cannot do it.I am running Windows 7, Version 6.1 (Build 7601: Service Pack 1), Microsoft Office 2013, and Acrobat XI Pro - Version 11.0.18 (updated this morning). My conversion settings are correct ("Include attachments..."). I was told by the online support rep that Microsoft Office 2013 did not support Acrobat Pro XI, version 11.0.18 and that I needed to downgrade my Acrobat to version 11.0.06. I shared my screen with him and he uninstalled Acrobat and reinstalled version 11.0.06. Still did not work. He then uninstalled that version and installed 11.0.01.The end result is that now, when I convert the email, I get a pdf of the original email, which contains a LINK to the attachment(s) as a separate document(s). This is no better than what I started with. What I am trying to do is take (sometimes hundreds) of emails
Hi all,a colleague of mine getting following error code when signing a pdf in Adobe Reader (11.0.17) with his TIKS card credentials.His credentials are valid until 09.09.2018. (see below)As soon as he clicks on "Überprüfen" (check) he gets the below errors:Any help is greatly appreciated!
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.