『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Are we able to create fillable PDF forms using the Adobe connector in power automate? I have word documents and have tried adding legacy form fields and content controls but none of the fields come across as editable in the PDF using the Word to PDF action.
[0] [nodemon] starting `node server index.js` [0] No logging configuration. Using default config [0] Server started on port 5000 [0] 2021-10-14T10:38:10.175:[INFO]: All validations successfully done. Beginning Compress PDF operation execution [0] Exception encountered while executing operation ServiceApiError: request timed out, 6000 seconds expired [0] at ClientRequest.<anonymous> (C:\Users\thoma\WebstormProjects\pdf_react\node_modules\@adobe\pdfservices-node-sdk\src\internal\http\http-client.js:276:13) [0] at ClientRequest.emit (events.js:400:28) [0] at TLSSocket.emitRequestTimeout (_http_client.js:790:9) [0] at Object.onceWrapper (events.js:519:28) [0] at TLSSocket.emit (events.js:412:35) [0] at TLSSocket.Socket._onTimeout (net.js:484:8) [0] at listOnTimeout (internal/timers.js:557:17) [0] at processTimers (internal/timers.js:500:7) { [0] requestTrackingId: undefined, [0] statusCode: 0, [0] errorCode: 'UNKNOWN' [0] } [0] 2021-10-14T10:38:2
Hello to everyone!I faced to the problem with the node sdk. @adobe/pdfservices-node-sdk All versions have the dependency to log4js librarty, which has vulnerabilty.(Yoo can see full infi here: https://github.com/advisories/GHSA-82v2-mx6x-wq7q) This issue was fixed in version 6.4.0.But the @adobe/pdfservices-node-sdk latest version has dependency:"log4js": "4.5.1",So, any ideas how to fix it?How to contact with team, which develop this library? Thanks in advance!
I unsuccessfully tried to embed two different PDF files on the same page, using for both the files I used the Adobe API and particularly the code below (consider the same code with two different file names and paths on the same page):<center> <div id="adobe-dc-view" style="height: 360px; width: 500px;"></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: "<code>", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://www.domain.com/filename.pdf"}}, metaData:{fileName: "filename.pdf"} }, {embedMode: "SIZED_CONTAINER", showDownloadPDF: false, showPrintPDF: false, showFullScreen: false}); }); </script> </center>PDF files are not visible and I see an error message.I have to remove one of the two codes, and in that case, only one PD
Hi - I'm running a node.js server that calls Adobe API. The adobe api works sometimes but sometimes it doesn't and I cannot figure it out why. I was hoping someone could read the below error response and give me some possible causes for this. I have done nothing on the server and the adobe api works and doesn't work then works again. The server runs on aws instance. ======= 2021-04-16 16:01:44.048 "{"level":"info","message":"Exception encountered while executing operation 1: errorName = ServiceApiError, errorMessage = Response Parser Failure: Request aborted, errorStack = \"description = Response Parser Failure: Request aborted; requestTrackingId = undefined; statusCode = 0; errorCode = UNKNOWN\at multipartResponseParser.parse (/node_modules/@adobe/documentservices-pdftools-node-sdk/src/internal/api/cpf-api.js:160:19)\at IncomingForm.<anonymous> (/node_modules/formidable/lib/incoming_form.js:104:9)\at emitOne (events.js:116:13)\at Incom
Hello, We're receiving error ServiceApiExcepption after getting bytes[] from converting html to pdf. Sometimes it works without throwing any error but somtimes when converting a lot of data it thrown error. Is there any limits or quota in converting even if we have a licensed. Please see the image below for error: Also there are instances when converting become slow in this part and error thrown after: Thank you!
Hi. I want to compress a PDF by C# on a server.Please tell me two questions. 1. Adobe PDF Services API can run on a server about the license?* Because Acrobat SDK can not run on a server.2. What is the communication method(cryptosystem) of the API? Thank you.
Facing an issue related to docuemtn genration size. When I try adding too many images or images that are too large to the word template, the API fails, but if I scale back the number of images or crop some of the larger photos down, it will successfully generate the document.Is the adobe API failing? surely it needs to handle bigger docuements. Is there a tech support line?ServiceApiError: There was an error processing your request. at handleErrorResponse (C:\Users\kbiriukov\Aqueous_project\document-generation\AVA_DocGen\adobe-dc-pdf-services-sdk\node_modules\@adobe\documentservices-pdftools-node-sdk\src\internal\http\http-client.js:137:3) at onEnd (C:\Users\kbiriukov\Aqueous_project\document-generation\AVA_DocGen\adobe-dc-pdf-services-sdk\node_modules\@adobe\documentservices-pdftools-node-sdk\src\internal\http\http-client.js:176:3) at IncomingMessage.<anonymous> (C:\Users\kbiriukov\Aqueous_project\document-generation\AVA_DocGen\adobe-dc-pdf-services-sdk\n
Hey guys,I used the free trial with the document services but hitting the quota limits now. I signed up to the service through AWS, but when I use the credentials created through AWS I get an error stating:ServiceApiError: Not authorized to call this engineIs there any support for the paid services, do they even work through AWS?Many thanks, J
This was working fine before, but I am now getting this error about 90% of the time. This is happening when converting HTML to PDF. Our Code:ExecutionContext executionContext = ExecutionContext.Create(credentials); CreatePDFOperation htmlToPDFOperation = CreatePDFOperation.CreateNew(); FileRef source = FileRef.CreateFromStream(HTMLStream, "text/html"); htmlToPDFOperation.SetInput(source); SetCustomOptions(htmlToPDFOperation); FileRef result = htmlToPDFOperation.Execute(executionContext); Stack Trace:Adobe.PDFServicesSDK.exception.ServiceApiException HResult=0x80131500 Message=An Internal Server Error has occurred.; transactionId=sXvaanS7qCYgrgwctjw9XqJui9SIdCqr Source=Adobe.PDFServicesSDK StackTrace: at Adobe.PDFServicesSDK.core.http.HttpClient.CheckCPFContentReponseStatusCode(CPFContentAnalyzerResponse cpfContentAnalyzerResponse, String requestId) at Adobe.PDFServicesSDK.core.http.HttpClient.ExecuteRequest[T](HttpBaseRequest baseRequest) at Polly.Policy`1.<>c__Display
Hello, we are using Adobe PDF service API heavily to convert PDF to Docx and looking to expand our usage. However, we have an issue with the XML formatting from the converted PDF to DOCX, and would like some advice as to your logic for generating the XML paragraphs and runs. In some cases what looks like multiple paragraphs in the PDF are merged into a single paragraph object <p> in the XML. From my investigation, I can not understand the logic in the XML Paragraph that divides up the paragraph into two or more paragraphs to be displayed. For example, in the PDF it looks like two individual paragraphs: This is the first paragraph.This is the second paragraph. This would normally show up as two individual paragraph objects <p> in the XML document.xml, but it is not, it is all in one paragraph object. It looks something like this:<w:p> <w:pPr> ... <w:rPr> ... </w:rPr> </w:pPr> <w:r> <w:r
Hi, I've uploaded a PDF file, with a big size: 1.2 GB.When I try to view it in embed, I've this error: PREVIEW_RENDERING_FAILED. Is there a file size limit with API Embed? Thx
When converting pptx to pdf using PDFServicesSdk.CreatePDF, is it possible to tell from the response (or some other way) that fonts were missing and that the resulting PDF might have issues?
Hi, I have a company account for creative cloud and need to embed a pdf report on to a wix site. I'm trying to register for credentials for PDF API Embed and continue to get an error. Is there a way I can fix this? I checked the domain and it's accurate. Thanks so much,
I have a few PDF documents with tables that are not being able to process well by the 'Adobe PDF Service' API. Please find attached a screenshot and below mentioned issues for reference.Table text is detected as special characters Improper format for table cells Unable to identify table headingsAnd more....Please provide me an email to share original sample PDF documents that are causing this issue. Thank you!
Hello I'm trying to create a PDF document from a word (DOCX) template, and some json data.All tests are done with the same document template, and the same json data.Usual generation time is about 5 to 8 seconds. I have two problems:1. Intermittently, but mostly about/after 16-17 CET some requests to the Document Services API are very slow (over 30 seconds, sometimes up to 4 minutes and more)For the 4 minute extreme the Azure logs show a lot of (100+) get requests calling cfp-ue1.adobe.io, returning 202. duration - 300-350ms to 1.4s, with small intervals between the requests.Question: Do you have any idea why this is happening? 2. According to some of my colleagues, the quality of the image (company logo) in the DOCX file is lower when the output PDF document is reviewed.Question: Is there a way to fix that? Regards,Vladimir
Hi, I have implemented removing a typical document user password from a pdf. (e.g. user cannot view contents unless password is entered) My question is around removing permissions/owner passwords using the PDF Services API (user can view contents but cannot do certain actions like copying data) For example is it possible to remove the ‘Disable copying and editing’ protection - we will have the password in this scenario. I was able to find the resource for protecting a document with these permissions (Heading "Protect PDFs with owner password" - https://www.adobe.io/apis/documentcloud/dcsdk/docs.html?view=services) but nothing for removing the protection of these permissions. Please let me know if this is possible. Thank you!
Hi I'm trying to export a PDF file to Docx, but I'm having trouble with the footer style, it moves to the next page in docx file, it seems that when pdf is exported to docx the footer style is treated as a content thus, is there a way to fix this?
Hi all,I disabled the analytics by setting enablePDFAnalytics to false but I still see requests being sent:POST https://dc-api.adobe.io/system/log Also tens of requests like:POST https://sstats.adobe.com/b/ss/adbadobenonacdcprod,adbdcwebprod,adbadobeprototype/1/JS-2.20.0-LBSQ/s7... Can't I prevent the above?
Hi all,I have an application which I use to convert PDF files in various languages, Sometimes some of the languages doesn't get converted properly, like Hebrew and few other languages, I'd like to know if there's a spicified list of supported languages so that I can know for sure beforehand sending the pdf.Thank you.
Hello, I was trying to convert a korean document to english. When using without API (export option in adobe reader) it is working fine. But when using API I'm getting garbage text (unrecognized text). Could someone help?? Please see my attachment of converted doc
Hello,I am reaching to see whether OCR processing of PDF documents using Adobe PDF services SDK is done remotely on Adobe's infrastructure with PDF documents RESTfully posted to an endpoint? If yes, is there a way to have that processing done on my corporate servers where the Application runs and with all the required artificats installed? I am trying to avoid sharing sensitive pdf documents in a remtoe fashion.
I m able to convert to searchable pdf but that does not translate to its readability in order to satisfy ADA complaince. In other words, it still recognizes document as image and won't read (by NVDA screen reader). Please help.
Sales managers does not answer for my qustions with communication form. Adobe, whats wrong with you?
ServiceApiException occurs when I use RemoveProtectionOperation StackTrace 於 Adobe.DocumentServices.PDFTools.core.http.HttpClient.ExecuteRequest[T](HttpBaseRequest baseRequest)於 Adobe.DocumentServices.PDFTools.core.http.HttpClient.<>c__DisplayClass11_0`1.<Execute>b__0()於 Polly.Policy`1.<>c__DisplayClass11_0.<Execute>b__0(Context ctx, CancellationToken ct)於 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider)於 Polly.Retry.RetryPolicy`1.Implementation(Func`3 action, Context context, CancellationToken cancellationToken)於 Polly.Policy`1.Execute(Func`3 action, Context context, CancellationToken cancellationToken)於 Polly.Policy`1.Execute(Func`1 action)於 Adobe.DocumentServices.PD
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.