Unlock the full value of DC Web with our global community.
Recently active
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?
Hello, When attempting to test the PDF Embed API I get the following console errors: [Error] Failed to load resource: the server responded with a status of 403 () (main.js.map, line 0)[Error] Failed to load resource: the server responded with a status of 403 () (ViewSDKInterface.js.map, line 0) Any thoughts on what to do to fix them? I've checked the allowed domain for my api key matches the domain I'm testing this with btw. Thanks.
Hi, I wish to use the annotation manager's interface to update a replying annotation. But I'm getting this error: I've logged the data passed to the annotationManager.updateAnnotation() function before the error. kindly advise. thanks.
Hi team, Is there API to function like 'Shared Review' in Acrobat?https://helpx.adobe.com/acrobat/using/sharing-pdfs.html Embed API supports Annotation feature but a customer is looking for the similar feature which they use in Acrobat DC. Thanks,Choungwon
I am using a modified ViewSDKClient.es6 and have registered a save callback. This works perfectly when the user presses the Save button and also every 5 seconds. It also gives a warning when I try to close the tab before the PDF has been saved. I need to close one last loophole for losing changes: when I programmatically create a new ViewSDKClient for a different PDF file in the same tab, in the same space. I could call my save callback, but I don't know how to access the fileContent manually. Alternatively, is there some way to have ViewSDKClient call the save function before it is garbage collected (an equivalent of the "componentWillUnmount" function from React) ? Thanks a lot!
I have used JWT web token to create access token for the API services.and called https://dc-api.adobe.io/discovery from postman, which returned all methods in the API. I have used the asset POST call to upload a document and getting the following error:I used Access header: application/vnd.adobe.dc+json;profile="https://dc-api.adobe.io/schemas/asset_v1.json", and Bearer token.{ "error": { "code": "CloudError", "message": "Unauthorized" }} Please advise.
I've read through 100 posts and spent many hours trying to get this to work! Here's the site that we want the embeded PDF to display: https://sensysnetworks.com/detectioncost-1 Nothing displays. No errors. Nada. Please someone come to the rescue! Here's our code:<div id="adobe-dc-view"></div><script src="https://documentcloud.adobe.com/view-sdk/main.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.ready", function(){var adobeDCView = new AdobeDC.View({clientId: "dda0d189353543499c94715436298776", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {URL: "https://sensysnetworks.com/images/news/A_Deeper_Look_at_the_True_Cost_of_Traffic_Detection-IMSA_Journal_May-June2021.pdf"}},metaData:{fileName: "A_Deeper_Look_at_the_True_Cost_of_Traffic_Detection-IMSA_Journal_May-June2021.pdf"}}, {embedMode: "IN_LINE"});});</script>
Hello, I am signing a pdf with a .pfx file, while certifys the document. I am trying to create a custom digital signature on top of that, that looks like the image attached. Is there any way to do that? like any APIs, etc.
I'm a non-developer trying to save some money while I start my own business. I want to be able to present large PDF files on my website at their origional quality (some 64 pages and over 200MB), so please excuse my ignorance. 1. What is my client ID, and is that the same as my API key? When I asked support through chat they told me that I needed to follow these steps to create my Client ID. When I went to do so I could not access "adobe sign". My profile say that my license is "Enterprise PDF Services Developer" for Acrobat Pro DC (currently in the free trial stage). 2. When I use the PDF Embed API Demo and generate the code, I copy it into VSCode, change the Client ID to my API key that was generated for my domain which I get in my Adobe Developer Console under the project I'm working on. From here I can open the .html in my browser and see the PDF the way I want it. But I want to use my PDF. I
We have been trying to use the note API to convert Microsoft Word documents to PDF. Surprisingly when we use the sample documents provided multiple times, the SDK seems to work only one or two times out of 5 to 6 attempts. This is little troubling on our side as we plan to implement this on a production server and the failure rate is fairly high from what we see. This was happening end of April 2021. Has anything imrpoved on the SDK since then?
Hi, We are using Embed PDF API . I would like to know if there will be any support for bugs/patches/issues provided in this functionality ?
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.