Unlock the power of Acrobat SDK through our community.
Recently active
Hi, I could see the free hand draw tool is available in pdf-embed-api.But we need the shape tool for adding squares/rectangles/circles.Is there any plugin available for this? Thanks.
For my small plugin I'm using next function of DigSig APIDigSigAPCreateLayeredStreamExto create custom appearence. Using DigSigAPCreateLayeredStreamEx I'm filling few layers - one is n1 which I'm using for custom background (stamp) and other - n2 which I'm using for custom text.I've found such function of AcroFormsAFPDFormFromPagewhich helps me to use another PDF as a source for custom stamp as it returns XObject (CosObj) and then such result can be placed (almost) directly to n1 layer for DigSigAPCreateLayeredStreamEx function.All is fine and good until things came to work in Acrobat Reader. From FormsHFT.h of Acrobat SDK it can be seen that AFPDFormFromPage is not available in Reader./* The following APIs are NOT availabe in Reader configuration */ #if !READER_PLUGIN ..... #define AFPDFormFromPage (*((AFPDFormFromPage_SELPROTO)(gAcroFormHFT[AFPDFormFromPage_SEL])))Is there any alternatives for AFPDFormFromPage to use in Acrobat Re
Formatting a text box to percentage is multiplying the value by 100.How to avoid that so that when I enter 5 it will be 5% not 500% in PDF Forms. Format Changed to Percentage Entering 5 is now 500%. Can someone help me to solve this issue..Thanks
Hi There, My name is Gabriel, and I would like to know if you can help me with the next problem. Problem: I have a PDF file that is signed by the proprietary using certificate. This PDF contains a bunch of fields regarding applicants that I need to complete automatically (automate). I would like to know if anyone knows any application or developer that can write an application where you can pull the data from a database (could be mysql), and complete the form automatically. I tried to open the PDF file with Python, and I was unable to going in because the security restrictions. The only way that I can complete this PDF file is under Adobe Acrobat Reader. My job is try to automate the process. If you know somebody that can performs the job, I really appreciate. Thank you.
My App web page display non XFA PDF and user can fill pdf fields, pdf have submitForm button to send form values to servlet and can save to database. This submitForm send form values in HTML so i can get values through request parameters. submitForm Action working in IE browser but its not working on Edge browser. Here is the sample script used behind submit button on PDF.this.submitForm({ cURL: "/webcontext/Servlet?action=SaveToDB", aFields: null, cSubmitAs: "HTML"});Is there any alternative to make it work in Edge Browser?
Hello, I am trying to programmatically determine if a PDF is dynamic XFA not static XFA. Is there a specific string I can search by in the xml? Thanks
Hi guysI've been experiencing this issue since i upgraded acrobat pro to the latest version. what happened was all of the comments on the PDF were not visible.As you can see from this screenshot, on the right hand side, there are a bunch of comment written on page 2 but they are not visible on page like what it used to be in older version.Does anyone experience such issue? Is there any way to fix this problem?Thanks in advance.
Hi,I can't find Adobe Systems Incorporated (October 2006): Digital Signature Appearances, which should be at www.adobe.com/devnet/acrobat/pdfs/PPKAppearances.pdfThis link no longer appears to be valid. Does anyone please have this document and could share it somewhere? Thank you very much.Jirka
Hi all, I tried to convert entire website to PDF. The word documents are not included in the PDF. When I click the download Word documents link, it redirects to browser to download the documents. Is it possible to include Word documents in the converted PDF (i.e. when click on the link, it will move to the pdf page that has the Word documents in PDF format)?
Hi, I am having issue referring to acropdf.dll in a C sharp program. I have downloaded it on my local computer and added it in my VB csharp project reference. But it is not working as expected. Also I am short of any documentation for acropdf.dll. Please help.
Hi there. I just purchased Adobe Acrobat Reader DC and I can't seem to figure out how to EDIT a PDF file. I want to EDIT certain things from my PDF file, such as the text and Image Logo but it's not allowing me. Please HELP!!
I'm getting this error when trying to create a PDF Form from a Word document: "Knowledge source failed. <Gather Form Data> [1]". I've created several other forms in the exact same way, but for some reason Acrobat doesn't like the Word source file this time. I can't figure out why. And this same question has been asked before in forums and it has never been answered. Help.
Hi, I'm hoping someone can help me urgently on this one... I have the following formula in excel, but not sure how to change it so it works as Java in the custom calculation field in Acrobat (I've used some online tools but none seem to work).=SUM(B2:Q2)/(13*(COUNTIF(B2:Q2,"<>")))*100 JS wise, this where I've got to....not very far:event.value = ( this.getField("FINALscoreS1").value + this.getField("FINALscoreS2").value + this.getField("FINALscoreS3").value ); There'll be a number of 'FINALscoreS#' fields (yet to be decided). and what I'm after is:The sum of all results in the 'FINALscoreS#' fields, divided by the sum of 13*however many 'FINALscoreS#' have a value (even if that value is zero...so ignoring any blanks).(And then multiplied by 100 to give a percentage - the excel formula works perfectly if that's any use) Does that makes sense? Can anyone help?? Pretty sure there'll be an array involved somewhere... Huge thanks in advance...I expect for a JS
Hi,In SDK samples, If i take Basicplugin project. How to configure that project to Mfc configurations. please guide me.
How to modify the following code just to add backspace and delete button to the allowed list. var digits = /^\d$/;if(event.willCommit == false){ if(event.change && digits.test(event.change) == false){ app.beep(); event.rc = false; }}
Every time I open a doc it opens at 148%. How to make default opening zoom at 100?Thanks
Hi team, We are using latest Adobe Acrobat DC, we are planning to intergrate Compare Files dynamically from a .NET client. We request you to help us with the steps or documentation to intergrate. All we want is to launch the Comparision windows with the documents side by side. Thank you in advance.
I want to save a pdf file via button using the app.execMenuItem("SaveAs"); but I want to exclude the first page of the file and save the remaining pages. this .extractPages() doesnot work with Reader.. thatswhy want to use the Menuitem but want to exclude the 1st page. In other words i want a method which will save the file (except for 1st page) in adobe reader. Below is the script i am using in the button field for deleting the first page and using menuItem to save it but it is not working in reader.this.deletePages(0);app.execMenuItem("SaveAs"); Plz guide. Thanks
Hi to everyone, I am a Delphi(Pascal) developer but I am able write code enough in JS and C, and I would like to develop an Adobe DC / Acrobat Reader plugin that fetchs data from internet and modify/manipulate the pdf content.First problem is I've never developed any plugin for Acrobat/Reader yet. Second problem is I don't know how to do it? (I am glad to hear your suggestions about IDE(if possible), examples, etc.). 3rd problem is; I don't know is it possible to make this kind of plugin for Adobe DC / Acrobat Reader? I am not sure about OS issues, Adobe DC / Acrobat Reader version problems and Adobe DC / Acrobat Reader SDK capability problems.I hope this newbie question is in right place. Thanks right now.
Hello, I am VERY new to Javascript and have been scouring these threads to find a solution, but I'd appreciate any assistance! I'm trying to develop a conditional form with 8 checkboxes. If a checkbox is selected, I want the applicable text to appear. I was able to make this work using the Actions Tab and "Show/hide a field." However, if the checkbox is unchecked, I'd like the text to be hidden. I drafted the code for a text field, but that didn't seem to work:if (event.target.value("CHECKBOX").value=="Off")event.target.value("TEXTFIELD").value=""; Also are there any suggestions as to how to adjust the formatting if only 4 of 8 checkboxes are applied? I tried to input the terms into a table, but I'm not sure how that would work...
Sorry for the continued questions, I'm hoping this will the last one I curently have a checkbox set up to spawn a template using the below, so when you click it, it spawns a template after a specified page this.getTemplate("Section1").spawn(this.getField("Marker1").page+1, true, false); I want it to remove this page though when you uncheck the box, is that doable? Thanks for any help!
I have a contents page with checkboxes that I need to set to spawn template pages from. I need them to spawn at specified points in the document, so they come after pages already in the PDF. I can't use page numbers as the page count will vary depedning on what's been selected. So I was thinking of making them spawn based on a page name or title, so it spawns after that page? Is that possible at all? Thanks for ay help
Windows 10 (x64) 20H2 with 2022-05 Cumulative Updates installedAdobe Acrobat Reader DC (2022.001.20117, 64-bit)I have a simple WinForms form where I added the Adobe PDF Reader COM component. It just initializes the component and loads a PDF. When I build in x86, the PDF is shown. When I build in x64, the application crashes with: System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) at System.Windows.Forms.SafeNativeMethods._TrackMouseEvent(TRACKMOUSEEVENT tme) at System.Windows.Forms.Control.HookMouseEvent() at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)I have enable debugging for Acrobat and captured the logs with DebugView for both architectures (see attached files x86.log and x64.log).How can I make x64 work?Thanks,Bernhard
Welcome to discussThank the community for letting me learn how to use soapBut I think HTTP is more suitable for meWhen I test http When the request method, the response always returns me an empty objectI was discouraged that I didn't get the resultHere's an example: default Data:; I don't know what restrictions make it impossible for me to get the data I wantThe actual result is also [object stream] JSON After stringify is executed, {} Help me. Thank you very much
Hi,I have created a form with a possibility to upload a pictures. I don't know why, but picture is always rotated from vertical to horizontal position. How to avoid this?
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.