Unlock the full value of DC Web with our global community.
Recently active
I'm using the C# Adobe.PdfServicesSDK Nuget package to extract Json contents out of some PDF files. However the PDF files are over 200 pages long hence. Due to the limitation on the size file for exraction, I'm splitting the files into 20 pages files and then extracting the Json contents out of thos split files. So the process is simply: 1. split each file. 2. extract Json out of each split file 3. split the next big file and so on ... It works perfectly on the first big file. I can split and then extract. However, when I move onto the next big file it fails when trying to split. So the exact same code, that split the first file now throws an exception when trying to run the split operation on the next file. It throws a ServiceApiException with the message: "Error response received for the request: The given key was not present in the dictionary". See attached screenshot for stack trace. I have tried creating a new Execution context with each call to to the API and I've
When I use text comment in Thai and move the box. Texts will be blur like it's not render after I move the box. But if I resize the box after I move it. That text will be normal again. I try to move English, Japanese, Chinese and Thai but another language except Thai has no problem. I tried many language. Only Thai will blur. But after I resize the box it will get back. How can I move the box and text will not blur? Thank you in advance!
In the desktop Acrobat DC, the Export to Word function can create both Retain Flowing Text (RFT)and Retain Page Layout (RPL) formatted Word.docx files. The Github .Net example, ExportPDFToDocx, exports PDF to Word. https://github.com/adobe/PDFServices.NET.SDK.Samples What is the parameter for RFT or RPL output format? // Set operation input from a local PDF fileFileRef sourceFileRef = FileRef.CreateFromLocalFile(@"exportPdfInput.pdf");exportPdfOperation.SetInput(sourceFileRef); // Execute the operation.FileRef result = exportPdfOperation.Execute(executionContext); Thanks for the help.
Hi there,I'm new to this API, so this is most certainly a beginners question.I want to use the API for a very simple application: Embed a PDF on my website and allow any user to annotate the file and also to see all existing annotations. While embedding the file works just fine, I can't figure out how to store and retrieve user annotations. I understand that user annotations are to be written to JSON-files but how do I create them in a user session? I went through the examples on GitHub (https://github.com/adobe/pdf-embed-api-samples/tree/master/More%20Samples/PDF%20Annotations%20APIs) but wasn't able find a solution for my problem.A link to a tutorial or some code example would be very helpful!Thanks!
i am reading a pdf file which have more than 2000 page, I am using splitoperation to spilt the pages and doing the ocr but it cannot split it to more than 20 pages
Currently multiple drawings cannot be added using iPad. This can be reproduced using the Adobe Embed API demo. To reproduce, on an iPad (or iPad emulation using browser dev tools), use the drawing tool to make a drawing. Wait 3+ seconds so the save button appears. Add another drawing. The previous drawing will dissapear. Only one drawing will ever show at once using this method.
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?
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.