『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
As per the following document, https://developer.adobe.com/document-services/pricing/#main, PDF services API needs to be purchased from AWS marketplace. I am trying to purchase the pay-as-you-go option for the PDF services, which allows my Power Automate Flows to use the services to create PDF documents from MS Word programmatically (as mentioned in this URL: Adobe PDF Services connector for Microsoft Power Automate ). I have created a trial account directly from Adobe and using the services for the time being, now I want to purchase it, but not seeing an option to do so directly from the Adobe account I have created earlier. Is there any option to purchase PDF services directly from Adobe, without having to go through AWS? I do not have an AWS account, nor wish to setup one without any other reason but to use the PDF services alone. I have tried chatting with the sales team but they couldn't provide a direct answer. I will be very surprised if the services are avai
Can I change default font of the text comment? Thanks for all reply.
Hi. I would like to use an API to set form field values in and Adobe PDF Form.Is it possible with Adobe PDF Services API?If not, then what else could be used to do this?
Can I display art, trim & bleed boxes? I can do that in acrobat reader.
I am following https://developer.adobe.com/document-services/apis/pdf-services/?sdid=FD1KZH2F&mv=search&ef_id=42849b4d894c1846f436f8caeed5f855:G:s&s_kwcid=AL!3085!10!78958871216819!78959243528038&msclkid=42849b4d894c1846f436f8caeed5f855to convert html to PDF. it is converting successfully. but all the contents are getting overlapped at first page only. Please help.
I'm getting this error message. Is it because the URL on the site (caringacross.org) isn't the exact same as www.caringacross.org? My "allowed" domain is: www.caringacross.org here's the page: https://caringacross.org/california-care-kit-copy/ here's the code<!--Get the samples from https://www.adobe.com/go/pdfembedapi_samples--><!DOCTYPE html><html><head> <title>Adobe Acrobat Services PDF Embed API Sample</title> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1"/></head><body style="margin: 0px"> <div id="adobe-dc-view"></div> <script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function(
We would like to use the PDF Services APIs to manipulate and extract PDF data through a web application. I understand the only way to trial the APIs is to use a personal Adobe account, and the pay-as-you-go requires purchasing from the AWS Marketplace.I spoke with my Adobe account rep who seems to be pushing us toward Acrobat Sign. I understand the Acrobat Sign API works complimentary with the PDF Services, but it appears to be its own thing and requires a separate Developer Account. I'm assuming the PDF Services APIs are not included with the Sign API and I can't tell if its free to use or also pay-as-you-go. I don't think we would use the Sign API anyway.As the admin of our Adobe account, is there anything I need to do through our Admin Console to provide access to the APIs, or is this completely separate from our other CC and Acrobat licensing? Thanks!
Im glad to hear that adobe pdf services is now available with EU-servers.I wonder, is there any way to activate EU-servers for the PDF Embed API?
I followed the .Net example for "ExportPdfToDocx" using the Adobe.PDFServiceSDK. It throw the "The provided token is malformed or otherwise invalid" when calling exportPdfOperation.Excute(executionContext). Code snipple:Credentials credentials = Credentials.ServiceAccountCredentialsBuilder() .FromFile(@"..\pdfservices-api-credentials.json") .Build(); //Create an ExecutionContext using credentials and create a new operation instance. ExecutionContext executionContext = ExecutionContext.Create(credentials); ExportPDFOperation exportPdfOperation = ExportPDFOperation.CreateNew(ExportPDFTargetFormat.DOCX); // Set operation input from a local PDF file FileRef sourceFileRef = FileRef.CreateFromLocalFile(inputFile); exportPdfOperation.SetInput(sourceFileRef); // Execute the operation. ServicePointManager.SecurityProtocol = (Securit
Hello! I have a PDF brochure that I want to share with our travel partners to embed on their website. It would be distributed on 100+ unique domains (abc.com, xyz.com, etc). From what I can tell, the only way to do this is laborious: I'd need to create an individual project for each domain and then provide a unique custom embed code for that domain. Am I missing something? Is there any way I can use one single embed code for all websites? Or open the embed up so it's not locked to a specific domain? Seems so limiting....
We've been using the API for a few months now, via the AWS Marketplace. For no apperant reason today it stopped working. Will appreciate help understanding what this error is about?
I am using the adobe pdf services java SDK for the pdf to docx conversion and want to know the data retention period/policy for the same.
Hi there, I've noticed that the PDF Extract API is sometimes returning strings that contain issues. When comparing with the original PDF, this only seems to occur when there is an apostrophe in the text. It looks like it is replacing the words around the apostrophe with non printable characters.I can't just filter out these characters because I'll still be missing the words that were replaced.Is there a way to solve this issue? Note: My PDF is not an image or scan; it was saved from Microsoft Word. I can copy and paste the proper text directly from the PDF using Preview for Mac. e.g. from file 1 - "...prior written approval of the Principal\ue202\x9c1\ue014\x8e\x99\x9b\x8e\x9c\x8e\x97\x9d\x8a\x9d\x92\x9f\x8eï (b) Upon request..."[original text from file 1] - "...prior written approval of the Principal's Representative (b) Upon request..." e.g. from file 2 - "...in respect of *ROG)LHOGVULJKWV under clause..."[original text from file 2] - "...in respect
So I've got an API Key for our application domain [ex: domain.edu], and it says in the account that “Your Client ID (API Key) is restricted to this domain, plus any subdomain.” We also have a staging environment [staging.domain.edu], but when trying to use the API key in staging I get the error "This application domain (https://www.staging.domain.edu) is not authorized to use the provided PDF Embed API Client ID." Can anyone help me understand why it isn't actually working in staging?
We have a need to initialize settings in the printing dialog. We need to be able to choose the printer and also the papersize. When creating a PDF file, you can have a setting to chose Paper source based on pdf page size. However, the option does not seem to be working in the embedded api. Also, I am looking for an option to programatically choose a printer. Is there an option?
Error adding notes in document viewer, they disappear. After updating, annotations appear. What could I solve this error?
I tried every possible configuration, Adobe PDF Embed API run super fast on desktop but very slow on mobile, even on high end android devices. This problem is since from the beginning, is not related to new 2023 API.Here there are 2 links for a small catalogue and a big one, performance is really bad on both just on mobile. Host is super fast with 1GB upload dedicated. the small onehttps://anekitalia.com/catalogo-nave-it/ the big onehttps://anekitalia.com/catalogo-soggiorni/ the script is super simple as basic adobe configuration: <div id="adobe-dc-view"></div> <script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script> <script type="text/javascript"> const isMobile = localStorage.mobile || window.navigator.maxTouchPoints > 1; document.addEventListener("adobe_dc_view_sdk.ready", function(){ var adobeDCView = new AdobeDC.View({clientId: "XXXXXXXXXXXXXXXXXX", divId: "adobe-dc-view", lo
Hi,We can extract the JSON from a PDF, and map coordinates to HTML using PHP, but we are having problems rendering the document exactly like the PDF. We saw an example of it being done, but we are unsure if we need to add any other element other than the div.Thanks,Mark
Good day, Is there's a property to remove annotation, comments and pencil (highlight), when I extract the pdf using adobe extract api? Thanks.
i am using the latest version of API but the PDF is loaded very slowly and i have a good internet connetion the API is using in my OWN website
I migrated my website to the new viewer, and the hyperlinks ion PDFs that used to work in the old viewer no longer will. If I change to FULL_WINDOW the hyperlinks function again - but the display is not as I want it as I just want the file showing and not all the controls.Anyone know how to get around this?Previously I have had an issue with the redirect dialogue box not appearing at certain scales - not sure if the dissappearing hyperlinks might in fact be a dissappearing dialogue box.A page with the non-functional hyper links is here
Hi Adobe Community,I received an email that the old Embed PDF API will be decprecated, which is what I am running currently. Adobe is warning that I need to transtition to the new modern PDF viewer. I don't know where to start. Does anyone know how to update? Thanks,Roland
Hey everyone,I implemented a test trial for the OCR API Service in my company, and was wondering: Where am i able to see the amount of processed documents? I also cant find the API credencials i used for setting up the connection. Even under the "projects" section, there is no project listed. Any help would be greatly appreciated!Thanks in advance.
Good day,Is there's a property to set so that I can get the whole bulleted content as paragraph in json? Currently json returned are parsed by label and label body.Pdf Extract json result:"path": "//document/l[6]/li[3]/lbody/l/li[2]/lbody/l/li[2]/lbl","text": "2) ", "path": "//document/l[6]/li[3]/lbody/l/li[2]/lbody/l/li[2]/lbody","text": "cancellation during extended term. Expectation:"path": "//document/l[6]/li[3]/lbody/l/li[2]/lbody/l/li[2]/lbody","text": "2) cancellation during extended term. Thanks.
Hello, how can I set Comments Panel to be open by default when I load a file on the new PDF Viewer?Or open it programatically? Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.