Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
HELP! Is 72 font the biggest I can type in when editing a PDF on Acrobat? I am working on a large scale PDF and need to place bigger text on. Any help will be appreciated
Hi, I am trying to use Universal editor with Graphql and content fragment.When I am switching to properties trail tab - i am seeing below error - detail api call is failing Everything is working fine and content is updating properly with content tree
Hi there, I installed AEM to my local Windows laptop. I can connect to author via localhost: 4502, but i got the following error to connect to publisher localhost:4503. I started the publisher instance by double clicking the aem-publish-p4503.jar file.Not FoundCannot serve request to /content.html in org.apache.sling.servlets.get.DefaultGetServlet I tried to access to localhost:4503/system/console, i can access to it without being prompted to log in.And my "Day CQ Root Mapping" is also /content.html already. Could anyone help me out of it.
When printing from the MacOS14 and macOS 15 dev beta using the HP driver there is an error: "Filter failed"The issue is random using the same document and will not be printed and get stuck in the spooler with the error "filter failed"Sonoma 14.4.1Problem statement :- The "Filter" failed issue is reproducible only on macOS 14 and macOS 15 developer beta with Adobe acrobat reader. and it is not reproducible on other pdf viewer applications eg:(Preview, Foxit Reader).Steps to Reproduce :-Reset print system1.Delete HP and PPDs folder from Library/Printers2.Install 6.2.0.13.Create a new print queue with IP using IPP Protocol.4.Open document in Acrobat Pro5.Open Print Dialog6.Select something that invokes hppostprocessing. I tried booklet and watermark both created error.
Hey community,I have a question, please. Sometimes, when I deploy changes using mvn clean install -PautoInstallPackage, I only see blank pages with no components after the deployment is done. I need to restart my instance to get everything back. I've checked the logs and other things but haven't found the reason. Have you dealt with this before? If so, what could be the problem?
Hi there,I was testing out the request in the process of the OAuth authentication, however, I am stuck with the step 6 in the following guide: https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/#rotating-client-secrets-programmaticallyUpon making the request (while replacing the values as mentionned):curl -X GET 'https://api.adobe.io/console/organizations/{orgId}/credentials/{credentialId}/secrets' \ -H 'Authorization: Bearer {ACCESS TOKEN GENERATED IN STEP 5}' -H 'x-api-key: {CLIENT ID FROM STEP 6}'I systematically get an:{ "error_code": "403003", "message": "Api Key is invalid" }Which is strange, since I use the same client_id I use for the access-key-generation-request:curl -X POST 'https://ims-na1.adobelogin.com/ims/token/v3' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'client_id={CLIENT_ID}&client_secret={CLIENT_SECRET}&grant_type=client_credentials&scope={SCOPES}'And whi
We are getting notification that our API token expired with SalesForce,on our e-sign packets,why did this happen? How often does the tokens expire? How do we replace with a valid token?
Hi I am trying to create an action which has npm modules and dependency. I have created manifest.yaml file and deployed it as was instructed in the doc developer.adobe.com/runtime/docs/guides/using/creating_actions/#deploying-zip-actions But while invoking it/ trying to retrieve the url I am getting following error. [While invoking] {"error": "Cannot initialize the action more than once."} [Trying to retrieve url] error: Unable to get action 'countStorage': Resource by this name exists but is not in this collection. Help/Suggestion is highly appreciated
If Anyone has a clue that would be nice. The mail talks about an "organization" using my mail and I dont understand which organisation uses my mail. I am a private person and own no company. Thanks in advance
I'm new to Mac and would like to install Node.js for my development projects. Can someone guide me through the steps to download and set up Node.js on macOS? Any tips or recommendations would be greatly appreciated!
Hi guys, I am currently developing a form with Livecycle and as Adobe Livecycle has been discontinued, most of the previous links to repeat table on master page have gone into oblivion.My form has only 1 master page and on this master page i have placed a table outside of the content area. I would expect this table to be repeated on every page depending on the length of the content area but the problem is, there is no data shown from page 2 onwards. Someone mentioned the table data is consumed fully on the first page itself, so there is nothing left for page 2 onwards. In order to solve this, they suggested to use scripting to duplicate the table for every page. I have tried but failed to achieve it as my scripting is not that good. Could anyone here guide me on how to do that?ThanksLC
Is it possible to switch roles in the mobile app? For example, can I log in as a manager, admin, or author? Or is it only possible to log in as a learner?
I am trying to implement an auth system similar to supabase-auth, using postgres and RLS for the user database. I am creating users that map to 2 postgres roles (admin and regular), and I want to create some sort of policy to be able to let users only view their information. As such, I need to be able to tell who is logged in, but I don't want to create individual postgres users for each app user.I noticed that supabase provides a auth.uid() sql function, that returns the user's id and can be used like thiscreate policy "Individuals can view their own todos."on todos for selectusing ( (select auth.uid()) = user_id );How would I go about implementing something like this? I don't know how to set session variables in postgres, or anything similar to that.For reference, this is how supabase does it.Thanks in advance!
I want to update the permission related to experience fragment using yaml in AEM 6.5 . I tried like below- path: /content/experience-fragmentspermission: allowprivileges: ${privRead}repGlob: "" but it is not updating the existing permissionsI wnat to give read permission only to this path /content/experience-fragments not the child paths . please help me in resolving this
When I upload a main landing page hero image and view it in "View and Published" the image is clear and non pixilated. Once I move the page to preview or production the image is downgraded and is blurry. How can this be remedied? Here is an example page, the top hero image is blurry in production now. Furthermore, dimensions seem to be scaled down, for example an original will be 2030X431 460 KB but then in production will be scaled down to 56kb 1280X272. Any remedies?
Trying to build & deploy asset share commons 3.8.4 with below dependencies for AEM 6.5 with Sp 17Here is the reference URL how I included for maven compile (as its 6.5 instance and not cloud, omitted the the cloud classifier. )https://opensource.adobe.com/asset-share-commons/pages/development/deploying/ Issue: Upon deploy the bundle asset share commons -core (com.adobe.aem.commons.assetshare.core) isnt activebelow are the dependencies errored out:com.day.cq.dam.commons.util, version=[1.62,2] -- cannot be reoslvedorg.apache.commons.lang3,version=[3.13.4] -- cannot be resolved on checking on depfinder noticed the versions I have as belowcommons-lang3 - 3.12.0cq-dam-commons - 5.12.158
upgraded nodejs to 18.20.2 and npm to 10.8.1, angular 16. ours is an angular project and builds are failing with this error ./node_modules/bcryptjs/dist/bcrypt.js:64:13-45 - Warning: Module not found: Error: Can't resolve 'crypto' in '/apps/jenkins-agent/agent/workspace/l-aem-rewrite_feature_rel_node18/ui.apps/node_modules/bcryptjs/dist' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }' - install 'crypto-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "crypto": false }. any help how to resolve this. so far my understanding is,In AEM maven calls the POM.xml, which in turn calls the ng build command. when n
when I try to init the project, it just creates a folder in the directory I am in and then pops up this erros
Trying to initialize my project and given this error, when logging in I am signed in successfully and in the developer console I have made my projects.I tried "aio login -f" on friday, and it worked perfectly. However today it doesn't seem to work.
Hi there,I have been issues with installation of pdfservices-sdk and pdfservices-extract-sdk.Since there were lots of other things that were installed, and doubted the conflict, I created a fresh windows user, installed a brand new local python (3.12.4) and retried.It failed again and with exact same problem. Please help. Here is my requirements.txt with these two lines.pdfservices-sdkpdfservices-extract-sdk Here is the full command log/output:-===================================================================pip install -r requirements.txtCollecting pdfservices-sdk (from -r requirements.txt (line 5))Downloading pdfservices_sdk-4.0.0-py3-none-any.whl.metadata (2.8 kB)Collecting pdfservices-extract-sdk (from -r requirements.txt (line 6))Downloading pdfservices_extract_sdk-1.0.0b1-py3-none-any.whl.metadata (2.3 kB)Collecting requests~=2.31.0 (from pdfservices-sdk->-r requirements.txt (line 5))Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)Collecting
where we can find Component Manager Google Sheet to find this path Extensions -> AA Component Manger -> Setup.
Hi there,i ran the following command :$ mvn clean install -PautoInstallSinglePackage and got the error like this:saying: Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Unauthorized. but i am able to click open it:http://localhost:4502/crx/packmgr/service.jsp withou issue. can anyone help me out of it?
Hi, I recently received email to "Migrating from Service Account (JWT) credential to OAuth Server-to-Server credential" - here is the link in the email - https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/migration/ The migration works well in the developer console, but once the old JWT credential is deleted, when I go in AEM in the "ADobe IMS Technical Account" and check the health of the connection, I get now error Dev Adobe Target IMS: failed to get access token from authorization server status: 400 response: {"error_description":"The client must have the exchange_jwt scope.","error":"invalid_client"} Any suggestion on how to fix this urgently is appreciated. Thanks,Krass
Hello, Where can I get an developer version of InDesign Server? At the moment we have an older version for test, but we're working on a larger project for a customer that requires a newer version (2022). I already wrote two mails to ccxchng@adobe.com with that question but I don't have an answer. ThanksKlaus Friese
We’re looking for a seasoned freelance software developer (or developers) with a deep understanding of the Adobe Suite, specifically Photoshop, Illustrator, Premiere Pro and After Effects, to develop plug-ins that will increase efficiency in editing and design using our proprietary force control in our keyboards and / or trackpads. The force sensing allows us to make any key a programmable analog control with ZERO CODE. To be fully effective for Adobe Creative Suite, we need to integrate our existing software with Adobe CS apps through plug ins.Key Features Required:• Layer effects and image adjustments across all Adobe software.• Main editing and adjusting settings on tools, encompassing brush, selection and text tools.• Image correction and creation capabilities that will greatly enhance colour, exposure, and contrast management.Developers should have experience in developing plug-ins for Adobe Suite with a focus on incorporating workflows for more efficient use of dynamic tools for
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.