Unlock the full value of DC Web with our global community.
Recently active
So the cost $.05/request and there is no support? How does that work?
I am trying to send data from Django and then calling the function of extracting pdf contents it runs successfully and gives me the transaction id but the file of zip is not getting saved in the location I provided in save_as() while saving the result but when I run the same code locally and not using Django then it stores the zip in /tmp folder of my Linux system
I have been trying to create a php function to call PDF extract API. I always got the following error:{"requestId":"IEt94LRYdvDw4Xd9rzzcTqYt4dwWa1Sc","type":"Bad Request","title":"Not a multipart request. Aborting.","status":400,"report":"{\"error_code\":\"INVALID_MULTIPART_REQUEST\"}"} My code is below:$cfile = curl_file_create($pdf_file);$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "https://cpf-ue1.adobe.io/ops/:create");curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_POSTFIELDS, array("fileInput1"=>$cfile,"contentAnalyzerRequests"=>"{ \"cpf:engine\": { \"repo:assetId\": \"urn:aaid:cpf:58af6e2c-1f0c-400d-9188-078000185695\" }, \"cpf:inputs\": { \"documentIn\": { \"cpf:location\": \"fileInput1\", \"dc:format\": \"application/pdf\" }, \"params\": { \"cpf:inline\": { \"elementsToExtract\": [ \"text\", \"tables\" ], \"renditionsToExtract\": [ \"tables\", \"figures\"] } } }, \"cpf:outputs\": { \"elementsInfo\": { \"cpf:location\": \"jsonoutput\", \"dc:fo
Hi Adobe team, Our team is using PDF service API java SDK to build an adapter to integrate Adobe Document Services with SAP Hana Cloud, the adapter is for commercial uses, and we didn't change the source code of the SDK, is our team permitted to sale our adapter? We couldn't find the license of the SDK Here is the SDK version we are using:https://mvnrepository.com/artifact/com.adobe.documentservices/pdfservices-sdk/2.2.2
Hi Team, When we open the below url its showing File preview error on iOS Device(iPhone 11 15.3.1) using PDF Embed API.URL: https://pifucsshnsslp.jnjsea.com/showdocument/6201c98dbf0c6186Kindly support us to resolve this issue.Thanks.
In Microsoft Power Automate when we are trying to create a new connection to Adobe PDF Services connector using an existing credential it is generating an error message "Test Connection failed" Details > Private Key file cannot be parsed. Any ideas?
I'm encountering a problem with the PDF embed API: sometimes it works and my pdfs are displaying and sometimes not. I've noticed that when they are not displayed, for some reasons, two files (ASansMMData.bin and ASerifMMData.bin) are not loaded through the http calls that the library does.My files are all located inside a directory on the server that hosts my domain, so there's not any CORS issue.Hope someone can help me with this problem.
Hi, I've been enjoying the PDF extract API, but I've noticed that it's charging me more units than I've been calling the API. For instance, just now I made 3 extract api calls, but it cost 7 units. Why? Also, I'm currently doing the trial version that comes with 1000 free units. I certainly don't want it charging me more than what I'm using it for when it begins to actually cost me money.... Thanks!Matt
Hello, I am attempting to retrieve a PDF file from an FTP and the read the properties of the file using "Get PDF Properties", but continue to receive an error about a "BadGateway". Is there a problem with the endpoint? I am able to use other Adobe Premium features (like OCR, split, and merge), so I believe my credentials are all properly inserted. Here's the raw output:{ "statusCode": 502, "headers": { "Transfer-Encoding": "chunked", "x-request-id": "ACQqBfcfst8nJe7ASbTcb6SY2pHiqXns", "pragma": "no-cache", "x-content-type-options": "nosniff", "strict-transport-security": "max-age=31536000; includeSubdomains", "x-robots-tag": "noindex,nofollow", "vary": "accept-encoding", "Timing-Allow-Origin": "*", "x-ms-apihub-cached-response": "true", "x-ms-apihub-obo": "true", "Cache-Control": "no-store, must-revalidate, no-cache", "Date": "Fri, 24 Jun 2022 16:57:12 GMT", "Conten
Dear Expertise/ Specialist, I have encountered the flow error with message “For application/pdf mime-type The input file appears to be corrupted and cannot be processed.” On the Flow of “Adobe Merge PDFs”. It would be great if Adobe could have a User Guide to let users know how to put the parameters correctly esp. in some scenarios such as get attachments from multiple SharePoint Items in the List/ Table.... I have 2 Tables/ Lists and the flows below:From ‘Table 1’, I use Do-Loop to extract the Attachment from multiple records I needed. After that, I use “Adobe Convert Doc to PDF” function to convert the (1) Attachment from multiple records to SAVE it ALL to a single raw record in ‘Table 2’. And the Loop function ended.Then,I get the Raw Record from ‘Table 2’Get AttachmentGet Attachment ContentBased on (3) result, I append it to the array Variable “varPDF”I called the “Adobe Merge PDFs” function and attach the “varPDF” to it for merging, then I could sa
I am using Adobe PDFServiceSDK, using PDF Api Services. I am using static Html to pdf conversion functionality I am getting good result with default Header and Footer but it is Indented to be customized Header & Footer does Adobe PDFServiceSDK support customized Header and Footer in Html to PDF Conversion? if you can share any guide or support related to this. Thanks
We want to use Adobe conversion (pdf to Office) functionality for our application but we have below doubts: As i can see that when we are using the Adobe PDF services, it is internally calling Adobe APIs. We want to know, what all informations are sent on those API call, does the document data also travel to Adobe api service. Please let us know if you have any stand alone library which doen't use the Adobe API internally. Please let us know the license pricing model.
I've got a conditional wrapping 2 repeating loops and am unable to render even if I use !="" for a non-blank field. Would welcome the chance to see examples of other text manipulation as well (ragged arrays, etc). Thanks in advance.
Hi, testing out this API for generating docx files but I am encountering the following error when attempting to open the generated files:When I click yes and recover the contents, the document seems to be generated correctly.Any advice on how to resolve this error message?
Hi Team,We are currnetly facing below issue once we convert pdf to word using the sdk.1)When we try to edit the report and save it we are losing the format, Once we switch mode in word from “Print layout mode” to “Read mode” and back to “Print layout mode” we don’t observe the same issue while editing and saving the report. This issue we are observing in word in office 365 (which our organization is currently using:Version : 18.1903.1152.0) not in 2019 version of word.As these report are being shared to wide variety of users including 3rd party vendors so it will be difficult for us to bring everyone on the same version. Please let us know if there is work around to this issue. 2)As these reports are being used by variety of regions so there is probability that we may use different language as well, we tried converting a pdf report in Chinese to word but format issues along with most of the letters were missing from report. Do let us know if there is any limitation on the language
Hi There, Is there a way where I can convert a pdf file from a url using pdf service api? Thanks
We are using PDF Embed API and Adobe PDF Services API with in AEM. First one for rendering PDF preview of Assets in ACS Asset detail page. Second generating PDF for HTML based content. Now there is another team , using Connector for PDF operation on a SharePoint site.
Please see the attached PDF that includes a mailto link. This is what I'm expecting into see on the page: This is what is shown when loaded via PDF Embed:
I'm using PDF Embed APIs to show PDF in my application. I have predefined annotations that I'm showing to the user and each annotation has a comments section. Now users can add replies to those comments and I want to save those replies in my DB. So I want to know about any event that gets triggered when we add a comment or a reply in the PDF.
Hi, Im trying to implement the full screen button feature on the control bar along with zoom control. ATM i get zoom control when using full window mode, and i get a full screen option when using sized container mode. Is there a way/mode to combine this features so i get both zoom and full screen at the same time? Thanks in advance.
Hello. Our shared UI micro-frontend platform hosts widgets developed by different teams. One such team specifically requires inline embedding of PDFs in their content, however the particular react grid layout of our platform has meant preventing scroll events at the top/document level of the DOM. This presents a problem, as Adobe PDF Embed in inline mode appears to attempt scroll events at the document level, causing bugs in navigation and loading of the PDF. Removing 'in-line' from config, and thereby using the default of Full Window, solves the issue, however Full Window is not suitable for requirements due to the presence other page content. It must be inline or some version of it. Is there any way in in-line embed mode to specify some DOM element other than document, such as a div, as the scroll container, or any possibility that it could be provided?
I am using Adobe PDFServiceSDK, using PDF Api Services. I am using static Html to pdf conversion functionality I am getting good result with default Header and Footer but it is Indented to be customized Header & Footer does Adobe PDFServiceSDK support customized Header and Footer in Html to PDF Conversion? for now i am using free trail. if you can share any guide or support related to this. Any suggestion ?
Hello,I had trouble to have my Table headers repeats on several page using a wor template to generate PDF.When flagging the header of my table as repeatable row, I expect it to be repeated on each page: But when using this Template to generate a PDF, i have the headers only on the first page.Does anyone had this trouble and found a solution? You can find attached the word template file and the JSON used to generated the PDF template as well as the PDF file of the result.Thank you for taking time to read this,Tony
From the adobe react repo on GitHub, inside the saveApiHandler, I am calling a server api to store and save the document. The functionality works fine, as I am able to save the document.Now I want to implement the overwriting feature using Status Callback. The documentation tells to use the save and status callback together but did not elaborate further on the topic as How. Please advise about the following.1. My documents are stored on the server, saved and retrieved through rest calls. How can the status api detect the changes on the server if made by another user. 2. How can I use the save and status callbacks together to achieve the complete save experience (as stated in the documentation). Both are separate callbacks and executes at a different time in the application life cycle. 3. Is there simple documentation on how to handle this very common scenario of preventing overwriting files are when saved through rest calls? Here is my code for sav
Hola, el motivo de esta propuesta es que los usuarios de dispotitivos de escritorio que abran un documento en el modo sized container no pueden hacer zoom en el documento. Gracias de antemano
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.