『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi All , I am trying to invoke the Adobe PDF Services API to convert word document to PDF. Is it possible ? I am using this API externally in Post man . Endpoint: https://pdf-services.adobe.io/operation/convertToPDF{ "input": "Base64 encoded DOCX file", "outputFormat": "PDF"}. Is this valid ?
Hi ,Is there any PDF Services API to modify document and add a footer to the document ? Please provide the API endpoint.Thanks
Is there a way to hide or disable context menus (Add sticky note and Use Drawing tool) when a PDF file is viewed on Web page using Adobe Embed API.Our customized implementation use case ask to restrict user to perform annotation based on its profile and hence need to ensure PDF is viewed but annotation is not allowed for user. Currently I don't see any configuration to hide annotation related contex menu or disable them.Attached is screen shot.
Hi team,it seems kike PDFServicesSDK is affected by CVE-2024-45302 found in the RestSharp dependency. See: https://github.com/restsharp/RestSharp/security/advisories/GHSA-4rr6-2v9v-wcpc There is a fix availaible in RestSharp version 112.0.0. Do you have plans to update PDFServicesSDK to latest RestSharp version? I did search for any mention of the CVE in connection to the SDK but did not find anything. Thanks a lot for any information. Best,Ariana
When I make HTML TO PDF API using .Net SDK I get this error "{"Bad Address, request terminated; requestId=8a16cea5-deb2-4d6b-a044-74b4e0451467"}" private async Task<Stream> CreateFromHtmlStream(Stream htmlDataStream) { try { // Initial setup, create credentials instance var credentials = GetCredentials(); // Creates a PDF Services instance var pdfServices = new PDFServices(credentials); // Creates an asset(s) from source file(s) and upload var asset = pdfServices.Upload(htmlDataStream, PDFServicesMediaType.HTML.GetMIMETypeValue()); // Create parameters for the job var htmlToPDFParams = GetHtmlToPdfParams(); // Creates a new job instance var htmlToPdfJob = new HTMLToPDFJob(asset).SetParams(htmlToPDFParams); // Submits the job and gets the job result var location = pdfServices.Submit(htmlToPdfJob); var pdfServicesResponse = pdfServices.GetJobResult<
Hello, This is Ravi from MortgageKart, a UK based Mortgage and Insurance intermediary. We have exhaused the Free tier transactions for Adobe Acrobat Services Free Tier. I have been trying to contact sales since Dec 2024 and have raised a pricing requesst for 7 to 8 times but no one seems to be getting back. I wonder how should I progress here and continue using the APIs
I have AWS S3 file url (PDF file) which I have to upload to adobe online and open it for editing. I could not able to find any API related to it. Could any one help me to do this. Thanks in advance.
Hi team, I noticed that the annotationManager.selectAnnotation() API jumps to the annotation's page's beginning location, instead of the annotation's location or centering the annotation. If the annotation is at the bottom of the page, then the annotation won't even appear as it only shows the upper half of the PDF document.
PROFESSIONAL EXPERIENCE {% repeating-section user.experience %}{{ company }} {{location}}{{ role }} &n
I am a novice to coding but am trying to figure out the PDF Extract tool to reduce data entry into my ERP. I need help to understand the process. The tutorials presume a lot of prior knowledge. Can someone help?
In Word, when saving as PDF, there is an option to include existing bookmarks in the PDF: When creating the PDF using PDF Services API, the bookmarks are not included.Is there an option to include them? If not, are there workarounds/ideas how to do it?I need the existing bookmarks from Word to appear in the PDF. Thank you.
I have an issue where I am getting an error in PowerAutomate while using Adobe PDF Services connectors, Private key file could not be parsed. Strange thing is I am using same account for another flow in same environment and it works fine and fails for only this flow.
Hi,We are encountering an issue (please find the attached image) when loading a webpage using the Adobe PDF Embed API. This issue occurs only on certain iPhone devices and exclusively in Safari.We observed this issue on an iPhone 13 running iOS 15.0, where the page fails to load properly. While it also occurs on some other iPhone models, it functions as expected on most versions and devices.Initially, the page loads correctly, but it then automatically reloads and breaks. After troubleshooting, we identified that the issue is caused by the PDF Embed API. Removing the API code allows the page to function as expected.We would appreciate any assistance in resolving this issue, as it is impacting our production environment and requires an urgent fix.Thank you!
Hello, is there a way to disable "Download Document" when user right click on the pdf in PDF Embed API?
Hello, I use the PDF generation API to send docx template + array to retrieve pdf. All was working fine since end of March.A working docx template will no longer work if i save it again (like add space + remove + save).the problem occurs only when converting in pdf: template docx to docx seem working fine.'cpf:inline' => [ 'outputFormat' => 'pdf', 'jsonDataForMerge' => ['toto' => 'toto'], ],outputFormat as PDF trigger the error.here is the UNSUPPORTED_OR_CORRUPTED_TEMPLATE error : \"cpf:status\":{\"completed\":true,\"type\":\"\",\"title\":\"Either unsupported or corrupted file content provided. The only supported format is docx; transactionId=XpY0r4AgreDVkynOlMAPp60Qau7COeTL\",\"status\":400,\"report\":\"{\\\"error_code\\\":\\\"UNSUPPORTED_OR_CORRUPTED_TEMPLATE\\\",\\\"source\\\":\\\"docgen_engine\\\"}\"}It seems there is may be a conflict with the Microsoft Word update and Adobe API service ?
I’ve been following the steps in the (view.developer.adobe.com/document-services/docs/overview/pdf-services-api/vip-mp-onboarding-guide/) to set up Adobe Acrobat Services API, but I’m running into issues when trying to create the credentials for my project. Here’s what I’ve done so far:Logged into the VIP Admin Console and added a developer under the “Acrobat Services API - DOC TRANS PACK” product.Created a new project in the Adobe Developer Console, selected the Acrobat Services API, and entered the required details. But when I try to create the credentials, I get stuck at the “Save Configured API” step. It doesn’t allow me to proceed, and I keep getting an error message that says “Unable to save the configuration.” I’ve checked the product settings, and everything seems fine. Here’s a snippet of my configuration, and I’m unsure if something is missing:project: acrobat-services-project api: Acrobat Services API - VIP credentials: [generated-credentials]I’ve verified tha
Hi, Is there a service that will detect if a PDF is scanned? I'd like to determine if a PDF is text-based or a scanned image before OCRing it. I don't see what I'm looking for in PDFProperities. Thanks, Jeff
I have a very simple Power Automate flow set up where a shared inbox recieves an email and the excel attachment is converted to PDF and shaved to sharepoint. I am running into an issue however where after the conversion, the date that I had formatted as =text(C$10,"dddd, mmmm dd, yyyy") is not returning correctly. When I would expect "Friday, January 31, 2025" I am getting "2025-01-31 00:00:00.000". What do I need to change to have the date show correctly on my report?
Hello, trying to use the SDK embed feature to embed a pdf into my Adobe Portfolio website. however I keep seeing that the embed code is not valid, whether it is my own or the sample one provided.
Hi, new to Adobe document generation API using https://developer.adobe.com/document-services/docs/overview/document-generation-api/ to generate document with values gathered.Trying to use table tags with maker, unable to , help is highy appreciated.Attached is sample json used and document table snippet. Json:-{"clientOffices" : [{"clientName" : "ABC Corp","officesArray": [{"countryName ": "USA","cityName ": "New York","employeeStrength ": "500"},{"countryName ": "India","cityName ": "Noida","employeeStrength ": "6000"},{"countryName ": "UK","cityName ": "London","employeeStrength ": "600"}]},{"clientName" : "XYZ INC","officesArray": [{"countryName ": "France","cityName ": "Paris","employeeStrength ": "5"},{"countryName ": "Chaina","cityName ": "Bejing","employeeStrength ": "2"}]}]}Document :-{% table-start clientOffices %}{{clientName}}CountryCityStrength{% table-start officesArray%}{{countryName}}{{cityName}}{{employeeStrength}}{% table-end %}{% table-end %} 
Hello, I'm trying to get annotations to work on a PDF Embed API implementation. The documentation says that in FULL_WINDOW mode it should work on Chrome and Safari on Tablets. I've tried on multiple Android tablets using Chrome, and none of them have the annotation tools pop up, however they pop up fine on a standard PC, on an iPad Pro, and on a Surface Tablet. Am I doing something wrong? Or is the documentation inaccurate, and Chrome on Android is not supported for annotations?My script is below. There are other things on the page as well, including the DIV called 'adobe-dc-view' which appears to be standard, but this is the relevant script for embedding the PDF with annotations capacity. Any advice is welcome. <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script> <script type="text/javascript"> const previewConfig = { embedMode: "FULL_WINDOW", showDownloadPDF: false, showPrintPDF: false, sho
Hi all, previously I had a power automate flow extract the pdf structure into a json object in my power automate flow in a couple of minutes. However, after diagnosing my flow, it seems to get stuck at the extract pdf into json part and does not progress past it even after close to 2 hours. I tried removing every other element after the flow but it still gets stuck on that one particular action. Does anyone know whats the issue? Thanks in advance
Hello,I'm currently trying PDF Embed API.This is good on PC but some features doesn't work on tablet.- Annotations doesn't show on iPad and Android tablet.- Download are not working on iPad.I confirmed it below demo page.https://documentservices.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf > https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/#mobile-support> Annotation tools are not supported on phones in Full Window embed mode. These tools are supported on tablets (both Android and iOS).> PDF download is unsupported on iOS devices, but it is supported on Android.According to above, I expect annotations and download work on tablet. Can I use annotations and download on tablet?I would be very thankful for any suggestions.
In documentation said support on both android and ios, but my user cannot use annotation tools in android tablet (Xiaomi mipad android 12 , chrome 109). And I have test on chrome, ipad air 4 too. I got the same result. But I can use normally on safari. Thanks for all reply
I am using the extract API for PDF tables to export to an Excel file (pdfservices-node-sdk 3.2.0). In the same PDF file, there are 4 identical tables, but when exporting, only 2 tables are extracted. What factors could be affecting the export of tables? How can I adjust to achieve the best results?Only the table highlighted in red is successfully exported to Excel.
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.