『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I am unable to preload data on AdobeDCView document.addEventListener("adobe_dc_view_sdk.ready", function () { var adobeDCView = new AdobeDC.View({clientId: "XXXXXXXXXXXXXX", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content: {location: {url: "http://localhost/test.pdf"}}, metaData: {fileName: "test.pdf"} }, {}); // Data you want to pre-fill adobeDCView.registerCallback( AdobeDC.View.Enum.CallbackType.PAGE_VIEW, function () { // Data you want to pre-fill var prefilledData = { "emp_fn": {value: "John"}, "emp_ln": {value: "Doe"} // ... any other field names and their values }; // Set the form fields with the prefilled data adobeDCView.setFormFields(prefilledData); }, true ); });//event listener
I've been developing an Accessibility Plugin for Acrobat that automates some of the repetitive formatting tasks I need to do as part of our remediation process. It was relatively easy to map the commands into menu and context menu items but I'd like to make it even more intuitive. Since I'm also using the Reading Order tool for much of my work, I'd like to extend the tool to add buttons, dropdowns, and checkboxes for some of my tools. Does anyone know if there are hooks in the SDK to gain access to the Reading Order panel? The tool looks like it's been designed as a Plugin itself, so perhaps there might be open source code I could extend? I know, I know: not likely, but one can be hopeful 🙂
How to create a dynamic stamp with an incremental number every time I stamp in the PDF. This will be used by only one person and installed on a single computer. Thanks for your help in advance.
Is there any documentation available on how to generate PDFs with accessibility tags dynamically using PDFkit in Swift? I'm having a heck of a time trying to figure this out. There is hardly any documentation available. I checked the apple developer site and there is hardly anything available. Is this even possible? Thanks, Angela
Hi, I am trying to combine more than 100MB 2-3 files. and found this error. What is file size i can combine using PDFServicesSDK. Adobe.PDFServicesSDK.exception.ServiceApiException HResult=0x80131500 Message=Total size of input asset/assets exceeds permitted size : 104000000 bytes Source=Adobe.PDFServicesSDK
I am looking for a way to batch print only the first page of multiple PDF's on a Windows System. I made an extensive online search but I either need to use ACTIONS Adobe Acrobat PRO (we have standard) or they didn't help.Any suggestions? Thanks...
Wir möchten eine passwortgeschützte PDF-Datei an verschiedene Kunden verschicken. Jeder Kunde soll in der E-Mail aber ein eigenes Passwort erhalten, das auch nur einmal gültig ist. Wir müssen verhindern, dass unsere Datei weitergeleitet werden und durch Weitergabe des Codes auch ohne Bezahlung gelesen werden kann.
Hi all,based on this article (Microsoft Purview Information Protection support in Acrobat (adobe.com)) the Adobe Reader shall have built-in support since version 22.001.20142 (based on info this Download MIP plug-in for Acrobat, Acrobat Reader, Acrobat Classic 2020, and Acrobat Reader Classic 2020 (adobe.com)The first mentioned article descrobes what registry entries (on Windows) has to be updated to enable AIP feature (section <Apply and edit Microsoft Purview Information Protection sensitivity labels on PDFs in Acrobat> / <Installation and setup> / <for Windows>)Currently, we've downloaded the current Acrobat Reader DC version (2023.001.20174 - 64bit), bit none of those requierd entries exists. Even no MicrosoftAIP hive mentioned in the docs exists. Can anyone advise how the Reader shall be AIP/MPIP enabled? The guidance provided on Adobe site (refered above) seems not working. Thank you in advance, Jan
Hi, I need to make pdf which has been saved as spreads (from Indesign) so when you search for a page within Acrobat, you go to the page number not the spread number i.e. if you search for page 5 it doesn't take you to page 8-9 which is the 5th spread, is there a setting or even a script that I can add to my pdf?
Hello everyone, I've detected that when I execute this command"C:\Program Files\Adobe\Acrobat DC\Acrobat\Acrobat.exe" /p "C:\TEST.pdf" this doesn't work anymore. Before, with the /p the document was opened and directly sent to the printing dialog, but it does nothing. Is this a bug or it's simply something that doesn't work any longer?
I scanned an old book, then converted the images to text. I had no issues with that process. Now I would like to make the text easier to read by swapping out the old yellowish background to white, but I am not sure about the best approach to this endeavor. I attempted to simply change out the background color to white in Acrobat, but that did not take. I did not edit the text after I converted it (via OCR). I assume adobe interprets the yellowish background as an image and the OCR process did not actually convert the text to "real" vector text, but just made it easier to modify it. When I change the background to white, it is not visible because the yellowish background is an image on top of the background. Or am I way off?The book is just text, with a few black and white illustrations, diagrams, etc. What would be the easiest process to convert the text to actual text and remove the background yellowish "images" so if I wanted to change the text to white and the background
help...i need help finding AFormAutLib.dll i have both Acrobat DC (professional) and Adobe Reader. however, i canot find AFormAutLib.dll in the acrobat plugin folder. in previous post, there is a link to this but it no longer work... Where can I get the AFormAutLib.dll?
I'm trying to make a dependent drop down, I dont want to add anymore options until I get this error straightened out.
Is there a way that I can add a webpage to an existing PDF on Safari like I can on IE?I know how to save a web page to a PDF on Safari, although I can not find a way to add a web page to an existing PDF like I can with Internet Explorer. Is there a way. I talked to someone at Customer Service and they said I have to use IE to do this function.
Is there any course on LinkedIn from which I can learn Developing Acrobat Applications UsingJavaScript?
So I am creating some PDF's for my D&D group, and I'm the type that like automation.Here is my setup:Text Box PROFText Box STMDCheck box1 STPRCheck box2 STEXText Box ACROI've tried a few scripts from the site, but I am completly new at this. so I apologize if this has beeb asked.I want to enter a number in STMD and PROF manually then if the check box STEX is checked multiply the value of PROF x 2. Then if check box STPR is checked add the value of PROF to STMD then report to ACRO. of course if nothing is checked to just report STMD to ACRO. If you play D&D you understand what i'm tryin to do. with the basic formula I can configure the rest of the fields I will need. Thanks
Hi Experts, Please any guide me to add watermark by node.js and using adobe-dc-pdf-services-sdk-node? Thanks in advance.
I see that acrobat has registered the acrobat url protocol on my (Windows 10) machine.I've tried creating hyperlinks on web pages with urls like:acrobat:|c:\mydoc.pdfacrobat://c:\mydoc.pdfacrobat://c:/mydoc.pdfacrobat:c:/mydoc.pdf...etc.In most cases, clicking the links DOES cause Acrobat to open, but it gives me a "The file name of directory name syntax is incorrect" message.Does anyone know how to format URL to use the acrobat URL Protocol and have it actually open the document? I assume it must work if they bothered to register the protocol in the registry!...of course I'd REALLY like it to work with a web address rather than a local file path, but, per my other question, I doubt that will be working any time soon!Launching Acrobat (full version) with a URL in the Path Thanks,Chris
Hi, my name is Joaquim and I'm a VBA developer. And I would like to create a function where I can insert a macro in VBA that automatically signs documents within Excel. I think of it this way: I have buttons that automatically fill out word documents, and name them based on cell C2. Furthermore, when the system finishes filling out, I have the option to print, or generate it as a PDF (wonderful, right?). Taking advantage of this function, I want to "redeem the file I just generated, and sign it with my signature token". Does anyone have tips?
1.Which language primarly supports Adobe acrobate plugin ?2.Does c++ help to acheieve what we can't with javascript ?
hello ,I am making adobe acrobate plugin , i want to save a api locally in adobe app one time so i can use it anytime and then also i can replace that with other api . Is that possible . If yes pls provide some documents regarding this how can i do these things.
I found a Javascript on the forum that allows me to have a form user attach a file in Adobe Reader to a PDF form. The script is below and works great...as long as I am viewing the saved document on a computer. I have discovered that Adobe Reader Mobile doesn't recognize file attachments added as annotations (only embedded files). Can someone help me modify this script so that the file is actually embedded and not added as an annotation? My follow-up question is the javascript to detach the file with a button. I am using Adobe Acrobat DC to program the form. Thank you so much for your help!!!The way this is programmed is that on the button itself with a Mouse Up action, the following Javascript is run:if (app.viewerVersion < 11) { import_pre_11();} else { import_11();}Then there is a document level javascript for attaching the file that is programmed like this:// Initialize attachment numberattachment_num = 1;//
Hi there - I'm working on a questionnaire form - and need to limit the user to be able to select a maximum of three checkboxes (from a total of 16) on one of the questions.Any help on how to do this would be much appreciated!
I am just getting started with calling the Acrobat JavaScript API, and I am stuck making the SDK work.I successfully downloaded the Adobe DC SDK for MacOS. I found a file within, Acrobat SDK JavaScript Samples Portfolio.pdf, and copied it to my working directory. When I open the portfolio, a dialogue appears. It lists the contained samples, and gives a button, "Install Folder-level JavaScript Samples". I press the button. An alert appears, telling me that "some high privilege Javascript… must be executed from the JavaScript Debugger console…." I click the "OK" button. A block of code appears in the Javascript Debugger console (yes, it is enabled). I click in the block of code, press cmd-A to select all the lines of the code, and press cntrl-Return.Observed behaviour: there is a flash of UI in the upper-right corner of my display. It comes and goes so fast I cannot read it, or even really see it. The block of code is gone from the Javascript Debugger window. There is no new file in my w
I'm hiring a sales team and want to see if this is possible to automate in Acrobat Pro. This is the scenario... The candidate gets a link to an NDA they must sign before getting anything else from the company. Once the NDA is received, they automatically receive another form that requests information about the client (name, address, etc). Once that form is submitted, a third form goes out to them which is an onboarding document. Is this possible with Acrobat Pro? I'd like to have the submission be the trigger for the next document to go out. Hope that makes sense...help if you can, please!
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。