Unlock the full value of DC Web with our global community.
Recently active
Hello, I'm using adobe api package for python for research, and I reached to the 1000 free api calls limit.I try to subscribe to pay for more api calls but I can't find a way to do it.I'll be happy for your help
Hi there, Our application uses Adobe's PDF Extract API to process documents for business customers. We need to be able to assure our customers that their data is not at risk of being leaked or accessed inappropriately. Could you please tell me what happens to the documents uploaded to this API? Are they stored for any length of time after being uploaded? Cheers,Brad
Hi, I've encountered this error when using annotationManager.addAnnotations(xxx); It was working for some time. then suddenly this error shows up.
when I am trying to upload an asset in step 2 of document generation , I am getting error{"error":{"code":"Bad Request","message":"The request is missing required parameters, or the values are incorrect."}}. It works perfectly only with 'application/pdf' but I need to upload 'docx' file for template. How can I upload the word template in the "process of document generation using the word template and json input data for tempalte"? Thanks,
Trying to use the Split PDF component to split multi-page documents into 1 document per page. I.e. a 20 page file becomes 20 1 page files. For the Split PDF component in Power Automate, what does the Split Configuration Input expect? I checked the documentation but didn't see an explanation Also, there is an input for the output "PDF FIle name", but where does the output get created, into the same source directory as the input?
I am trying to split a PDF based on a site code. I have come across this guide leveraging Adobe PDF Extract services however I can't get it to work based on our Site Code utilising the sample PDF file works but what I would like to do is filter the array based on text. For my use case, I have a document that contains 3000 pages. I would like to build a flow that checks each page for the Site Description which is in this format: "Site A (Support)"; and which will split the PDF's into categories based on what's in the bracket so in the example above it would be 'Support'. When I set my array to 'Text' and set it to 'Contains' and 'Support' or '(Support)'. I get an error message saying the following: Failed: 'The template language function 'contains' expects its first argument 'collection' to be a dictionary (object), an array or a string. The provided value is of type 'Null'.'. Any guidance would be appreciated on how I can search for particular categories such as 'Su
As an FYI, there is an excellent JSON Path extension for VSC, https://marketplace.visualstudio.com/items?itemName=davidmarek.jsonpath-extract. I just used it on a structuredData.json result with "$.elements[*].Text" as a path and it nicely returned all the Text elements. Just FYI.
If I intend to use the PDF Embed API as a paid service in my application solely, do I need to purchase a license for commercial use?
Hi!I am using the PDF embed API on a website and have noticed some odd behaviour on at least one of the pages were I am using it.Whenever somone goes to the page, apparently the PDF content doesn't load. But if yo then refresh the page it not loads the content correctly.Have I messed up something or am I missing something? Very open to suggestions here.The page is at: https://www.kd.dk/idepolitik/
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?
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.