Unlock the full value of DC Web with our global community.
Recently active
I am using the API to generate a .docx file from a PDF. When I use this online converter tool, everything works perfectly: https://www.adobe.com/acrobat/online/pdf-to-word.html However when I use the API with the same PDF, my exported .docx file is corrupted. When I go to open the file in Word, I get the following message: "Word found unreadable content in "Untitled Document.docx". Do you want to recover the contents of this document? If you trust the source of this document, click Yes." If I click "Yes", the file opens just fine. But I can't figure out what could be going wrong for Word to be giving me this message. Here is my code for sending the request:headers = { 'Authorization': "Bearer #{access_token}", 'Accept': 'application/json, text/plain, */*', 'x-api-key': client_id, 'Prefer': "respond-async,wait=0", 'Content-Type': "multipart/form-data" } j = { "cpf:engine": { "repo:assetId": "urn:aaid:cpf:Service-26c7fda2890b44ad9a82714682e35888" }
Pasit Pintabut
https://drive.google.com/file/d/1BrOt3G-3OB19eSePUyW2lcZqaNJVxiDk/view?usp=drivesdk
Hi all. Looking for assistance uploading via the PDF Services API. The docs are pretty sparse and don't actually include the PUT method. I'm trying to build an integration that can upload a PDF so I can then convert that to PPTX. I've got this working locally with the Node SDK but I can't use that because the result from the export operation isn't what I need (and I can't fork the SDK to make the necessary changes so that would work). I'm looking to use the following flow: Generate asset upload URI Fetch the PDF from an S3 bucket source as stream Upload to upload URI via the stream from step 2. Question:How can I upload to an upload URI using form-data / a stream instead of needing to passing binary data from a local source? Any examples of this would be greatly appreciated!
Just for reference, on page 31 at the bottom is some text "Reference ID: 3610837" It is not in the json output from the extraction API. I have attached the original PDF as well as the json output of your tool.
Hello,I am trying to use Power Automate - "Create Searchable PDF with OCR" to make a PDF file searchable. The original PDF is an A3 electrical schematic where elements are labeled, it would make easier to find components if they were text searchable. Like the picture below.It seems that I might be taking the wrong approach. Please tell me if adobe has a solution to my problem
I have created a template that has one field in it, a Rich Text Field named eSignatures. It has some placeholder text "Sigs" in it.In my flow, I retrieve the file (from OneDrive), and then have a step where I am wanting to put Michelle in the Rich Text field and create a new doc. Then I save it with a new name (in Sharepoint), and when I view it it sill has the placeholder text 'Sigs' insteade of Michelle. What am I doing wrong here?
I am using the Adobe PDF Services in SharePoint Power Automate and I received an email that I am still using the old version of REST APIs. I just want to check on how to update the Adobe PDF Services in SharePoint Power Automate to use the latest REST API? Thank you.
Hi, The PDF Embed API is awesome and I'm really interested to integrate PDF Embed API for our Electron app. However currently the client ID must be used with the correct website domain, while Electron app load the HTML file directly from local file system (file://index.html ) and not from the website domain. Is it possible to support Electron app? It would be awesome if the PDF file can be embedded locally! Thanks for listening! Best regards,Thomas
I got the following message: Hi Adobe PDF Services API User,Please disregard this email if you’re already using the free trial on the new Rest APIs. We’re reaching out because you’re still using an older version of our APIs in free trial. Please transition over to our latest REST APIs in less than a month. The older version of the REST APIs (Version 2.0) for free trials will only be supported until May 6th, 2023. However, i only user Acrobat Services API for a Power Automate action, and have no way to specify which version of the API i'm using. I've also checked the Power Automate documentation, and it does not specify which version it's using. Does anyone know if this is relevant for Power Automate?
Hi, I have been using PDF Embed API legacy viewer for a while now and it works great. After moving to the modern viewer, I found that it can no longer open password-protected PDFs. I had no problem opening password-protected PDFs with the legacy viewer. Is there something extra that must be done to enable support of password-protected PDFs in the modern viewer? The modern viewer displays the password entry form, but it does not work even after entering the correct password:My only option is to Cancel, after which I see this error on the page: The version of PDF viewer is:Application Version3.1.3-3ac6701a Would appreciate any help. Thanks,/Swee
Attached is the document which I am using to convert. If you see page 8 is exactly similar to page 9 but in page 8 <table> as path is coming but for page 9 it is coming as figure. Would really appreciate if you can take a look.
I'm using the .NET SDK to parse some PDFs of varying sizes, one is 2000 pages and 2MB, other is 6000 pages and around 15MB. I only need the first page of both these PDFs to extract information from, and so the workflow has been to Split the PDF into that first page and then feed that into Extract to get the table information. This works flawlessly for the smaller file but fails at the Split operation consistently for the larger file. I've tried a similar workflow with the Delete operation and that does not work as well. Please advise.
Getting below error while converting PDF to Word using Adobe Power Automate The input file cannot be processed because it is a portfolio.; transactionId=8e60577e-d5af-47bf-86f1-8453d82a5ed4 Anyone knows what this issue is all about?
Hi there, I have experience an error when I was using 'Draw freehand' tool. When I selected another color and tried to draw again, the color did not change. Some colors changed but some didn't. You can easily replicate this bug in the demo on the adobe website. Additionally, can you add a feature to change the opacity of the drawing in the future please? That would be very helpful. Thanks!
Hi,Is there anyway or any paid license to remove the logo from the controls while using PDF Embed API?Thank you for the answers in advance.
I have a simple flow to extract the data from a fillable PDF. Using the Extract to JSON actions (file or object) - I get the JSON code, but in the elements segment - I get none of my data values.Here's a sample of the text items - in this case, this is an input label. But the actual data value does not follow. "Text": "Business Legal Name (\u201cBorrower\u201d) "I've attached the extracted JSON file. Here is my flow. Am I not using the correct action from the PDF Services connector?
Hello, An exception intermittently is raised whenever running the splitPdf.js for adobe pdf services. Now we are running it for various pdf's and for some it works and for others it doesn't. I've pasted the exception below:Exception encountered while executing operation { ServiceApiError: An Internal Server Error has occurred.; transactionId=e97HT6BynCTIl3ukGpRuejdmlhae5iKh at multipartResponseParser.parse (/home/ubuntu/projects/PDF-extraction/node_modules/@adobe/pdfservices-node-sdk/src/internal/api/cpf-api.js:197:20) at IncomingForm.<anonymous> (/home/ubuntu/projects/PDF-extraction/node_modules/formidable/lib/incoming_form.js:107:9) at IncomingForm.emit (events.js:198:13) at IncomingForm._maybeEnd (/home/ubuntu/projects/PDF-extraction/node_modules/formidable/lib/incoming_form.js:557:8) at JSONParser.parser.onEnd (/home/ubuntu/projects/PDF-extr
I have a logic app setup for one of my Project, the point is to create 3-4 different contracts at the same time, while on the front-end UI, the user will have to wait for this process to finish to get to the next page.Now, on few occasion (not always), some of this "Convert Word to PDF" will fail randomly in one of the 4 contracts. And the error message is 502 Bad Gateway."innerError": { "error": { "code": "INTERNAL_SERVER_ERROR", "message": "Error occurred while processing the request; transactionId=1e395724-bc87-4f54-b418-b1ba900ff8d2" } }From the developer console Insight, I do not see any records of 502 cases.So, I am wondering what could be the cause, if anybody else has experienced this kind of issue before. Thank you.
Hello,I am using the "PDF Services Java SDK" (https://github.com/adobe/pdfservices-java-sdk-samples) to create a DOCX from a PDF document.It mostly works, but some elements are transformed to text automatically (OCR) when it shouldn't.For instance, we have a logo in the top left corner: And sometimes, Adobe Services API tries to use OCR on it, which results in garbage characters: Same goes for images of maps, which contain texts (texts, numbers) that the Adobe API messes up: In the API, I don't see any options to prevent OCR on some elements or even to prevent OCR altogether.The only option is the ability to pass a com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportPDFOptions objects, on which you can only set the preferred language for OCR:https://opensource.adobe.com/pdfservices-java-sdk-samples/apidocs/latest/index.html?com/adobe/pdfservices/operation/pdfops/options/exportpdf/ExportPDFOptions.html Is there any way to prevent this behaviour
Hi, We're currently using the PDF Services API, it's however unclear what will happen if we reach 1000 units.Those 1000 were given as a free trail when subscribing. Where can I provide credit card data? Will the API continue working after we reach that 'magical' number? Thank you!
I have this code:MemoryStream ms = new MemoryStream(file);FileRef sourceFileRef = FileRef.CreateFromStream(ms, ExportPDFOperation.SupportedSourceFormat.PDF.GetMediaType());ExportPDFToImagesOperation exportPDFToImagesOperation = ExportPDFToImagesOperation.CreateNew(ExportPDFToImagesTargetFormat.PNG);exportPDFToImagesOperation.SetInput(sourceFileRef);// Execute the operation.List<FileRef> result = exportPDFToImagesOperation.Execute(executionContext); It works perfectly except it writes all these images to the temp directory. I'd like to avoid that overhead. Is there any way to do this using a MemoryStream?
Hello,I am a new user of the Adobe Sign connector in Power Automate.We have a flow that creates an agreement from a SharePoint library template and sends it for an internal signature.When the signed PDF is returned, the flow files it in the SharePoint library.The flow then emails a copy of the signed PDF agreement to an external party for review and approval (their signature on the document is not needed; they simply respond to the email with their approval).Here is the issue:The signed PDF document created by Adobe Sign connector contains the agreement on page one, and an audit report on page two.We don't want to expose this audit report to an external party.Is there a way to supress that report in the flow using the Adobe Sign connector?Thanks in advance for your help!R
I would like to know whether 'Empty Project' using 'Acrobat Services API' do require an approval like 'Templated Project' or not? Looking forward to answer.
Hey friends, a quick note about some Document Generation updates. I'm planning a blog post on this soonish with deeper detail, but here's the TLDR: 1) You can now pass tables in HTML strings: https://developer.adobe.com/document-services/docs/overview/document-generation-api/templatetags/#insert-table-using-table-html-element 2) You can dynamically hide table rows: https://developer.adobe.com/document-services/docs/overview/document-generation-api/complextableconstructs/#dynamic-table-rows 3) Conditions in table cells now work, but require a bit more code. Details here: https://developer.adobe.com/document-services/docs/overview/document-generation-api/complextableconstructs/#conditions-inside-tables Enjoy!
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.