Unlock the full value of DC Web with our global community.
Recently active
HiI've tested the API for the document generation and when I was using one document which it's not so much formatting it was working fine and now when I'm trying a document with more complex formats it is failing. It's giving me this error response: { "error": { "code": "CORRUPT_DOCUMENT", "message": "The input file appears to be corrupted and cannot be processed.; requestId=8PHWyk3LUZOefMx41VZeTej3aaS3hdfv", "status": 400 }, "status": "failed" } When I try to merge document with the adobe addin in the msword app, it is working fine. How can I debug or get more details about what exactly is causing the problem?
I am trying to get Adobe PDF Services on AWS but on this page: https://aws.amazon.com/marketplace/pp/prodview-wzykfz2grnbdkI am getting the following message: "This version of Adobe PDF Services API (U.S.) is not available to new customers."When I further explored I found out the following thread in this community: https://community.adobe.com/t5/acrobat-services-api-discussions/adobe-pdf-services-api-availability-on-amazon-aws/m-p/13782839#M6126 Quoting the response from above thread:"3) PDF Services API is 100% still supported by Adobe, the ONLY change here was the ability to sign up and pay via AWS. You can still use our services anywhere (AWS, Azure, etc), but you will need to get credentials here, and for paying customers, work with Sales." So here it says that PDF Services API is supported in AWS. So can you please elaborate on how I can use the PDF Services API in AWS.
Currently we run a script tag as per the documentation : <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script> The problem with this,is that while the domain may be backed by a super fast CDN, on occasion (1 in every 5 or 6 requests our users need to wait about 6-7 seconds for intial connection then download the script) <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script>Is there a sdk I could install with npm so the package is stored locally/same domain?
When using the comment function on the annotation toolbar, it does not trigger the ANNOTATION_ADDED event in my callback, every other one does. I have the right hand comments panel disabled, because i don't want to show comments in the Adobe UI, i have my own UI which handles the callbacks and communicates with the PDF viewer through the API
This happens only with large files(over 80mb)my config:const customFlags = { showToolbar: false, showCommentsPanel: false, downloadWithAnnotations: false, showToolsOnTextSelection: true, printWithAnnotations: false};
Hi, I am generating a PDF document from a MS Word template and a JSON using DocumentMergeOperation (.NET SDK). This works fine but when I check the advanced options of the generated document, in the default reading mode options is the English language. how could I modify this value to another language? Thank you in advance for your help.
When selecting text on this PDF, the annotation toolbar fails to open at all
Dear community.I try to compress PDF files over the api service and build a code, based on the documentation.I always get the result:[code] => INVALID_INPUT_URL[message] => The input URL is either invalid or unsupported. Its a bit confusing. I send the blob via the input uri.Is there something wrong?Thanks! $file_content = file_get_contents($filepath); $data = array( "input" => array( "uri" => base64_encode($file_content), "storage" =>"BLOB" ), "output" => array( "storage" =>"BLOB" ) ); $json_data = json_encode($data); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://pdf-services.adobe.io/operation/compresspdf'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $json_data); // Headers setzen $headers = array(); $headers[] = 'x-api-key: ' . $config["adobe"]["client_id"]; $headers[] = 'Content-Type: application/json'; $headers[] = 'Authoriz
Hi,We're testing out the PDF Embed API for displaying PDFs. Several of our PDFs are fillable and printable. The properties on these PDF documents show they do have Password Security enabled, but Printing/Content Copying for Accessibility/Filling of Form Fields/Signing/Creation of Template Pages are allowed. And document assembly, content copying, page extraction and commenting are disabled.When we load these using the PDF Embed API, they show as "Protected" in the title bar at the top, and the fillable fields are not displaying (even though "Filling of Form Fields" is enabled on the PDF).What are the conditions for the document displaying "Protected" and not showing the fillable fields?Thanks!
Expected BehaviourItalics font are properly detected when they are mixed with regular fontsActual BehaviourWhen text mixes regular and italics fonts, italics are not properly detected.Reproduce Scenario (including but not limited to)A PDF document that mixes regular and italics fontsSteps to ReproduceGenerate a PDF documentsample.pdfUpload to plaformRetrieved json file{ "version": { "json_export": "191", "page_segmentation": "5", "schema": "1.1.0", "structure": "1.1056.0", "table_structure": "5" }, "extended_metadata": { "ID_instance": "99 96 BE A8 0B B8 B2 11 0A 00 67 45 8B 6B C6 23 ", "ID_permanent": "30 37 20 36 33 20 42 44 20 41 38 20 30 42 20 42 38 20 42 32 20 31 31 20 30 41 20 30 30 20 36 37 20 34 35 20 38 42 20 36 42 20 43 36 20 32 33 20 ", "pdf_version": "1.6", "pdfa_compliance_level": "", "is_encrypted": false, "has_acroform": false, "is_digitally_signed": false, "pdfua_compliance_level": "", "page_count": 1, "h
I am trying to add up the Price of the Items and I can do it with the formula in the JSONata 'try' editor. But when I pass the same in the MS Word doc, it display the formula as it is instead of the expected value. JSON:{"PurchaseDetails" : {"Name" : "ATL062","Down_Payment__c" : "900","Items" : [ {"Price" : "900"}, {"Price" : "6,565"} ]}} JSONata$sum(($orderCosts := $map(PurchaseDetails.Items, function($order) {$parseInteger($order.Price, '#,##0')});$orderCosts))
im using a curl api to convert pdf into xlsx using adobe pdf services apiand i want to use external storage and my prefered storage is amazon s3to do this i require an input uri and an output uri and both need to be presign urlsi can make a presign for input uri as i have an object key but i do not know how to make an output uri
Where can I get the yaml/json file definition for all the Acorbat Srvices API?Thanksangelo
I found this notice regarding the Adobe PDF Services on AWS. It seems that the service is no longer available for subscription for new customers starting Aug. 9. Can someone on the Adobe Sales end of this product provide some instructions on how to subscribe directly? https://community.adobe.com/t5/acrobat-services-api-discussions/adobe-pdf-services-api-availability-on-amazon-aws/td-p/13782839
Hello, I am using the PDF Embed API to display PDF files. This works beautifully 99% of the time. However there are a few PDFs that don't render correctly. I did register for the rendering events, and I receive APP_RENDERING_START followed by APP_RENDERING_DONE. No APP_RENDERING_FAILED event. I am attaching 3 files:* The PDF* How it renders when the PDF is opened directly in the browser (Mac Chrome)* How it renders when opened from the embed API (Mac Chrome) Any idea if there is something wrong with the file? Or is this a bug in the plugin? Thank you for your help.
Using the Embed API. I am trying to create a list of pdf showing only the first page thumbnails either as an image, or base 64 imageI don't see a way for Embed to generate a jpg or a base64 img of the first page. Taking a look at the API, my guess it that i would need to create a new AdobeDC.View for each pdf document and show them on the page, and show it in Sized container, but how would i get the first page only. I feel this way could be too expensive for the client as we could have 20-30 pdfs at a time, generating thubmnails for diffeent pdf maybe something i would have to do outside the scopr of embed api? Thanks.
i use a curl api to upload my pdf file to be converted to xlsx file to the link https://pdf-services-ue1.adobe.io/operation/exportpdfand when i get the download uri it is a link to adobes s3 bucket so is my file being stored in adobe s3 bucket or cleaned when sent. And i tried using the external approach but cant seem to generate a proper output uri
Is there a way to extract data from two-column pdfs? I've tried the PDF Extract API, and it doesn't work on PDFs with two colu
Hello, I've been working on developing a few documents for use in the Adobe Document Generation API. Until yesterday I was able to use it with no issues, and had integrated a separate document into a Power Automate workflow with zero issues. However now I am running into a problem where any new documents I create throw an error when I try to generate them. In order to narrow the issue down I've edited the tags, checked JSON, and still run into the same problem. In my tests I've discovered that it now occurs on every document template I create regardless of content, including the previous templates which were functioning. As an example, I created a new test document, implemented a single tag as the only content, and attempted to generate with basic JSON (Please see example below).Tesst JSON data:Document Template:Attempt Document Generation: Since this issue cropped up, even the documents that were running fine in my Automate Flow two days ago are running into the er
Hi All,In normal window application able to load, preview and able to add annotations to adobe pdf api embed but if I try to access in incognitive tab(In browser setting third party cookies are disabled for incognitive tab) we will get below error. if I enable All cookies in browser even in incognitive its starts getting work. How to fix this issue without enabling all cookies in browser."dc-core.js:2 DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document".Please help us in solving this issue.Thanks in advance.
Hi Team,I have seen the documentations and it is mentioned that PDF Embed API is completely free. We want to use the js library to render PDF's and annotate (commercial usage). So, can we do it for free without any enterprise license? Thanks and Regards,Chethan N
PLease help, I have been using Lr for more than 2 years now with fantastic results. As of 5 days ago, I am unable to create subject, background and sky masks. All other masks are fine. Each time I try, it gives me an "unexpected error occured" If anyone can help please, would be much apreciated. Thank you. Wayne.
In my testing of the Document Generation service, I have found that a Table of Contents specified in the Word template does not get updated after the JSON data merge and before the PDF is rendered. Is this a limitation of the service or is there a way to get the Table of Contents to update?
I have been using the Adobe plugin for MS Power Automate for over a year now but recently I have been getting more and more BadGateways on creating the PDF. I am generating the PDF from a Word template and it works flawlessly but then get a random one that gives a BadGateway.JSON is fine and output to SharePoint is fine.If I resubmit the automation it works 100% of the time after, it sounds like the bad gateway is coming from the process of the conversion. Has anyone else had this issue? The workaround I currently have is to have a parallel line that if it fails it waits 30 secs then tries again but I'm guessing every time it fails it's using up one of my credits to run a second time.{ "error": { "code": 502, "source": "flow-apim-europe-001-westeurope-01.azure-apim.net", "clientRequestId": "a1af3c31-e9ba-4fcc-9147-24a1b19fe61b", "message": "BadGateway", "innerError": { "error": { "code": "INTERNAL_SERVER_ERROR", "message": "Unk
We have recently tried migrating our website from Gatsby Cloud to Netlify. On our site we have the Adobe PDF viewer embedded in a component which is used for all our publications and other pdf files. This has been working absolutely fine for a long time. Switching to Netlify hosting and pointing the dns to Netlifies servers broke the pdf viewer and it now no longer shows the PDF’s. For context we had to changed our primary domain name from the apex domain as suggested by Netlify to take advantage of their Load Balancers. We tried setting up a further instance of the PDF Embed service with a new API key on the www. domain but we still saw errors. The normal Unauthorised error did not show and the player shows the loading spinner but once complete we just see a blank box and the following js errors in the console. Console log first logs:rendering worker created TypeError: e.lastIndexOf is not a function - dc-core.js:2 at getNamePartsFr
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.