『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hello Team, We are building a Signing Application for Form based flow we need to upload a document to Adobe for the Approver Signature in an automated passion / programmatically, but to obtain baseuri for doc upload as per adobe's API documents an OAUTH is required, which needs users to manually input credential every time. How can this be avoided using any sort of API tokens.
To test this, I used the default code provided by the Basic Guide. In the code inspector I can see the html is in there, and set to display, but there is nothing visible. I tried putting in the code to "showZoomControl: true" <div id="adobe-dc-view"></div><script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.ready", function(){var adobeDCView = new AdobeDC.View({clientId: "x", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "https://acrobatservices.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}},metaData:{fileName: "Bodea Brochure.pdf"}}, { embedMode: "FULL_WINDOW", defaultViewMode: "FIT_PAGE", showAnnotationTools: false, showDownloadPDF: true, showZoomControl: true });});</script> URL TO MY PAGE: https://www.essanteorganics.com/membertoolsdotnet/shoppingcartv4/MainCartv4.aspx?SCCRoutingCode=Staging&
Hello Team,Currently, I'm working with Adobe Sign and Its REST API. I could add a single sign with an electronic seal since my agreement has a digital signature form field. however, I need to add the same electronic seal in many places in the same agreement when it's sent for signing.Note: I tried to add the same electronic seal twice in a participants list when agreement creation. And I could add the two digital signature fields with different names. After the agreement is sent for signing, the agreement is cancelled.Sample JSON used:{ "fileInfos": [ { "transientDocumentId": "XXXXXXXX" } ], "name": "T1", "participantSetsInfo": [ { "order": 1, "role": "ELECTRONIC_SEALER", "electronicSealId": "XXXXX" }, { "order": 2, "role": "ELECTRONIC_SEALER", "electronicSealId": "XXXXX" } ], "signatureType": "ESIGN", "state": "DRAFT" }Could you guys provide me a solution on this if you have one?and kindly provided me with
How would you setup PDF embed API to be used on multiple domains? The theory here is that the platform is whitelabeled so clients will be able to use their own domain.
Attached is a PDF that when loaded in viewer.js, like found on https://acrobatservices.adobe.com/view-sdk-demo/index.html#/customize/FULL_WINDOW, takes multiple seconds after rendering to actually show the fillable fields and any data that had been filled in them. In contrast, the browser's default iframe renders the fillable fields instantly. I am pretty sure viewer.js loaded these values quicker in the past, but not 100% sure. This slowness is showing in both Chrome and Firefox. Is there anything I can do to either the PDF or options to viewer.js that will fix this slowness?
Hi all, if I am correct, there is currently no way to get the ALT text of an image via the PDF Extract API? You get the content, the images and the path of the object in the structure tree. Does anyone know if this is planned for the future? ThanksRoland
Hello,I'm trying to extract the content of a PDF using the Adobe API (I used the python code offered by Adobe), but I get this error message:INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started uploading asset ERROR:root:Exception encountered while executing operation: description =Exception in fetching access token, requestTrackingId=(<class 'adobe.pdfservices.operation.exception.exceptions.SdkException'>, SdkException('Request could not be completed. Possible cause attached !', (<class 'requests.exceptions.SSLError'>, SSLError(MaxRetryError("HTTPSConnectionPool(host='pdf-services-ue1.adobe.io', port=443): Max retries exceeded with url: /token ( Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))")), <traceback object at 0x000001F91A4C5180>)), <traceback object at 0x000001F91A4C7F40>)Can anyone explain to me the reason for the proble
Hello,We leverage your adobe embed api as part of our B2B SaaS offering. A European client with relatively sensitive data requirements, needs data (even anonymized data that's collected by the Embed API) to be processed in EU. For now, I'm looking to understand how I can know the processing region. It's time sensitive so please would highly appreciate a quick answer. Thank you!
I am looking for a solution for extracting tables from PDFs. Those tables are text-based, not scanned images. I encountered Adobe PDF Service API. The website says each clientID can have 500 free trials per month. However, I receive error message of free trial exhausted after processing about 20 PDFs, and, oddly, the API reports no activities in my project. Why does this happen? Thank you in advance for any comments.
I've seen conflicting information about Adobe PDF Services availablity as a power automate connector.Is this available in the US Government (GCC) and if it is, will someone point me to documentation stating the availablity.
I am looking for the solution for converting PDF Into Execl where each pdf page should be extraction in excel worksheet instead of keeping in same sheet
Hello, I want to Convert images, excel and word into pdf with Python by using Adobe API. Can anyone help me how I can acheive this ?
Hello, We are working on a project that uses the Adobe DC Viewer SDK. We have integrated the Adobe viewer in the application and installed the software, and also procured the ClientID key for the domain and applied. But we are getting an error with log and License Verification Service. Please see below error screen shot. We are a bit stuck with this issue , any help would be greatly appreciated.Thanks in advance
We're wanting to merge PDFs using Microsoft Power Automate and can apparently do it via a free individual Adobe account, or via enterprise licensing. Can anyone tell me how much enterprise licensing costs? Our needs are very simple.
I'm trying to extract PDF data to json.I'm using Adobe PDF Services API which is included in Free trial.I successfully generated client id and client secret. But when I'm trying to extract using SDK I got the error 'throw new ServiceUsageError_1.ServiceUsageError(errorMessage, requestId, responseStatus, errorCode);^ServiceUsageError: Either Quota for this operation is not available or Free trial quota is exhausted'And also, when I'm trying to create project for credential I got error as 'API configuration failed for service DocCloudSDK with code 500 from ATLS. Please try again.' but I was able to successfuly generate credentials.How can I resolve this issue.PS. I'm using this service for the first time.
Hello to allI have a problem with a PDF when I put it in Sized Container, the problem is that I get vertical and horizontal scroll bars: If I then open the full screen and close it and it looks fine: How can I make it look without scroll from the beginning? thanks for your help
Hi, I'm trying to use the Adobe PDF Embed API but viewer.js refuses to load because the site has a Cross-Origin-Embedder-Policy: require-corp header. Would it be feasible to add the Cross-Origin-Resource-Policy: corss-origin to response headers for viewer.js and other js files intended to be externally accessible to make it work with websites in corss-origin isolation mode? Thanks.
Hi,With Adobe Acrobat Pro, I am able to convert a PDF into a plain TXT format. I would like to do this conversion via an API. In the Adobe PDF Services documentation, there is only an option to convert to RTF, not TXT. I was wondering if there was a way to convert a PDF to plain TXT using an API service. Thanks!
ServiceApiException: description =BAD_PDF - Unable to extract content.; requestTrackingId=requestTrackingId=9d0f93a0-08f4-43d8-9c19-a1bcd8538118; statusCode=400; errorCode=BAD_PDF; I received a pdf using the adobe split pdf service , and later I received a message called bad pdf to use extract api. I wonder if there is a solution, and I will also post a related file.
The search API in Abode Embed viewer does not always highlight or get the search results correctly.Is there a way to highlight approximate results?Can I possibly pass a regex patters that highlights the search results?
When using the "Document Generation API", I encountered a problem where Hebrew text along with English words is converted to PDF with unexpected results.The "Document Generation API" documentation does not state that it is currently optimized for English-language content, as the "PDF Extract API" documentation does. But in practice, it looks like the "Document Generation API" is not optimized for non-English content, particularly for RTL cultures.I noticed in the documentation that this API supports using some HTML tags for text formatting. I tried adding the 'dir="rtl"' attribute to indicate the writing direction but with no luck. Is there any solution or a workaround to correctly convert bidirectional text to PDF with the "Document Generation API"?
I have an account and certificate of Intesi Group Cloud Signature. But, I don't know how to get that account's client_id and client secret ID from that user portal. I could find only credential PIN and ID. I need those details to proceed with Adobe Electronic Seal API.
I’ve encountered an issue multiple times when trying to extract PDFs that are about 300-400 pages long and under 20 MB in size. The process frequently results in either a Polling Timeout or an INTERNAL_SERVER_ERROR. Could you please look into this matter and let us know what might be causing these issues? We appreciate your prompt attention to this matter.File "/usr/local/lib/python3.11/site-packages/adobe/pdfservices/operation/internal/api/platform_api.py", line 80, in status_pollresponse = polling2.poll(^^^^^^^^^^^^^^File "/usr/local/lib/python3.11/site-packages/polling2.py", line 203, in pollif check_success(val):^^^^^^^^^^^^^^^^^^File "/usr/local/lib/python3.11/site-packages/adobe/pdfservices/operation/internal/api/platform_api.py", line 64, in is_correct_responseraise ServiceApiException(job_error_response.get('message'), ResponseUtil.adobe.pdfservices.operation.exception.exceptions.ServiceApiException: description =Unable to process the message even after retries; requestTracking
Hello. Our platform needs to provide the ability to sign contracts between customers. Participating roles: Customer a, Customer b and our platform.I asked your customer service earlier. But your response doesn't make any sense.Do you have a ready-made plan? If so, we'll be happy to pay for it.
I want to extract what the watermark text is using an API. How can I do so? Thanks
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.