Unlock the full value of DC Web with our global community.
Recently active
When trying to subscribe to the Adobe PDF Services API on the AWS Amazon marketplace, it says this is unavailable to our Geo (printscreen attached)... even though we have US,Canada, and European operations... How can we subscribe to this tool? I have tried subscribing both on https://aws.amazon.com/marketplace/pp/prodview-g2ikxe6zxsi64?qid=1628613093634&sr=0-1&ref_=srh_res_product_titleandhttps://aws.amazon.com/marketplace/pp/prodview-wzykfz2grnbdk?qid=1628613105427&sr=0-1&ref_=srh_res_product_title Thanks
I am trying to add the PDF Embed API code to our website but I am receiving a file preview error. I am 95% sure the issue is that the file location of the .pdf is a squarespace.com link and my website, obviously, sits on its own domain. Is there a fix or workaround for this? Here is the full link for the file location: https://static1.squarespace.com/static/5c128d23d274cb6c90f1e48f/t/62c4949d232ea46f57563c1c/1657050269925/MonitorJune2022.pdf -Jessica
I am using adobe acrobat pdf service sdk to extract pdf files into json and excel files. My application is perfectly working in my windows system.But when I have deployed it into a linux system, it is not working. There the program is exiting when my program is going to create and build the credential object as below:Credentials credentials = Credentials.serviceAccountCredentialsBuilder().fromFile(<pdfservices-api-credentials file path>).build(); Even it is not throwing any error, it immediately exiting from the method.
Does Adobe have an App to send & receive FAXes?
Hello, We are using this API through the premium connector in Power Automate. For this we have an international subscription (so not the U.S. subscription) in Amazon Web Services (AWS). But yet the region is US: So I discovered in this article that US is the default and you need to change it to Europe:https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/service-region-configuration-for-apis/ But how do I do that in this case? How do I permanently change the hostname / region in AWS to Europe? Please advise.
Hi,Im trying to extract pdf with apibut im inbtroublehere is my code, and the output.thank you=========extract_pdf_operation = ExtractPDFOperation.create_new() zip_file = input_pdf[0][:-5] + '.zip' source = FileRef.create_from_local_file(file) extract_pdf_operation.set_input(source) extract_pdf_options: ExtractPDFOptions = ExtractPDFOptions.builder() \ .with_element_to_extract(ExtractElementType.TEXT) \ .build() extract_pdf_operation.set_options(extract_pdf_options) result: FileRef = extract_pdf_operation.execute(execution_context) suc_list.append(zip_file) 79 try: ---> 80 response = polling2.poll( 81 lambda: http_client.process_request(http_request=http_request, 82 success_status_codes=[HTTPStatus.OK, HTTPStatus.ACCEPTED], 83 error_response_handler=PlatformApi.handle_error_response), 84 check_success=is_correct_response, 85 step
What's required to get a signed BAA? We'd like to use the API with Process Automation and other uses but can't without an executed BAA.
Hi!We use PDF Services Node.js SDK for convert PDF files.On some files we see 500 error"description = Error occurred while processing the request; transactionId=df33627c-e6ac-4ddf-bcfb-e9cec33ee035; requestTrackingId = df33627c-e6ac-4ddf-bcfb-e9cec33ee035; statusCode = 500; errorCode = INTERNAL_SERVER_ERRORat node_modules\@adobe\pdfservices-node-sdk\src\internal\api\platform-api.js:197:12at processTicksAndRejections (node:internal/process/task_queues:96:5)" It's not on all files
Hi,Is it possible to show a few pages of an embedded pdf (as a preview) rather than the whole document?Thanks.
I'm using the Embed SDK to display a pdf on a page using the IN_LINE embed mode. Everything works ok until I pinch to zoom on iPhone (Safari and Chrome) at which point the page crashes. I've tried hooking into the developer console, but I don't get any perceptible changes before the crash.Steps to reproduce the behavior:Go to http://staugustinesvancouver.com/solids on an iPhonePinch to zoomObserve crashA clear and concise description of what you expected to happen.no crash, just zoomSmartphone (please complete the following information):Device: iPhone 14 Pro MaxOS: iOS 16.3.1Browser: SafariHere's how the document load is triggered initially <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function(){ switchDocument($('#dinnerMenu')); }); </script> And the relevant Embed API code function switchDocument(parentDiv){ var adobeDCView = new AdobeDC.View({clientId: <ID>, divId: 'dinnerMenu'}); adobeDCView.pre
Hi team,First, want to thanks @Raymond Camden for his awesome blog - Using the Adobe PDF Embed API with Vue 3 (raymondcamden.com) , guide me successfully integrate embed API within vue 3 at 1st step. while, after I'm struggling into step 2 ~ I noticed if use same viewer to load pdf again will throw an errorrefer to my screenshotUncaught Error: Cannot read properties of undefined (reading 'readFile') TypeError: Cannot read properties of undefined (reading 'readFile') at t.syncFile (tsWorker.js:7:2975102) at tsWorker.js:7:2973824 at workerMain.js:147:690 at Array.forEach (<anonymous>) at t.acceptRemovedModel (workerMain.js:147:663) at e._handleMessage (workerMain.js:106:579) at Object.handleMessage (workerMain.js:106:196) at e._handleMessage (workerMain.js:104:402) at e.handleMessage (workerMain.js:103:975) at e.onmessage (workerMain.js:106:275) at editor.main.js:146:526 code pen - https://codesandbox.
I am trying the sample provided with the SDK. It works fine when run within a console app, but the very same code snippet hangs called from a back-end code.I can see that the SDK successfully makes a call to https://pdf-services.adobe.io/assets, gets uploadUri, but never uploads the asset. I can confirm it is not an issue of access rights to the folder. I have run out of ideas about what could be the possible cause.
Hi,Can we integrate Embed API into Mobile Native apps (iOS and Android) or in a Mobile React Applications?
Hi everyone,we're planning to integrate the pdf embed API in our VueJS App. Does anyone have experience in how to Setup or Use it in Vue? Unfortunately I didnt find any related articles for that.Thanks for your help
Hello everyone ! I try to use your PDF Embed API and Vue 3.I have this errors: Uncaught DOMException: Failed to execute 'postMessage' on 'Window': [object Array] could not be cloned. You can reproduce the error using this sandbox: https://codesandbox.io/s/adobe-vue-embed-api-5j9ewi My API Key work fine because I've tested it using a quick python server.
Hi, I was wondering if the PDF Services API or Document Generation API can create PDF/X-4 files? Or PDF/X-4 compliant files?I'm sorry in advance if this is basic question.
once a day... all PDF Services in Power Automate failed... spent 4 hours searching or an issue... what to do? Body - Errors:"error": {"code": "InvalidParameter","message": "Unsupported Input File Type"}}Headers:{"Transfer-Encoding": "chunked","x-request-id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","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": "false","x-ms-apihub-obo": "false","Cache-Control": "no-store, must-revalidate, no-cache","Date": "Mon, 13 Mar 2023 13:39:02 GMT","Content-Type": "application/json","Expires": "Thu, 01 Dec 1994 16:00:00 GMT","Content-Length": "102"
Hi there - PDF embed is working overall but sizing is a problem. Anyone have a fix for the attached? I'm not modifying the generated code at all except for updating the file link. Thank you in advance!
I'm running into issues embedded PDF documents hosted on adobe document cloud.The URL used is the share URL provided by document cloud. On initial load the document says "Opening Document 100%", however, the rendered content gives a "File Preview Error" and a reload button which cycles back through the same errors above. Is it not possible to render a PDF with the API that's hosted on adobe cloud? From Devtools:DevTools failed to load SourceMap: Could not load content for https://documentcloud.adobe.com/view-sdk/2.13.1_2.0.0-9ef32cc/private/dc-app-launcher.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Hi, I am by no means well versed in coding and have a rudimentary understanding of some very basic things that are needed to accomplish things on my website built through Squarespace. I tackle projects on a case by case basis and usually rely on all of the information available online to get something done. Today I attempted to embed a PDF file on my website. I finally figure out how to host the file on my website and copy the code from the Adobe PDF Embed API Demo, while replacing the Client ID, url & Filename in the code. The final result is that my file is rendering as blank space on the webpage on which I've tried to embed it. It says "Loading Document" and then loads as blank. How do I fix this? Here is the code I used: <div id="adobe-dc-view" style="width: 800px;"></div><script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.r
When open an editable PDF on Acrobat Ready, the font will be resized automatically if I type in more characters than the length of a field, so that the field could display all the characters. However, when I render the same PDF with PDF Embed API, the font auto sizing doesn't work. May I know is there a way to enable font auto sizing with PDD Embed API?
Google ChromeのAdobe Acrobat拡張機能をインストールした環境で日本語のPDFをブラウザ上で表示するとファイル名が文字化けします。拡張機能がインストールされていない環境では問題なく表示されます。例えば以下のようなWeb上に存在するURLでも再現可能です。https://faq.jpx.co.jp/disclo/tse/web/knowledge/7847/0/7 テスト登録用PDF.pdfこちらの原因と解決方法を教えて下さい。
What formula can be used to convert PDF user units into browser-compatible measurement units (for eg: pixels)? For eg: `TextDecorationThickness`'s value is in PDF user units, how should this be translated into pixels or any other browser compatible value?
For a use case we have, we are looking to use the Adobe Services API to generate a PDF off of a Word document that has placeholder variables in. Some of these variables will include what Adobe classifies as Prohibited data and in their Adobe Developer Additional Terms and conditions section 6.11 they explicitly mention that this cannot be include. But when looking at the use cases for this service (see the image below as well as here), all the examples included would include prohibited data. In a nutshell, can this service be used for prohibited data or not given that there is an ambiguity between what the service is advertised for vs the terms and conditions and surely many institutions are already using this service with prohibited data (for example banks and other financial institutions are sending out PDFs of statements with identifying information)?
Interested in using Adobe PDF Services API to generate some documents. There seems to be a contradiction between the example use cases (e.g. NDA creation, Legal Letters, etc.) and the Adobe Developer Terms of Use. The Adove Developer Terms of Use 6.11 places a limitation on data that can be transmitted, provided or otherwise made available to Adobe. This limitation applies to any data that would allow the identification of a specific natural person, but all the example use cases will likely be full of such data. Are these terms of use applicable in general and if not, how can the terms of use be satisfied while creating documents similar to the example use cases. I have been in contact with an account manager for months trying to find a resolution to the above, but they seem incapable of getting the required information. They confirm the terms are applicable to any license but need to know which license I'm interested in to determine a solution to the above (only making infor
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.