『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi! I am extracting pdf with the following code: extract_pdf_options: ExtractPDFOptions = ExtractPDFOptions.builder() \ .with_elements_to_extract([ExtractElementType.TEXT, ExtractElementType.TABLES]) \ .with_elements_to_extract_renditions([ExtractRenditionsElementType.TABLES, ExtractRenditionsElementType.FIGURES]) \ .with_table_structure_format(TableStructureType.CSV) \ .build() All table elements have a filePaths list, with a .csv followed by a .png.Is this order consistent? Can I rely on the fact that the .csv will always be at postion 0? Thanks in advance,Giovanni
Hi,I'm currently developing a React Typescript website for reviewing and sorting PDFs. To display the PDFs I use the embed api.Unfortunately I always get a message that my domain is not authorized. But this is not true. I have registered the domain that leads to the UI. The PDFs are provided via API but given via a FilePromise of the Adobe API to display. What could be the reason for this? After several times recreate the client security code times it works for a few minutes / hours and then again not at all.Are there any official Typescript-React examples? But since it works every now and then, the logic should be correct?Thanks for your helpTranslated with www.DeepL.com/Translator (free version) Best Regards SDK implementation:/* Copyright 2020 Adobe All Rights Reserved. NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it. If you have received this file from a source other than Adobe,
Is there any API available to compare PDF files or any other approach to compare pdf using Acrobat API. we are trying to automate PDF file comparision using RPA tool, instead of going to UI method, we would like to know any pdf comparison API available which can be used in RPA tool.
Hi there, I am using PDF Embed API and I need to store a reference to each annotation in a document inside my database. It appears to me that the ids used to reference annotations change each time a pdf is opened with this API. Is there a way to keep these IDs static, or is there some other way to accomplish my goal? Thanks.
Hi, the bounding box for text comments behaves a little odd, if the displayed page is rotated 90 degrees. The boundingbox itself is rendered correctly, but the text gets cut off or line breaks are inserted at the wrong places. It seems like the width and height of the bounding box are swapped.
I have a pdf file that is 371 pages of images, I need to split the file so that it is more manageable. I can read the Azure Blob in but when I pass it to split I recieve a error. What uses the support chunked transfer mode to pass to your services? Unable to process template language expressions in action 'Split_PDF_2' inputs at line '0' and column '0': 'The template language function 'body' cannot be used when the referenced action outputs body has large aggregated partial content. Actions with large aggregated partial content can only be referenced by actions that support chunked transfer mode.'.
Hi, I have recently updated the embed API in my pdf viewer. and it seems to be have a annotation rendering issue. I save the annotation added to a database and when the pdf renders, I use the annotationManager to load the annotation and render it into the pdf viewer. and this happens: the annotation is supposed to surround the entire line instead it is just showing half of it.
Hi,We have taken AWS services. I would like to know how can we extract specific pages from PDF using Extract API.
Through 12/18/22 all of my photos are in Organizer 2023. Then I opened Organizer 2020 by mistake and imported all photos from 12/19/22 through 1/31/23 (and added tags and captions). How do I move the 12/19 thru 1/31 photos from Organizer 2020 to Organizer 2023?
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.
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.