Unlock the full value of DC Web with our global community.
Recently active
Hello, I am able to successfully convert the word doc to pdf using generation api - https://documentcloud.adobe.com/document-services/index.html#get-documentGeneration-status. I get can see the success output in the postman. --Boundary_333122_1595253404_1632276260542Content-Type: application/jsonContent-Disposition: form-data; name="contentAnalyzerResponse"{"cpf:inputs":{"documentIn":{"cpf:l********--Boundary_333122_1595253404_1632276260542Content-Type: application/octet-streamContent-Disposition: form-data; name="Agreement_Template1"%PDF-1.6 %âãÏÓ133 0 obj <</Linearize How can I extract the pdf content from it? or Save the result as pdf file?Or would you recomend using the PDF SDK for it?
I'm try to create an html file with code but I have a crazy issue, I don't find my file with url: https://documentcloud.adobe.com/filename.pdf but in document cloud (https://acrobat.adobe.com/) the pdf files in share mode generate a link like a: https://acrobat.adobe.com/link/track/?locale=it-IT&uri=eccand the code (https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf) is not customizable.Where is the error?
Hello,In the embedded viewer, when copying multiple lines from a pdf it seems that the viewer ignores line breakscan be seen in the live demo, copying the 3 bullets under "10 Years" will result in 1 continous line. (Attached screenshots of what I copied + what was pasted)
Team,Can someone please confirm that we can use OAuth 2.0 for authentication Adobe PDF Services API?Or do we need to use a JWT token for authentication?Thank you.
I'm adding dozens of highlight annotations to a PDF (with a single addAnnotations() call) using the PDF Embed API and it's surprisingly slow, taking on the order of 100 ms per annotation and leaving the viewer completely unresponsive for seconds at a time while they're added. This makes the viewer barely usable for my application; it'd be great if performance and responsiveness could be improved here. Incidentally, it'd be nice to be able to customize the appearance of highlight annotations more; the text bubble symbols aren't useful for what I'm doing, and the bodyValue text doesn't appear to be displayed anywhere so I'm having to do that myself.
I have some PDFs that I would like to OCR using the API, but there's already some text layers in it. The API seems to skip the entire PDF instead of OCRing the image data.
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.
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.