Unlock the full value of DC Web with our global community.
Recently active
I would like to draw on bounding boxes onto a PDF using Embed API but I cannot see how to do this anywhere in the documentation. Is this supported by Embed API?
Is there a way to disable the Open Web Page modal when users click on hyperlinks within the embedded PDF document? Most of the hyperlinks in our documents point to URLs on the same domain as the PDF Embed API credential's application domain (i.e. the same website as the embed). Having a modal requiring the user to make an additional click creates unnecessary friction for the user.
Hey folks, just a quick update. We had a minor release today that included some bug fixes and stability improvements, but also a new feature for our PDF Extract API. Specifically, a "is_scanned" property will be returned in the JSON output. You can see it in the "pages" array. Here's one sample. { "boxes": { "CropBox": [ 0, 0, 630, 810 ], "MediaBox": [ 0, 0, 630, 810 ] }, "height": 810, "is_scanned": true, "page_number": 0, "rotation": 0, "width": 630 }, You can find the release notes here: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/releasenotes/#extract-pdf-server-side-release-22-february-2022-server-side-release Also note that if you are using our JSON Schema (for example, Visual Studio Code supports this well), there was an older URL that still exists but is out of date. I've filed a report to get rid of it. Ensure you point your editor to the new URL here: https://develo
Hi I'm currently using the PDF Embed API and I'm adding a hundred of shape annotations to a PDF (with a single addAnnotationsInPDF() call) and it adds all the annotations visually, then adds one annotation at a time very slowly, that I can see following the triggered events and during this action it locks the application screen and take several minutes to complete. This makes the viewer barely usable for my application... A JSON example of an annotation that is added:{ "@context": [ "https://www.w3.org/ns/anno.jsonld", "https://comments.acrobat.com/ns/anno.jsonld" ], "id": "a3e2414b-1cef-4c4b-8447-1d143b42a79a", "type": "Annotation", "motivation": "commenting", "bodyValue": "-", "target": { "source": "17", "selector": { "node": {
Hi,when using the PDF extract api i can successfully submit a request using the following contentAnalyzerRequest{ "cpf:engine": { "repo:assetId": "urn:aaid:cpf:58af6e2c-1f0c-400d-9188-078000185695" }, "cpf:inputs": { "documentIn": { "cpf:location": "ExtractDocumentInput", "dc:format": "application/pdf" }, "params": { "cpf:inline": { "elementsToExtract": [ "tables" ], "tableOutputFormat": "excel", "renditionsToExtract": [ "tables" ] } } }, "cpf:outputs": { "elementsInfo": { "cpf:location": "ExtractDocumentJson", "dc:format": "application/json" }, "elementsRenditions": { "cpf:location": "ExtractDocumentOutput", "dc:format": "text/directory" } } }When i then use the status endpoint i receive the following error: Internal Error. [Component: Engine. Error: Mandatory output elementsInfo not generated by chain.]Is something wrong with
We are developing a system that uses the Adobe Extract API to extract specific sentences from PDF files to create new sentences. When we send a 10MB, 180-page PDF, we sometimes receive a 500 error response.REST API is used for the request, and SDK is not used. Is there any information or solution for this?
Hey guys, I am using docgen in a MS Flow to add different values from our Sharepoint CRM to our offers and reports written in MS Word converted to a pdf. Is there a chance to generate the pdf of the final version of my word document? I don't want to send out Annotations to my customers. Thanks Benni
The content of pages shift to next page while exporting from pdf to docx using adobe pdf service api - export api leading to increase in number of pages in docx format compared to pdf. Is there a way to maintain the content in the same page while converting from pdf to docx.
Hi, I'm using Rejetto's HFS to allow HTTP connection of my hosted file. Got my API key, the demo file works, but when I change the URL to mine, I get an error "can't preview" If I enter that URL directly in Chrome, work as expected, the PDF file download. When the API run, I get a log entry for a request of the file in HFS, but the file never get send (no output) Any idea why ? Thanks,
HI, Is there a way to query the Doc Servcies APIs for a document transaction count? I'm thinking of a couple of use cases:sending notifications/displaying messages when document transaction licenses are lowchecking for available transaction licenses before starting to send a large batch of documents for processingdisplaying a dashboard of licensed transactions, used transactions and remaining transactions, # of documents generated, and # of pages generated Thanks.
HiI have donloaded main.js using this link https://documentcloud.adobe.com/view-sdk/main.js.And stolred it in my project folder, If i refer this from local folder PDF is not loading and there are some errors. Is there any way to refer js file from project folder?
Hi Im trying to put up my own weather station with an OpenWeather API but Portfolio just says "This embed code is not valid" but I can see its active on the OpenWeather API Page. Can anyone help me with this Tim
I want to print my pdf from an external button, like this.
[PDF Embed API] I want to update the viewer config after its loaded?(we want to build a VIEWER COMPONENTS just like in the demo, but how i can control viewer config for existing file?
Hi There, I'm using the Microsoft Power Automate connector for PDF Services APIs and it is working really great for us. however, we have exceded the maximun amount of transactions. and now we are ready to move to production. unfortunately the experience so far has been really frustrated. I've filled out the form 4 times and have not get any response for the team also there is only one way to subscribe to the service but it is on AWS Any help?
I've successfully built a power automate flow that integrates the Adobe pdf services to merge 2 files as part of the flow. I am now trying to turn that flow over to the employee in my company that is responsible for that process. The first time she ran the flow it asked her for the connection so we entered the same credentials I've been using during testing. I can run the flow but when she does we get and error "failed to create connection for connection id.....the user with object identifier....does not have an entitlement to use PowerApps.I added this user as an owner in the Power Automate Flow but not sure why it is referencing PowerApps (since this process uses automate only). We are currently on the trial plan but do plan to change to a paid plan once the trial ends. Why didn't this connection get shared when I shared the full automate flow?
using Embed API downloading the PDF
Hello everyone,I am planning to integrate the PDF Extract API in UiPath tool and Jupyter notebook.Does anyone have experience in how to Setup or Use it in UiPath and Jupyter notebook
I've tried this but it doesn't seem to work. I created an index html page following instructions found online but it doesn't work.Can anyone help?Thank you.
Upon rendering a single PDF page using the Embed API in "IN_LINE" mode, the container height is not matching the document height. It is consistently off by 35px, resulting in a white bar under the document.The above screenshot is an example document with a black background and in landscape orientation. It is generated by creating a single powerpoint slide with a black background and is attached to this post. It demonstrates the white bar at the bottom. When downloading the document, it does not show the same white bar.
I need to show multiple PDF files on a page, one at a time. User clicks Next and Previous buttons to cycle through these PDF files. I'm trying to reuse the AdobeDC.View object and trying to call previewFile() every time user clicks the next or previous buttons. But after the first file is successfully displayed the next call to previewFile() fails with this error message. [mobx] Invariant failed: Since strict-mode is enabled, changing observed observable values outside actions is not allowed. Please wrap the code in an `action` if this change is intended. Tried to modify: AppStore@1.isHidingBranding <script> let page = 1 let adobeDCView = undefined function next() { page += 1 showPage() } function prev() { page -= 1 showPage() } function showPage() { const url = "api/view/papers.pdf?page=" + page adobeDCView.previewFile({ content: { location: { url: url } }, meta
What I want to do is take an existing PDF template in PDF Format that has form fields in them. I want to send that template along with the JSON data payload to Adobe API so that the API fills those form fields with the JSON data and the PDF gets generated. Is this possible to do? Other companies have this capability. I want to use the existing PDF's I have instead of having to create word templates.
The web application has integration with AdobeSign API.Flow of operation is-User logs into AdobeSign and gets an Access token.Then selects a document to upload to AdobeSign- which succeeds.After this the signing url should open in an iframe where the user can add signers etc.But this is where one user is running into error that says- auth.services.adobe.com refused to connect.This error happens only for this user and only in Chrome. Seems to work in IE.Any pointers would be appreciated. Thank you in advance!
Hello, After an exception is given and we want to debug the issue. How do we utilise the trackingId to debug it? 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-extraction/node_modules/formidable/lib/incoming_form.js:532:10) a
Hi folks! If you haven't yet tried the PDF Extract API (https://developer.adobe.com/document-services/apis/pdf-extract/), you may find this example I wrote interesting: Integrating AI Computer Vision with Your PDF Documents It demonstrates how to work with the output of our Extract process and integrate that with other services, in this case Microsoft's powerful image recognition API.
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.