『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
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 ?
I'm running into an issue where I cannot preview a local pdf.I have tried: <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { var adobeDCView = new AdobeDC.View({clientId: "43b7fe695ddb49899bd5d90f222f5b7c", divId: "adobe-dc-view"}); adobeDCView.previewFile( { content: {location: {url: "local_file.pdf"}}, metaData: {fileName: "local_file.pdf"} }, {embedMode: "IN_LINE", showDownloadPDF: true, showPrintPDF: true}); }); </script> and: <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { var adobeDCView = new AdobeDC.View({clientId: "43b7fe695ddb49899bd5d90f222f5b7c", divId: "adobe-dc-view"}); adobeDCView.previewFile( { content: {location: {url: "/local_file.pdf"}}, metaData: {fileName: "local_file.pdf"} }, {embedMode: "IN_LINE", showDownload
Hello -On initial load of the document, which is embedded into our application, we get a brief warning message that Some Features May Not Work. The error comes up for a few seconds and then goes away, and the document loads successfully after that. Our documents are loaded through a React viewer that takes some parameters, sends it to our server which creates and sends back a redis key. The redis key is used to call a URL that loads the document, on which step we are getting the error message.Is there a way to supress this warning or something else going on?
To place an annotation programatically exactly and center is precisely the document dimensions of the current page is required. Currently there is no api to retrieve these dimensions - In the old pdf javascript world this could be done by var rctBBox = this.getPageBox("BBox",pageNumber); This can be then used to determine the dimensions of the bounding box of the annotation.However, there is no equivalent of this in the Adobe Embedded PDF javascript API.
Hi I'm trying to use 'Adobe View' to embed a PDF on a webpage. I've followed API documentation to set up.here is my 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: "062bc24ed9d8496188760affc1770a9b", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://encyclical-ball.000webhostapp.com/PDF-Forms/Fomema_Amendment_Form.pdf"}}, metaData:{fileName: "Fomema Amendment Form"} }, {defaultViewMode: "FIT_WIDTH"}); }); </script>the code is working fine in Microsoft Edge, Internet Explorer & Mozilla Firefox but not working in Google Chrome. Chrome Error:"File preview not available, please reload to try again." Is there any idea to fix the error?
Hi all, I have a pdf generated in appl Pages. The pdf has several data tables / text boxes per page.Wondering if the following is possible: Detect all text content on page, whether in tables or text boxes, etc. Extract text and replace w/ other text, thus generating the same doc w/ entirely new text. I've looked at some of the OCR and text extraction samples/docs. Extracting the data seems pretty strait forwards. But can I replace it? The use case is translating the doc to another language.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.