Unlock the full value of DC Web with our global community.
Recently active
Hi, PDF Embed API document, is displaying old version of the PDF in MS Edge browser. When users add annotations and save, EDGE does not refresh until "Empty Cache And Hard Refresh" is clicked in the browser. This behavior is not seen in Chrome or Firefox.Any advice would be helpful. Thanks,Kalyan
HI Team, We are using PDF Embed API/ PDF viewer service to use for Annotations on PDF. We are able to annotate and Save the document to AEM. On refresh of a PDF page on browser after sucessfull Save operation to Post data to AEM, we are still seeing older version of the comments within PDF. We are able to see latest set of comments on using Ctrl + Shift + R but not with normal refresh of a PDF Annotated page. We have also verified in AEM to see if server has latest set of comments persidted with in document and it has latest comments. I have taken into consideration qand implemented below points Remove the iframe src and refresh PDF page for every Save operation to Server to make sure iframe loaded with PDF is always a non cached version on browser and gets latest from Server.No Dispatcher cache for PDF files from Server side.Clearing localstorage of browser to make sure each refresh gets a fresh version of PDF which is stored in AEM. Can you please kindl
I created a new key but I'm getting 401 error. I'm allowing localhost but I receive:
While trying to extract data from pdf, where pdf is being served from aws S3 bucket as a stream object as follow: const storageFileName = `${dirName}/${fileName}`; const objectParams = {...}; const s3 = new S3({...}); const streamObject = await s3.getObject(objectParams).createReadStream();Later passing this streamObject to PDFServiceSdk.FileRef.createFromStream as input.const input = PDFServicesSdk.FileRef.createFromStream( streamObject, PDFServicesSdk.ExtractPDF.SupportedSourceFormat.pdf ); extractPDFOperation.setInput(input); const result = await extractPDFOperation.execute(executionContext); Resulting into:ReferenceError: location is not definedPDF Size: 100 mb.env: Node.js 18
Will Adobe PDF Services APIs be adding support for S3 dualstack URLs? https://docs.aws.amazon.com/AmazonS3/latest/userguide/dual-stack-endpoints.html
I am using PDF embed API in our IOS Cordova app, The Latest version of IOS is generating the origin "app://localhost'. I have created the PDF embed Api key from localhost but it is not working with "app://localhost"., It is working with "http://localhost".Is there any solution for this?
I am hoping to use the PDF Services API to generate PDF files from .docx template files. When I use the downloadable templates (AgreementLMTemplate.docx, AgreementLMTemplate.json) directly from the Adobe website everything runs smoothly. The API call happens and the resulting PDF is correctly filled out. The problem is if I make any edits to the template, or create a new .docx file using the Word Plug-in, I get and error with the statusCode:400 and errorCode: CORRUPT_DOCUMENT. It does not matter if I edited the downloaded template or created a template from scratch, any .docx that I hit 'Save' on within word causes the CORRUPT_DOCUMENT error to occur. Even a .docx with not tags and just a line of text or a single tag create this error. This also happens when I try to use the online tool and create the PDFs from within the Word Plug-In, so it must be something in my version of Word that is causing the error. Word is up to date running Version 2401 (Build 17231.20236 Click-To-R
Hi Everybody, I wanted to know if Adobe PDFSErvicesSDK works offline or do I require the internet for basic tasks like creating a PDF in .net. Keen to know your answers Thanks
APIを使用して視聴期間を設定することは可能ですか?APIを使用しない方法はPDFにjavascriptを設定する方法があります。これに近いことをAPIで実現したいです。
Hi, I received this error com.adobe.pdfservices.operation.exception.ServiceApiException: description ='Bad Request.'; requestTrackingId='1b87ba50-30cb-4132-8eba-984f6cec55d0'; statusCode=400; errorCode=BAD_REQUEST on one of the PDFs that I had uploaded for docx conversion. Could you please help me understand why this could have happened based on the request tracking id? The same doc when it was tried a few hours later, just worked fine, so it appears as though it was a service issue at that point in time, but why would I receive BAD REQUEST for a service issue/outage? -Jay
Hi, I have embed PDF Embed API inside a web page, but i need in some circustances to trigger the save form button from outside de PDFViewer. Is any way to do this with de SDK PDF Embed API ? Thanks in advance.
I have added my API key to the clientId: var embeddedView = new AdobeDC.View({ clientId: API_KEY, divId: divId }); When I go to index.html in a browser I get this error in a JS alert: This application domain (http://127.0.0.1:5500) is not authorized to use the provided PDF Embed API Client ID.
Adobe Document Generation API is not working in Word, we are seeing below error.
We have a .docx template which is being merged with some JSON data and turned into a PDF via the Document Generation API. We are using the .NET SDK for this. Most of the document template is formatted in "Montserrat" font which seems to be a non-standard font type. When we get the resulting PDF, it appears to have converted all the Montserrat into Calibri font. Does anyone know if Montserrat font is supported by the Document Generation API?
Hiwhile trying the PDF Services API to use the CompressPDF API, I am getting error as "Cannot send a content-body with this verb-type". Does anyone experiance this error ? I had added the credentials to environment variable and simply executed the Adobe provided sample codes for .Net, but so far not able to test the PDF Compression method.
How I can fix this, I tried to import the required namespace. Still not helping
Today we released (noted here: https://developer.adobe.com/document-services/docs/overview/releasenotes/#server-side-release-april-2024-server-side-release), the following updates: * Webhook support now works when using cloud storage files. * Webhook supports the PDF Properties API * External storage now supports: Extract, Split, Seal, and Auto-Tag * New HTML list support in Document Generation: https://developer.adobe.com/document-services/docs/overview/document-generation-api/templatetags/#insert-list-using-ul-and-ol-html-elements
I am having a strange issue. I setup Adobe Document Cloud in my Azure tenant and set myself as a user. If I navigate directly to Onedrive for Business/Sharepoint online (https://redacted-my.sharepoint.com.mcas.ms) and open a PDF it successfully opens using Acrobat Online within the web session. However, the exact same PDF tries to download and open in the native web browser when I open it from M365 (https://www.office.com/mycontent). Is this expected behavior? Is there any way to force it to open in Acrobat Online when accessing the document via office.com? This is a requirement as we do not allow downloads from our M365 tenant when accessing from untrusted (personal) devices. Thank you, Justin
Hi All We have a flow setup to convert PDF files to Excel. It works great in the basic form but we would like to be able to exclude images and formatting from the output to Excel, and only have the text output in columns and rows, as the images (Logo's) and fonts, colours etc aren't required. There isn't an option to remove this items in the Convert PDF to Excel action, is this currently possible or is it a feature request? Thank you Nigel
Hi all !More of an idea exchange than a discussion, I'm looking into several techno's and Adobe PDF Extract looks very promising. Has anyone used it for multiple PDF files to set up a RAG with an LLM ? - I'm wondering about the size of the chunks (which vary greatly) and the interpretability of the tables. Did you need to convert them to Markdown (as they are exported in .csv by default) for the LLM to interpret them "correctly"?
Hi Team, I'm using to extract the images using Adobe Extract API. Some of the images extracting along with content and not capture the images accuratly. Please check the attached sample PDF and output image FYR... Regards,Bhupathi L
Hi, I am trying to demo your PDF generation tool, but I am getting this error. "It seems there was an error on the server. Please try again" My document has three tags: {{DNR}} {{LPOA}} {{CARELINE}} My JSON data file content is{"DNR": "YES","LPOA": "NO","CARELINE": "YES"} I'm not really sure where I am going wrong... Could someone kindly help? Thank you
Hi, Im trying to generate a document in word using the Adobe Document Generation plugin, using the json data as below. When I click on generated document I get the error as in screenshot below. I Validated the json and didn't find any issues. Any ideas [ { "OwnerID": "L001", "Properties": [ { "PropertyID": "P001", "Property Address": "12 St LA", "Rent": "300", "Bedroom": "2" }, { "PropertyID": "P002", "Property Address": "3 St SA", "Rent": "450", "Bedroom": "3" } ] }, { "OwnerID": "L002", "Properties": [ { "PropertyID": "P003", "Property Address": "4 St SA", "Rent": "500", "Bedroom": "4" } ] }, { "OwnerID": "L003", "Properties": [ { "PropertyID": "P004", "Property Address": "20 St LA", "Rent": "400", "Bedroom": "2" } ] } ]
Error Specifics: ServiceApiException [message =Internal server error; transactionId=ZaMHYIVTW2F79ZwwCV8jDwrDq1JeyDej, requestId = qZD8NvQf6m9MEmAyXUL1VsbebafBpi07, httpStatusCode = 500, errorCode = INTERNAL_SERVER_ERROR]ServiceApiException [message =Internal server error; transactionId=9MjoYY4wDNJyuDGPkfC2npD4Q2dlaDUV, requestId = jpwCIllZ1LWHOjl0CGsg9tkM7dhtJ0gp, httpStatusCode = 500, errorCode = INTERNAL_SERVER_ERROR] When using the .NET PDFServices SDK, I'm receiving the above errors when I attempt to generate PDFs from 2 of my documents. I have a list of 8 similar documents and only those 2 of the 8 are erroring. The JSON data being sent is the same for all 8 of the documents, so I don't think the error is there. I don't see anything in the documents themselves that might cause errors either.
Hello, I have been trying to contact the sales for 2 weeks but have never heard back from them I want to get the enterprise version. Can someone help me to reach out to them as soon as possible?
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.