Unlock the full value of DC Web with our global community.
Recently active
Hi - I am using wordpress. Need to embed pdfs - doing that using pdf embed. Next - I want to add "user email and ID" as watermarks to the pdf. How do I do that. Thanks and greatly appreciate your help.
Issue in /src/pages/overview/pdf-services-api/howtos/protect-pdf.mdHi,I was evaluating pdfservices and edit_document_assembly in particular from https://github.com/adobe/pdfservices-java-sdk-samples.In ProtectPDFWithOwnerPassword.java , EDIT_DOCUMENT_ASSEMBLY is set but still is shown as "Not Allowed" in adobe reader.Thanks
Hi,I am currently using the trial of the PDF Services API, and it works great so I am interested in implementing this as a permanent solution for our product.Although for some reason when I try to install it onto our AWS instance, with either the International version or the US version, it fails and says "The seller has not made this product available in the geo location associated with your customer account." I am located in Australia. If you could resolve this, or let me know a way around it, that would be great! Thanks!
Hi,Would anyone be able to direct me to the information on the data processing of this connector? i.e. Data sovereignty, how data privacy and retention is handled etc.?Thanks!
Hi We would like to use a paid plan for PDF ServicesFor some reason it is not available through AWS marketplace ("You're not eligible for this offer"). Any ideas why it is not? What are other options for payment? thanksLior
I am trying to register for the PDF Tools API in Australia and I am unable to do so. I have an AWS account in Australia and when I go to purchase the PDF Tools API, it says that its not available in my region. Looking at Documentation (adobe.io) suggests that its not available in Australia as well which is strange. Does anyone know how I can use the PDF Tools API in the Australia AWS region? Thanks in advance Michael
my free trial is ending for Adobe PDF Services API (international) and I have followed the prompts to setup AWS account and I have the Adobe account, I hit subscribe and receive this message 'The seller has not made this product available in the geo location associated with your customer account.' Anyone else had this issue? I'm in Sydney Australia. When I initially spoke with Adobe, they confirmed that conversions would take place on the Sydney servers, so I'm wondering if this is Adobe or AWS issue? I've been chatting with Adobe for over an hour and not getting anywhere. I tried calling them on Friday as well with no answer. It has been prioritised, but just wondering if anyone else had these issues, and if easily resolved?
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!
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.