Questions
Actividad reciente
I have a PDEImage that I assign to a PDEImage with the simple call:PDEImageSetSMask(pdeImage, pdeImageMask);and then I get an error in Acrobat that says something is wrong and the page may not display correctly and the image does not show. Don't do the assignment and it is fine. But I can change my code so that I use the image mask I ceate as the image and that displays fine; it is a grayscale rendering of the same image. So it is a valid PDImage but I assume it must not meet some special requirement to be a mask. I am having trouble finding any concise information on image masks. Is there somewhere it is documented. It's another case where I am using a working sample as the basis for my code. As mentioned, my own experiemnt of just using the generated mask as teh image demonstrates that it is a properly formed PDImage. but something makes it fail when used a s a mask.
On the attached form there is some wierd rounding issues occuring that I can't figure out. Line 7 and 8 are both numbers to two decimal places. Line 9 uses the following formula:var a = this.getField("A").value;var b = this.getField("B").value;if (a !=="" || b !==""){event.value = b-a;} else {event.value ="";} value of a is 5,112,068.82value of b is 5,184,600.47 For some reason line 9 calculates to 72531.64999999944.I am having the same issues with line 10. Can someone please take a look and help me out? I attached the PDF for reference.
I already erased a pdf. file but the title still appears on my pdf. list how do I remove the title from my existing list, when I try it says file no longer available..
Hi,I have a script that creates bookmarks with "this.pageNum=10" and it works, when clicking the bookmark it jumps to that page, but when i try to "Split by Top-level bookmarks" (Orgenize pages tab) it doesn't recognize the js bookmarks...it only recognize the bookmarks created manualy with "Go to a page in this document" Action - How can i create this type of action with js?Thanks!
We have created New Dynamic stamp to ask for Customer Number through Pop up. My requirement is when users clicks cancel Button from the POP up, stamp should not gets pasted to PDF. Is there any way to delete the stamp when we click the cancel Button in the POP Up message.
Hello,I posted on Acrobat forum. But it may be better here. I created a PDF form using InDesign with a submit button. The button doesn't work when uploaded onto the website. Link is below. https://madinaacademy.org.uk/images/downloads/document1.pdf Also, when the form is downloaded, the submit button disappears. If you hover over the area where the button is, the pointer changes to a hand but still the button doesn't work. See image below.
Hello I am new to using Adobe products instead of receiving them from agencies for signature. I have been approached to retype PDFs to Word documents from overseas. Do you think they really asking me to convert PDFs to Word? I have downloaded Adobe Acrobat but wanted to know if I need any other APPs to complete the process? I have not received the docs yet but wanted to be ahead. Any tips?
When a document is OCR'd, Acrobat DC places paragraphs -- or what appears to be paragraphs -- in each own bounding box. This "feature" prevents me from copying several paragraphs or pages to paste in another application (i.e., email message). This is not an issue in Acrobat X. Screenshots below.Is there a way in Acrobat DC to convert scanned page to editable text without bounding boxes or remove the bounding boxes?Acrobat DC - unable to select beyond bounding boxAcrobat X - able to select multiple paragraphs
We run OLE to Acrobat Pro, it run OK, but we need to run the application on server so each user can use it on his session of the server.Is it possible? how does it should licenced?thanksShlomo Sarel
Hi,I create documents in Indesign and then export to PDF to be placed on the web, but I've been experiencing problems with documents the past week or so; specifically, if I create a document that is A4 landscape, Chrome only displays the first page, it will not scroll. Bizarrely, if I rotate the page it 'reveals' the rest of the document, and then allows me to scroll through it.I have tried various page sizes and orientations and oddly this ONLY affects A4 landscape.The PDF's display fine in all other browsers.To eliminate issues, the same problem occurs when I create a PDF from MS Word (so it's not an Indesign issue)and I DON'T have a problem when I create a PDF using a different PDF maker (so not a Chrome issue)When I inspect the code for a troublesome PDF, I see there's a div id called "sizer" which is only recognising the size of the first page, and not the whole document as it does on PDFs which scroll correctly.When I change the size within the div tag, the scrollbar appears, but
Is there any possible way to create a pdf with compression from html within 60 sec using javascript sdk
The client must have the exchange_jwt scope.":invalid_client
Hey guys! I have a query. I have 2 dates and a text box calclating working days excluding sat and sun. Everything is working well unless i enter start date as sat or sun, the calculation then starts adding that sat or sun also. Example: (format: mm/dd/yyyy) Begin date: 04/09/2023(sunday) - End Date: 04/17/2023(monday) so W.Days should be 6 excluding the start date sunday but unfortunately I'm getting 7 days. Same problem is occuring when i enter start and end date as sat and sun then the entire calculation is messing up. I'm attaching the file and I'm not good with js, please if anyone can help me with the script
I have a Military CAC that I am trying to use to sign a PDF document with. I created the document and have tried multiple signature fields. I have my CAC connected via an ActivCard reader and my computer is correctly reading the card. I have verified that the certificate is present in the computer and that Adobe Acrobat Pro can see the certificate. I am not given the option to sign with the card. Am I missing something? Thanks, Alex
Question: How can I programmatically set Initial View settings while running a VBA macro?Background: I'm working on an Excel tool that includes manipulating PDFs. I'm not an experienced programmer, but I've been able to figure out how to do the following via VBA:Create bookmarksSet document properties, e.g., Title, Author, Subject, etc.I also found code that allows me to call JavaScript code with VBA, which I'm using to run a script (by Thom Parker) to clean up bookmarks. For reference, here's the VBA I'm using to call Javascript: If avdoc.Open(File, "") Then '//write JS-Code on a variable Ex = " // Put JavaScript Code here... '//Execute JS-Code AForm.Fields.ExecuteThisJavaScript Ex MsgBox ("Done") End If Additional Details:It looks like I'm not able to do this with JavaScript, but is this correct? If I can set standard doc properties metadata, it seems to me that I ought to be able to set the Initial View settings??I read that I'm not able to run an Action program
Setting new users up with Acrobat and one user accidentally entered 2015 for his age and now it will not let me go any farther to install the program. How do I reset this?
Does Acrobat DC have the ability to Imposition pages into printer spreads?I'm creating a 4-page brochure in InDesign. Each page has a full bleed (.125"). Using InDesign's Export to PDF function, I can have it print Spreads, which marries p2 to p3 (removing the bleeds between them), but it leaves p1 and p4 isolated.Can I use Acrobat DC to marry p1 to p4 and remove the bleeds between their common edge?
I am trying to set up a disclosure statement that displays the current date when it first displays within an app. Once a customer were to save the form, I need that date to lock to that particular date and no longer update.
Compression pdf is not work when file size is 180 mb in node in built sdk
how do i create a new PDF estimate form an the adobe pro dc
0I'm using javascript in a pdf form, I have a dropdown that references a location. When the user selects that location, the form is supposed to populate with information related to the location. I have two issues:The issue is that only some locations are populating with the information related to the location. I can't identify why. When I put the info into a javascript tester, it comes back with no errors.I need the form to, when the user clicks on a blank location (as in, no location), the form clears any other information that populated from before. For example: I selected the location: Jasper and it populates with the Jasper information. But that was an error and I want to not have any information show up, I want to click on a blank in the drop-down and the form does not populate any information. Thank you!Cindy
Is there a way to search for formulas in the documents. A lot of the things I would like to search for are math formulas. Things with subscripts and superscripts.
I'm making Matlab manual pdf accessible. There are matrices and mathematical expression in the pdf which the screen reader does not read correctly. My approach in making it accessible is to convert such expression as image and then insert alternate text in it. Though this procedure reads the alternate text but later on it also reads the originally incorrect one.Post this, I have three queries:-1. How to rectify the incorrect and correct reading one after the other?2. Is this the correct procedure for such kind of issues?3. What will be the best way to solve this issue?A screenshot is also attached for your reference.
We are on a shared online-only pro account for work mostly via Google Chrome, but this has happened enough times to raise some concerns. Comments are supposed to auto-save as you insert them via text highlight or strikethrough. Some of my colleagues have reported that when they are working on a pdf and inputting comments, if they've closed the document or it refreshed hours later for whatever reason (computer went on sleep mode and returned, or wifi went down) the comments would all COMPLETELY disappear. The first few times this happened (both on PC and MAC computers), I implored my colleagues to manually save as they go. One did so today while working on their PC computer, stepped away (which subsequently went to sleep). Returned hours later to finish but discovered all of their comments had disappeared even the ones from before they clicked save and now the comment dock just says GET STARTED as if nothing had never been input. Has this happened to anyone else? Is there
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.