『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi, Is there a way to upload local PDFs to Document cloud via APIs and get a link to that PDF to share?
I am developing a system that uses the Adobe Extract API to extract sentences from PDF file in JSON format.When I hit the Adobe Extract API against the PDF file, parts of the document where was the text was extracted as image.In the image below, red part is extracted as text (expect result).But blue part was extracted as image (unexpected result). This is the code I used:https://github.com/adobe/pdftools-extract-node-sdk-samples/blob/main/src/extractpdf/extract-text-tab... This is the PDF file. Page of the image above is on page 59:JP-N-KP-EPI-2000063_イーケプラ経口剤IF_rev18.pdf (ucbjapan.com) The language of the PDF is Japanese. The PDF file is not a scanned paper file, but a PDF file of digitally created data.Is there any information or solution for this?
I miei documenti da scaricare Inail e Inps che mi hanno fatto
I have an embedded PDF (embedmode "IN_LINE") and it's located way down the page (out of the viewing area), however the page jumps/focuses on the PDF once it's loaded. This still happens, even with the variable "focusOnRendering: false". I've also set the default PDF reader in Firefox to Adobe PDF, but to no avail.
Is there a object that does the inverse/reverse to DeletePageOperation that allows you create new PDF based on the ranges you want.
Is it possible to use Services API within .net4 project?
ASCNM🌐⚛☸✡♋♾️
Hi, I've been using the PDF Extarct API to display the content of a PDF as an HTML file, so far it's working well, but I'm seeing a couple of odd cases that you might be interested in. The following happens in a pdf that has sets of fill-in-the-blank questions. For the folllwing text from the PDF: SELECT c.name 'Channel', COUNT(i.dataid) 'Count of Items' FROM __________ i, __________ c WHERE i.parentid = c.___________ AND i.____________ = 208 GROUP BY c.name, i._____________ ORDER BY COUNT(i.___________) DESC The last line is extracted as an image instead of text, see below
Good Morning Team,We are trying to fetch the annotated pdf which will be downloaded when clicking save button we tried to call mannually saveAPI but it is not working Requirement: can we call the API which help to fetch annotatedPDF, without clicking save button inside adobe web viewer.Please suggest us the possible way to call saveapi and get the annotated PDF.Thank you Sudharsan
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?
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.