『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Would someone confirm that Adobe Document Services is certified and supported on Oracle Linux (both the UEK and RHCK kernels) please?
It works when the internet there on the server. Is there a solution to make it work offline? Let me know even if commercial version there.
as title. thanks in advance.
I have authentication issues using PDF Services with Power Automate, after succeeding the authentication and perform operation Create Searchable PDF using OCR without problems I tried to use the Extract PDF Structure in a JSON File. Unfortunately with that functionality I have an error of “Private key could not be parsed”, I do not understand because for other functionalities of PDF services works fine.
Hi, can I use the APIs to get PDF Field Value by name using javascript from the HTML page? if yes is there an example that I can use
Please How can I get x-request-id in order to do the Poll Get request ?
I am quite new to Adobe and I need to sign page 6 of a pdf form which consists of 45 pages. How may I print, sign and then re-insert the page, back to its original position in the file? If not, how may I append it to the end of the file? Please advise.Thank you.
Hi , I'm currently seeing what seems to be analytical data being sent to ;from the adobe pdf embed viewer even though I've switched it off via the 'sendAutoPDFAnalytics' parametersvar adobeDCView = new AdobeDC.View({ clientId: "myClientIDGoesHere", divId: "adobe-dc-view", sendAutoPDFAnalytics: false}); is there a way to switch this off? There seems to be posts made about this feature no longer being activehttps://community.adobe.com/t5/document-services-apis-discussions/disabling-sending-stats-from-pdfviewer/m-p/12005391 but I'm seeing traffic.Could you assist?
I want to use the Save and Print functions in the API externally to the iFrame. Is is there a function in`AdobeDC.View` that would allow me to call these features programmatically?
Hi. I am dynamically loading a file in the PDF Embed API. I can get the file metadata (eg the page count etc). However, I don't see any option to get the file-size. My use-case requires me to check the file-size - and only show the annotation tools for files that are smaller than 5mb.
I am currently working on a Learning Management System and I have to attach this Embed API to my application based on PHP Core, but instead of downloading the pdf I want it to be saved on my server and not on the client's computer, is there any way to do it?
We are facing the issue domain not authorised to use provided pdf embed api from past few days, Earlier it was working fine, now its throwing the error. please help us soon, facing issue in producation
HEllo, I have started to receive this error msg; ''Alert: Your operation has been throttled.'' in my power automate flows. I have been using Adobe premium connector more than 1 year. Is it because i am ussing free trial of Adobe pdf services and the trial period has expired or something else? Appreciate your help on this.
I am always seeing this error when trying to hit the document generation API-"Missing multipart field contentAnalyzerRequests" {"requestId":"Klh4nbPHhMLemhRTuBPsaeCvprx6776a","type":"Bad Request.","title":"Missing multipart field contentAnalyzerRequests","status":400,"report":"{\"error_code\":\"INVALID_REQUEST\"}"}
Can PDF be used as an input for the Document Generation API? I assumed that it could because Adobe Sign text tagging (https://helpx.adobe.com/sign/using/text-tag.html) can be used with PDF. Not much difference between {{Sig_es_:signer1:signature}} and {{first_name}}. But after re-reading the Doc Generation documentation, I'm doubting myself. Follow-up question, if that's a negative, are there any plans to add PDF. This request is from a prospect currently using PDFBox.
I downloaded Adobe Document Generation for Word and when the button is selected, the pane is blank. It churns for a few seconds and then nothing. Using Word 2019 on my desktop. Please advise what could be wrong.
I am trying to set "Fit width" and "Fit height" without using the Page Control overlay, i.e. have my own buttons and then use a API calls. I cannot see what the buttons in the panel trigger, and I cannot find anything about this in the documentation -- so I am wondering if this is possible at all. I've tried using apis.getZoomAPIs().setZoomLevel(some_calculated_zoom), but I've yet to achieve the same result as the Page Control buttons do Anyone know if there is some API call I can use, or if there is some kind of workaround?
Hi, I have a document that has master/permissions restrictions, such as not being allowed to copy or print without the password. However, the response from the services API doesn't recognize that the document is encrypted. (API response attached) Please let me know if you can think of a solution, been trying to solve this for weeks! Example encrypted document also attached (not allowed to copy & print). Password: 1234567
Does embedded Viewer can do something such "Fence view". The part that is displayed is dynamic, depending on the position of the mouse
Hello, One of our clients is using the Document Services API to convert documents into PDFs and then combine the PDFs into one. They have been experiencing issues today with the system not combining the PDFs. When I look into the issue I see that the Document Services API is returning 500 errors when it attempts to combine the PDFs. "cpf:status":{"completed":true,"type":"","title":"An Internal Server Error has occurred.; transactionId=REDACTED","status":500,"report":"{\\"error_code\\":\\"INTERNAL_SERVER_ERROR\\"}"} I cannot find a way to reach Adobe Support and this is causing my client to loose business. My client is a paid customer of Adobe (through their AWS account).
Making sure this gets the correct eyes on so apologize for it beign a dupe of:https://community.adobe.com/t5/document-services-apis-discussions/how-to-send-private-key-while-creating-credentials/m-p/11996192#M1655As the person in the post above, I too want to keep the API Cred info in AWS Secret Mgr where we pull them out into process.env variables when the pod starts. But it's not letting me pass the private.key in as a string to .withPrivateKey(). I've tried stripping whitespace, removing the BEGIN/END lines, replacing newlines with "\n" in the string, et al. I always get the following error:2022-03-20T16:45:59.663:[INFO]: All validations successfully done. Beginning Combine Operation executionError: error:0909006C:PEM routines:get_name:no start lineat Sign.sign (node:internal/crypto/sig:131:29)at Object.sign (/Users/chrisweicht/g3/adobe/node_modules/jwa/index.js:152:45)at Object.jwsSign [as sign] (/Users/chrisweicht/g3/adobe/node_modules/jws/lib/sign-stream.js:32:24
Hi. How do I add a password (customised) to a PDF doc on the fly, meaning programmatically adding the password (to an existing PDF doc that belongs to me) just before sending it to a customer? And what Adobe programmes or tools would I need to be able to do this?
Hello i know, that i can access the XMP Data from Objects. For example:xmp.getProperty(XMPConst.NS_DM, "genre")But i wonder how i can access the XMP Data from IPTC Core like "keywords".The following guess is not working for me.xmp.getProperty(XMPConst.NS_IPTCCORE, "keywords") Thanks for your help!
Hi, I'm currently using the pdf embed api to read a pdf with many pages, usually more than 200 and then adding annotations to it. If it is a pdf with a few pages and consequently few annotations, it works fine, but if has more than 50 pages for example and more than 1000 annotations, it adds some annotations, like 200 and then I get an CorruptFile error in rendition.js and a log error. It stops adding the annotations and the pages gets blank.
I have been attempting to compress PDFs using the rest api POST call - my issue is that no matter how I format the InputFile0, form-data field - the subsequent GET api call is saying that my file is corrupted however I am 100% confident that I am passing a valid PDF file - I have been attempting to compare results using postman on the same file, which works, but setting this field programmatically there is something I am missing: I have tried all the formats in the FileReader object namely: readAsBinaryString, readAsDataURL, readAsText,readAsArrayBufferNone of them resolve the error - how is anyone else programmaticaly setting InputFile0 such the the server does not complain about a corrupted file ?
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.