Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/1/22
    Hi, I'm doing integration between Adobe PDF Service and Salesforce using APIs. Our main goal is to convert HTML file (i.e. stored in one of salesforce standard object 'ContentDocument') to PDF and stored that generated PDF file back to salesforce. I have performed below steps in my apex class: Gene...

    Views

    882

    Like

    1

    Replies

    1
  • 11/14/22
    Hi, I use Pdf Embed API, I set showCommentsPanel: false and I use annotation API (enableAnnotationAPIs: true). When highlighted text is clicked then there is displayed Add a comment option in Highlight menu. I think, it shouldn't be there if comments panel is hidden, because it does nothing in that ...

    Views

    821

    Likes

    0

    Replies

    2
  • 10/27/22
    Hi community,  from the documentation https://developer.adobe.com/runtime/docs/guides/#lets-talk-numbers--understanding-the-system-settings here it's specify a limit for Payload and Result in 1MB.  It's also specify if you need more, the customer need to consider S3 Bucket.  There is other way to in...

    Views

    3.4K

    Likes

    0

    Replies

    4
  • 10/14/22
    hi,   I'm doing research for our next project, we're thinking about using adobe IO to create REST API which will fetch specific asset (byte stream or just a url to asset) from the DAM based on some logic, like tags matching...   What's the difference writing this as adobe IO web action and writing s...

    Views

    864

    Likes

    0

    Replies

    2
  • 10/13/22
    I am trying to get a new JWT from AWS Lambda, using Node.JS. I have used the same Node.Js from examples that I am using locally on my MAC OSX. The local obtained JWT is ok, but when I try to get the same from AWS Lambda and use it to obtain the Token for Adobe PDF Services API, I obtain error: {"err...

    Views

    896

    Likes

    0

    Replies

    2
  • 10/7/22
    I need to know who created a project in the developer console.  Is there an audit trail / log that shows who created the project?

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 10/4/22
    I am new in the AIO world, so for my proof of concept I am using and modifying the CIF reference project commerce-cif-graphql-integration-reference, but I am trying to create custom configuration values to connect to a 3rd party REST API. The goal is to have separate values per environment, for exam...

    Views

    1.8K

    Likes

    0

    Replies

    3
  • 9/30/22
    Hello I have created project for Adobe Photoshop API (Trial)   I have JWT token  I am able to generate Bearer AccessToken properly. Following is the code : var client = new RestClient("https://image.adobe.io/lrService/edit");var request = new RestRequest(Method.POST);request.AddHeader("cache-control...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 9/28/22
    Hi all, I want to have a custom design editor for one of my javascript-based projects. where users can import the files and can edit the contents of imported files. The user should be able to import and export files programmatically.Also, the users should be able to create new design templates using...

    Views

    868

    Likes

    0

    Replies

    1
  • 9/14/22
    Any idea, Do we have API available within AEM that can help us to convert page.html into pdf without loosing design and layout. 

    Views

    594

    Likes

    0

    Replies

    1