『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi everyone,I’m wondering if there’s any possibility of having a pay as you go or scaled pricing model for the Extract API service. I’ve come across threads discussing this topic from two or more years ago, but it seems there have been no updates so far.A flexible pricing model would make the Extract API more accessible, especially for startups, small companies, and solo entrepreneurs. Many of us would be happy to eventually pay the $25K annual fee—if we could grow into it as our usage and business expand.Has anyone heard if Adobe is considering this option?
What does the Auto-tag API do in terms of generating bookmarks? It seems that some PDFs produce bookmarks based on the structure, and some don't. In Acrobat, there is an ability to generate bookmarks based on the structure, but you are required to select the structure elements to be used. The API doesn't provide a way to specify these structures. Thanks.
I exhuasted my quota of 500 document transactions with the Adobe extract API. What is timeline for the 500 quota to renew on free tier? I created Acrobat Services account and started using API on approx April 18th and now it's May 18th. Do I have access to a new batch of 500 tranactions on May 19th or does it renew by calendar month, i.e., June 1?
Dear Team,I hope this message finds you well.We are exploring options to integrate PDF generation and e-signature capabilities into our custom CRM. Our use case involves generating rate confirmation documents and sending them directly to carriers and shippers for review and signature through our system.Could you please provide the following information regarding your API services:Availability of API access for:Secure e-signature workflowsPricing details for API usage is it monthly or pay-per-use.Limitations or volume caps for free or entry-level plans.Whether your platform supports embedding into a third-party CRM system.Documentation or a link to your API reference portal.We are currently considering solutions that allow smooth automation and legal compliance for document handling in the logistics industry.Looking forward to your response. Regards,Avi Singh
I am trying to find licesing cost for Adobe PDF Services API. I have tried submitting sales inquiry, but no response yet. I know there is 500 documents options, I am interested in knowing how much it costs if I want to use this servcie for 2000 documents conversiions from PDF to Excel. Appreciate someone from PDF support team promptly responds to this.@Pdf services API, @47540 and Licensing#PDFServicesAPI#SalesAndLicesing
HI, i'm working on this chat with pdf tool called ChatPDF.so and i am wondering can i change the output format of the pdf api into markdown format?The output format of acrobat pdf api is not suitable for LLM applications like chat pdf. I tried converting the output programmatically but this task is so complex that i gave up.It would be cool if pdf api can combine seperate excel files and image files into one single markdown file for each pdf page.If there should be an inbuilt option to get output as markdown then it would be greatly helpful for ai chat pdf applications.There is service from Mathpix that does it but i find acrobat pdf api to be better in OCR.Any advice?
Hi, I embed with Adobe API a PDF doc and all text is in English and I would like to see it in Portuguese. Thank you for any help.JMRuas
Hello.We have Excel spreadsheets with UK dates (dd/mm/yyyy).When I convert them to PDF using the API the dates come back as US (mm/dd/yyyy).This is odd as any other 3rd party method does not convert dates, and surely Adobe shouldn't be modifying contents unless specified within the API.Our client will not accept dates in that format. I have changed the endpoint to EU (https://pdf-services-ew1.adobe.io ) as per the Regional Configuration setting to no benefit. We are on the free tier but notice the sentence in the API documentation "Once you purchase PDF Services API, its APIs can be configured to process the documents in a specified region that is listed below."I'm going to assume this is the issue when on the free tier. Any help will be most appreciated. RegardsAlistair
I have created a adobe java service to create a pdf from the excel file. The excel is having the correct number formatting for the german but when it is send for the pdf generation then the pdf is showing the number format as indian number system and not the german number system.public byte[] convertExcelToPdf(byte[] excelFile) throws Exception { try { // Create PDFServices instance using the injected credentials with EU region PDFServices pdfServices = new PDFServices(adobeCredentials); // Create a temporary file from the uploaded file File tempFile = createTempFile(excelFile); try { // Create PDF using Adobe PDF Services with European locale return createPdfFromFile(tempFile, pdfServices, adobeConfig.getRegion()); } finally { // Keep the temporary file for debugging - comment out the deletion if (tempFile.exists()) { tempFile.delete(); } } } catch (Exception
お世話になっております。 Acrobat Services APIの利用について質問です。【目的】 Google Apps ScriptからサーバーサイドでAPIを呼び出し、PDFの操作(最終的には画像のオーバーレイ)を行おうとしています。【問題】 認証情報を「OAuth Server-to-Server」方式で作成し、アクセストークンの取得には成功しました。しかし、そのトークンを使ってAPIの操作(/operation/pdfpropertiesや/operation/exportpdfなど)を呼び出すと、全ての操作で401 Unauthorizedエラーが返ってきてしまい、先に進めず困っています。【状況の詳細】認証方式: OAuth Server-to-ServerClient ID: 2b05087f477a4923a3d2aae596d0937a成功する処理: Client IDとClient Secretを使ったアクセストークンの取得。失敗する処理: 取得したアクセストークンを使った、全てのAPI操作(例: /operation/pdfproperties)。正確なエラーメッセージ: Code: 401, Response: {"error":{"code":"UNAUTHORIZED","message":"Not authorised to perform the operation."}}リクエストしているスコープ: pdf_services を含んでいます。試したこと: Free Tierの利用回数(500回/月)は超過していません。【質問】 以上の状況から、アクセストークン自体は取得できているものの、PDF操作を実行するための権限(Permission)が、作成した認証情報に付与されていないのではないかと考えています。これはアカウント側の設定や、何らかの制限によるものでしょうか?あるいは、他に確認すべき点があればご教示いただけますでしょうか。よろしくお願いいたします。
Hello Adobe Community 👋,I’m a final-year computer science student and recently completed a personal project — a PDF authenticity analyzer 🧪 — designed to detect signs of tampering or unauthorized edits in PDF documents.I tested it using two versions of the same file:✅ AI For Beginners.pdf (original)! AI For Beginners (Modified).pdf (manually altered using a PDF editor)🔍 The tool performs the following checks:🗓️️ Compares metadata (creation vs. modification dates)🔐 Identifies missing or invalid digital signatures🧠 Highlights font anomalies and misalignments⚠️ Detects unusual object layering or structure inside the PDF🛠️️ Tech Stack:Python with Flask (backend)PyMuPDF + pikepdf (for PDF analysis)Tailwind CSS (frontend) Goal:To create a lightweight, accessible, web-based tool for document authenticity verification — especially helpful in 🎓 education, 👔 HR, and ⚖️ legal environm
We want to build accessibility in PDF documents embedded in a website. In the View Document mode within our website, the screen reader such as NVDA is not able to read the contents of the document. Please suggest what do we need to do in order for the screen reader to read the contents of the PDF doc embedded within the Website and also identify any editable fields which may need to be filled in by the end user.
Hi Team, I am trying to redact and sanitize a PDF file where already redaction markups are already added using Adobe Acrobat pro Desktop application manually. Was wondering there is no endpoint mentioned anywhere in the documentation. Is this really supported in Adobe PDF API services. If yes, can you please suggest me the approach and some documentation around it. The only reason I want it via API is due to the use case here is to redact thousands of PDFs and API would be stable to proceed. Appreciate quick response and thanks in advance.
I am trying to convert a local html file to PDF through Adobe PDF Services' REST API.I have followed the steps at https://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/But I get stuck on Step 2 Section 2: Uploading the Asset, with an error from AWS: "No AWSAccessKey was presented." I can successfully retrieve the "uploadUri" with:curl -H "Authorization: Bearer {{ access_token }}" \ -H "X-api-key: {{ client_id }}" \ -H "Content-Type: application/json" \ -d "{\"mediaType\": \"application/zip\"}" \ -X POST https://pdf-services-ue1.adobe.io/assets But the following command always returns an error from AWS (see "aws_error.txt" attached)curl --location -g --request PUT {{ uploadUri }} \ -H "Content-Type: application/zip" \ --data-binary @8998938.zip I have also tried it setting the "mediaType" and "Content-Type" to "text/html" and using "--data-binary @8998938.html". The response was the same. Any help would be greatly appreci
Hello, we are planning to introduce PDF service API. Since we are in accounting, customer data management is important. We are a company located in Korea. If we use PDF Extract API or Adobe PDF Services API, please let us know where (country) the service is uploaded to. Also, after we upload and receive conversion information, does the data remain on the server or is it deleted from the server? If it remains, can we delete it immediately through API?
Here is our requirement to identify the right API. * Edit existing PDF. Basically to add text on designated placeholders.* and sign with signature image at the signature place holder. Looking for the suitable API compatible with React JS. Is it free or Paid? Thanks in advance!
Hi All, I have a few XFA PDF documents. Each of them has dynamic sub-forms and XML data. I'm trying to find a solution to combine them into one DPF. After combining them, it can be static content. The most important thing is to render XFA forms using templates and XML data (to have the same view as a user opens it using Acrobat Reader) and join the results from multiple documents into one. Can someone propose any solutions to deal with it?
I'm not a coder by any means but I'm trying to create an automated business process. I have the front end done, where a user uploads two documents, and the solution is to see the the difference on the numbers in a table contained on page 2 and update them. I created a solution using Python, but it would create an image rather than updating the individual field. This is a no goal for a legal document, as I need the actual field, updated similarly to how you would through Adobe Acrobat. Looking over some documentation and through ChatGPT, it seems Adobe API should be able to replace numbers on document one with the right ones from document two. I am a registered customer using PDF Services API with the DCAPI scope enabled. I can authenticate and use other endpoints (like Combine PDF, OCR, etc.) successfully as well. When I try, PDF Services API /operation/replace-text returns 415 Unsupported Media Type. My credentials are valid and recently used.I have trie
Using the [Merge PDFs] Powerautomate action to merge multiple PDF files into a single file all stored on a SharePoint site. When I do this, I get the Corrupt File error. Here are the relevant steps I'm using. 1. [Get items] (from SharePoint)---- [For Each] ----2. [Parse] (to get file path)3. [Get file content using path]4. [Append to array variable]--- Outside of [For Each] ----5. [Merge PDFs] <- Error occurs here I'm including a notepad file with the raw inputs into the 'Merge PDFs' action for reference. Any assistance in resolving this would be greatly appreciated.
I recently purchased the Adobe Pro upgrade for access to Acrobat AI Assistant. My warehousing company has to process 100's of scanned PDF Receipt documents each day. I thought Acrobat AI Assistant )AIA) would facilitate extracting key data from the first page of these PDF Receipt documents and present the output in Tabular format. I am finding AIA is not there yet... many hallucinations. Does anyone have a similar use case using Adobe PDF Extract API? I have downloaded a free copy of Adobe PDF Extract API, but I am not a seasoned developer and don't really know how to get started with Adobe PDF Extract API. Any suggestions how to get going with Adobe PDF Extract API for a novice?
When I try to create client id using https://documentservices.adobe.com/dc-integration-creation-app-cdn/main.html?api=pdf-embed-api I get an error . I have app with http://example/netsuite where I am trying to give example as domain to create client id . When I give example.com it creates one but that doesnt work . When I tried localhost it did go thorugh but I wanted to generate one for example not example.com
Hi, adding a shape annotation via AnnotationManager.addAnnotations doesn't work as expected anymore.When adding a line for example by passing two coordinates in the inklist. The result is a dot. It will render the desired line when I add the end point twice, but after saving the pdf and reloading, the line turns into a dot again. (Only via the embed api viewer though. A line is rendered, when opened in other pdf viewers) Similar unexpected behaviour occurs when trying to add shapes like rectangles or ellipses. It's pretty much not possible to add anything without the result being completely wonky. I believe this is somehow connected to the handdrawn shapes being smoothed out, but when adding a shape by passing a list of coordinates, I don't want those coordinates processed in any way. I expect the exact coordinates I put in the inklist. Adding an ellipse defined by a list of 32 coordinates now looks like this:In an earlier version of the embed api, the exact sa
Dear Adobe Support Team,I am using the Adobe PDF Services API to generate PDFs from HTML. The initial PDF correctly preserves internal navigation links, such as table of contents or index links pointing to specific sections within the document.However, after applying the Protect PDF operation, the internal links no longer work in the protected PDF.I have reviewed the documentation and tested multiple configurations, including:Allowing the EDIT_DOCUMENT_ASSEMBLY permissionChanging the contentToEncrypt value to ONLY_EMBEDDED_FILESUsing both AES_128 and AES_256 encryption algorithmsDespite these changes, the internal navigation fails after applying protection. The links work perfectly before the protection step.Could you please confirm:Is this a known limitation of the Protect API?Is there a supported way to apply security while preserving internal navigation features?Are there any best practices or planned updates to address this use case?Preserving internal navigation is essential for o
I am receiving the following error in my .NET Framework MVC project when I load a page which has the Embed PDF API scripts. I asked CoPilot to analyze. Here's a snippet:The error TypeError: Cannot redefine property: safeSessionStorage occurs because the Object.defineProperty method is being used to define a property (safeSessionStorage) that already exists and is non-configurable. Non-configurable properties cannot be redefined or modified.The root cause likely lies in the initializeStorage function, which attempts to redefine the safeSessionStorage property. Without access to the full implementation of initializeStorage or the context in which it is called, it is challenging to pinpoint the exact issue. However, it is possible that the property was previously defined as non-configurable, either by the same codebase or an external library.The issue happens in a script loaded from Adobe's site called "StorageHelper.js". The code in question is on line 45:Object.defineP
Using Power Automate Desktop to test PDF Merge. The inbuild action - "Merge PDF Files" works correctly with my 2 sample pdf files but the Adobe PDF Services action - "Merge PDFs" constantly fails with the error - Cloud connector call failed with status code 'BadRequest'. complete message details below. I am using the same files as the working inbuilt action. Also tested with other pdf files. Connector is showing as "green". Also have created new connectors but that has made no difference. Does not work whether I pass the file name in a parameter or add them in individually. Correlation Id: b91d6aad-457b-4989-94be-5915d1231241Additional info:{"StatusCode": "400","Message": "","Body": {"error": {"code": "invalidFileContent","message": "Invalid file content"}},"Headers": {"Pragma": "no-cache","Transfer-Encoding": "chunked","Vary": "accept-encoding","Strict-Transport-Security": "max-age=31536000; includeSubDomains","x-ms-islandgateway": "_prdil
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.