Unlock the full value of DC Web with our global community.
Recently active
Hello! I'm new here and I would like to ask if there is a way to disable or not to show the save button? please see the attached image.
Say for instance. I have a button on a webpage I would like to link to a specific page in an interactive catalogue pdf document, that I plan to be embedded in a subpage with the Adobe View SDK. Is that possible, And how would I go about it? I don't want to involve my developer before I know it can be done, else I have to settle with current possibilities with either web folder link or google drive embed functionality and then split the pages to fit under pages.Our current approach is to just upload a document to webserver folder, and then add to the URL link ".pdf#page=13" But unfortunately this approach only download the document on mobiles and eventually just start from the beginning. But I want it to be mobile friendly. Hope it makes sense?
Sorry new! Needing a little help! I have created new forms but missing one step that I am unable to figure out. I am wanting the option for the person filling out the form to receive a copy of the form when submitted. I have a button already that will send the form to a desiganted email/ person. But want to make sure the referring person also gets a copy. Thank you for the help,Craig
Hello, I have some pdf document in format A0/A1. I need to extract some information with AI builder model, but AI dosn't support this size of pdf. So I want to split or resize the pdf in size A3 or A4. Can you help me with that? Can I do that with RPA connector premium?
Hi, We are using Adobe Embed PDF API. We are having issues with Download and Print buttons across Mozilla and Safari browsers. In Mozilla - Download button and Print button not working.In Safari - Download button not working (Attached screenshot) Both options are working fine in Chrome.
Hi all,If a certain user adds an annotation, can another user delete it or change its color? if not, how can i achieve this.P.S: the collaboration section was implemented by me to our images and now i adapt it to pdf using the API
I am trying to pay for the PDF API service as I have reached the end of the free quota but there is no way to do it - the "Learn More" link about quotas https://www.adobe.com/go/devs_quota returns 404 and there is not option to subscribe from the current integration. How is this to happen? Do I have to create a new project and integration?
Hi We're on the paid plan of CC and I was happy to see that there is a "PDF Merge" connector in Power Automate.BUT here's the big drawback: why is there a limit of 20 files to be merged? I can imagine to do some workaround like merge 20, then merge the merged one with next 19 etc. But it seems like a silly thing to do. What other providers with no such limit are out there?Or maybe there is a way to solve this using Adobe (in Power Automate, without Desktop)? Any inputs are highly appreciated
Hi, I have noticed a lot of console errors While displaying the PDF and as well as after clicking the Print Button in Safari Version 14.1.1 (15611.2.7.1.6, 15611) I have attached the errors. Please provide pointers on the same.
I'm working on a Django project and I'm to use the Adobe PDF Embed API. I enter the application domain as localhost but it is still not working. Any tips on how I can make it work with the localhost?
Is there a way to specify an annotation as read only, so the user can't edit or delete it?
Hello,I am looking to disable the sticky notes from appearing and being used on the annotations module. I was also wondering how I could add my own shapes to the toolbar.Thank you.
Hi, We are using Embed PDF API. But we came across so many Accessibility issues lately. I would like to clarify the below queries. 1. Is there any way to decouple the "Download PDF" and "Print PDF" options from Menu options and put on the Page controls or else where ? 2. Is there any way to disable / hide the "Search" option ? 3. When can we expect the Embed PDF viewer to be fully Accessibility compliant ? any rough timelines like few months ?4. When is the next release planned for enhancements and any link to the release notes ? Thanks,Bhargav.
Team,We are using Adobe PDF Services connector in Power Automate for converting the word document to PDF.It works fine with the word document that has 1 or 2 pages.But it throws timeout error while trying to convert word document that has 5 pages to PDF.We have not purchased this service yet.we are currently analyzing Adobe PDF Services connector suits our requirement, then we will be intimating the client to purchase.we would like to know whether the timeout issue is occurring due to trial version. We have also attached the document file which is causing issue with this for your reference.Thanks in advance.
In the workflow I'm attempting to structure, I am splitting a large PDF into separate 100 page files, OCRing those files, then attempting to use Extract to grab text information from them. The first PDF always runs fine, however, the files following give me the following error...Exception encountered while executing operation Error: Operation instance must only be invoked once at ExtractPdfOperation.validate (C:\Users\huntera\Desktop\Test\adobe-dc-pdf-services-sdk-node-samples\node_modules\@adobe\pdfservices-node-sdk\src\operation\extract-pdf-operation.js:172:10) I am utilizing Node.JS to compile/run the scripts.
Got an error message below: adobe.pdfservices.operation.exception.exceptions.ServiceApiException: description ={"reason":"DISQUALIFIED - File is not suitable for conversion. Note this can still be returned even if the file was prequalified on the client.","location":"","status":400,"type":""}; requestTrackingId=ZNCm1dMi548hweAmhzi5rJWkkrW6ELhJ; statusCode=400; errorCode=UNKNOWN What does this mean? What would make a file unsuitable for conversion?
I have a script tag with a source to your SDK's URL(https://documentcloud.adobe.com/view-sdk/main.js) as requested.What if u upgrade a version that breaks functionality? is there a way to get a URL for a specific version? or use this file locally on my server?thnx
Is there a way in PDF Embed API to programmatically prevent skipping pages on smartphones on fast swipe (flick) and also force users to spend few seconds on each page before navigating to the next page?
Hello,I am not to using the Adobe PDF tools API.I am using the curl examples provided by the documentation. When using the API to export a very simple PDF file to DOCX, I get a corruption error when opening the DOCX file. After allowing Word to fix it, I do see the proper file.What am I doing wrong?I succesfully call the 'https://cpf-ue1.adobe.io/ops/:create' endpoint where I provide the PDF as input, and ask to export to DOCX.When pulling the results and story the response body in a file via:curl --location --request GET -s 'https://cpf-ue1.adobe.io/ops/id/xxx' \--header 'Authorization: Bearer xxx' \--header 'x-api-key: xxx' -o test.docxI end up with a corrupted file.I hope you can help!
My quota has run out and I just want to pay for this crap. I thought I had set it up when I configured the connection to AWS, where the service is hosted and billed. But that connection does not happen automatically it would seem. It doesn't just make your existing credentials work like one would hope. It seems that to make the license work from AWS, you have to set up a whole new set of credentials that are managed through AWS.I'm totally lost. Does anyone know what I'm talking about?
Below are some accesibility issues observed on PDF Embed API iframe elements. Is there any alternate way to resolve/customise them? When can we expect fix for the same? 1) Screen reader reads top menu as unlabeled 0, Unlabeled 1 - Can't we have meaningful name?2) Can we enable accessibility check box to the user, as it is getting extra tab focus for the normal user? Or how we can remove it from DOM to avoid tab focus (ADA keyboard controls) on it until it is made visible?3) After keyboard tab focus on hidden accessibility check box, the tab focus is going to the pdf content. How we can restrict the tab focus to the PDF content?4) Finally we need to press extra tab to come out of the Iframe, which is not read by screenreader as well. We don't know what element is there but the focus goes to some hidden element which even screenreader is not able to read.Is there any way to modify iframe elements, remove elements and provide name and title to the elements? Please respond
$response = Http::withHeaders([ 'Authorization' => 'Bearer XYZ', 'X-API-Key' => 'ABC123', 'Content-Type' => 'multipart/form-data',])->post('https://cpf-ue1.adobe.io/ops/:create', $data); In Laravel i'm trying the endpoint to create a PDF. I use the example data from the document services api documentation: https://documentcloud.adobe.com/document-services/index.html#post-documentGeneration { "cpf:engine": { "repo:assetId": "urn:aaid:cpf:Service-52d5db6097ed436ebb96f13a4c7bf8fb" }, "cpf:inputs": { "documentIn": { "dc:format": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "cpf:location": "InputFile0" }, "params": { "cpf:inline": { "outputFormat": "pdf", "jsonDataForMerge": { "customerName": "Kane Miller", "customerVisits": 100, "itemsBought": [ { "name": "Sprays", "quantity": 50, "amount
Hi, Can anyone tell me how can i delete multiple pages using adobe PDF tools api, currently i'm able to delete single page or by using page ranges. But i want to delete multiple pages like i want to delete 2,5,8 page from a pdf, so i want to know how i will pass this to api. Here is the link of documentation: https://documentcloud.adobe.com/document-services/index.html#post-pageManipulation
Hi, We have a requirement to implement the Embed PDF API to all our website domains and for our lower environments too.Embed PDF API accepts only one domain? - Is this right?Also can we add multiple Embed PDF APIs to the same project?We have 20 unique urls(prod & non-prod) - (www.xyz.company.com, wwwqa.xyz.company.com) Can someone help me to understand how better we can configure in Developer console?
Hello, When converting 120 kb file from PDF to DOCx it takes me 12 seconds for Http call with benchmarking.How can I request information about certain conversion attempt to find out why does it take so long on Adobe side? Conversion to PPTx/XLSx takes up to 5 seconds. 1) Can I request logs for operations I do with PDF Tools API?2) What are the recommendations to decrease time for PDF-DOCx conversion?
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.