Unlock the full value of DC Web with our global community.
Recently active
PFA the pdf and converted json. If you check page 9 of pdf, in json given as page 8 there is table but it is empty giving number of row and column as 0.I have seen this kind of issue many times if some one can help, it will be great
Hi,I have been trying to generate a word file from pdf using the standard code sample and updated JWT token related credentials.The process hangs onFileRef result = exportPdfOperation.Execute(executionContext);and the word file doesn't get generated any longer, this was working previously. Please help on this, as our functionality is currently non-functional due to this.
Hi guysI am currently working on a java project that requires the implementation of a read-aloud feature for PDF documents. The PDFs I'm dealing with include images with alt-text. My goal is to extract both the text and alt-text from the PDF while maintaining the correct reading order to enable the read-aloud functionality. To accomplish this, I would appreciate your guidance on the following:1. Extracting the text from the PDF while preserving the reading order that I've set using Adobe Acrobat.2. Extracting the alt-text associated with the images in the PDF, also following the correct reading order.3. Combining the extracted text and alt-text in the right order, which has been set using accessibily, to generate the content for a text-to-speech system. I am using pdfservice-sdkRegards
I'm having problems is in the interpretation of the json. In the attached example (which were generated by an Adobe community user) I can see page 108 from the document correctly visaulised, but in my case it looks like this: I'm using php for the html code: Can anyone guide me a bit about the coordinates and if I should create any other element apart from the "div"? ThanksMark
We are working on a project where AnnotationTools works fine in Desktop browsers but doesnt even show AnnotationTools in mobile bowser. our code snippet for the viewerOptions:const viewerOptions = {embedMode: "FULL_WINDOW",defaultViewMode: "FIT_PAGE",showDownloadPDF: false,showPrintPDF: false,showLeftHandPanel: false,showAnnotationTools: true};Can you guys tell me can we imlement that feture for mobile browser & if yes then can you provide us some solution for this ?Thanks in advance.
When the PDF Embed API is rendered into an element within a container that has an `overflow-y: scroll; ` property, the HUD view positioning breaks when scrolling. Instead of remaining positioned at the bottom, it seems to scroll up together with the first page of the document (see attached screen capture). This happens when the embed mode is set to `IN_LINE` and any container around it has a fixed height set. The positioning seems to be correctly reset after scrolling once a browser zoom event is triggered, however it will be incorrect again once the user proceeds to scroll again. Steps to reproduce: Create a div container that has a fixed height and an `overflow-y: scroll` property (also happens with `auto`). Use the Adobe PDF Embed API to render any PDF into an element within that div container using in-line embed mode. Scroll within the PDF.
Hi, i want to convert one PDF file that contains more pages into Excel file.I develop a flow in Microsoft Power Automate with action "Convert PDF to Excel".The flow runs successfully but my Excel file (output) only contains the first page of provided PDF (input). Does anyone have an idea on why this behavior occurs and how to fix it so that my Excel has all the pages of the original PDF. Thanks
Hi,I'm processing the json that I get back from the PDF Extract API. My goal is to translate it into HTML so that the resulting HTML would resemble the original PDF as close as possible, with respect to structure. My implementations works pretty well in general, I get the text, images and tables ok - but see below. The biggest problem is that footnotes and tables have often mistakes in the json. Sometimes ordinary paragraphs come under /Table path in the json, sometimes under /Footnote path. Another problem is that the structure of the tables is sometimes incorrect, the text and the table structure in the json does not really match the structure of the table in the PDF. I see the same problem if I ask the API for the .xlsx for the tables, so I'm confident that this problem is in the PDF Extraction service. As a good example, this (public domain) PDF https://unece.org/sites/default/files/2023-04/ECE-TRANS-WP.29-2023-57e%20.pdf has a few problems with the PDF Ext
When converting a Word document to PDF, it tries 8 times to connect to the Adobe service and ends with Bad Gateway error.I can't figure out what the problem is. It always worked fine and now it has suddenly stopped. I changed the credentials several times but nothing to do. Do you have any idea? Thank you in advance for your cooperation and have a good day
I am attempting to obtain the Asset pre-signed URI using the API, but I am consistently receiving an error. I have come across similar issues in other posts, but unfortunately, no solutions have been provided. Does anyone have any insights into what might be causing this problem?<Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><AWSAccessKeyId>ASIAWD2N7EVPLYPGPOMH</AWSAccessKeyId><StringToSign>AWS4-HMAC-SHA256 20230703T214359Z 20230703/eu-west-1/s3/aws4_request cc32d06483c81bf49796f9c8e337d01bb5e1f384d37c3fe7b36a36bd28ca36fb</StringToSign><SignatureProvided>c0b890b2f6ff4f576b2745b7a35912ef18cbb9600e0d58ea6e285d5e433151e0</SignatureProvided><StringToSignBytes>41 57 53 34 2d 48 4d 41 43 2d 53 48 41 32 35 36 0a 32 30 32 33 30 37 30 33 54 32 31 34 33 35 39 5a 0a 32 30 32 33 30 37 30 33 2f 65 75 2d
Hi, The PDF Embed API is awesome and I'm really interested to integrate PDF Embed API for our Electron app.electronjs 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,
The embedded PDF viewer is a really nice and valuable product. I chose it over pdf.js for its reliability and over commercial solutions for its free availability, and I assume many others will come to a similar conclusion.Now that I have started experimenting with it, there are several things that make me rather uncomfortable as a developer to invest a lot of effort into it. I hope Adobe will consider some of the following suggestions, all of which are pretty much standard for professional offerings nowadays. Proper API referenceThe current API documentation comes in the form of a How-To. What we really need is a complete, standardized reference of all available methods in the library. Otherwise I can't deal with potential exceptions and the like. Versioned APICurrently, I have to load the library from an unversioned link (https://documentservices.adobe.com/view-sdk/viewer.js). This way I have no good means to implement workarounds for current issues, let alone deal wit
I am passing the comments/annotations details to the pdf embed api in a particular order. But the order in which the comments are listed in the embed is not the same. How does abobe rearrange? or in other words is there is a way for me to control the order?
Hi,We have subscribed to the PDF Service API in AWS Market. We learned from a message on the AWS website that it will no longer be possible to subscribe to this service in AWS Market. Do any of you perhaps know how the redemption of this service will be done now or do I have to change something ?Thank you for the information
I am trying the sample provided with the SDK. It works fine when run within a console app, but the very same code snippet hangs called from a back-end code.I can see that the SDK successfully makes a call to https://pdf-services.adobe.io/assets, gets uploadUri, but never uploads the asset. I can confirm it is not an issue of access rights to the folder. I have run out of ideas about what could be the possible cause.
Good Afternoon, I have been beating myself up over this for the past couple of hours. I currently am trying to access Document Generation API. I have used this same API for months and all of the sudden my code is giving me a 403 Forbidden Error. I did not make any changes to the Server or the code itsself. The only thing that I can assume has changed is the API. I am not currently using an SDK. I use PHP Curl to make the API calls. As seen in my other posts. Why is it not working anymore. Please reach out to me at your earliest convience. Below is the error code with Transaction ID. Thank you, "cpf:status":{"completed":true,"type":"","title":"Access forbidden; transactionId=5gEWkl2Pwasyl4jFsXaaVTVCttTVTgAb","status":403,"report":"{\"error_code\":\"FORBIDDEN\"}"}}
Hi All,I'm attempting to use the pdf-services-api to combine 2 pdf documents as per https://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/ I have questions regarding how long documents are stored:1) are the documents uploaded stored permanently? Adn should I delete them when I finish with the combine task?2) how long is the combined document available for or is it stored permanently? Thanks,David
Hi All,I am using adobe search APIs to search for a team in the PDF programmatically.I am passing search_string = "all", but it is searching 'allow' also. I want to search only keyword 'all'.I tried with regexp, but it is throwing error: "Invalid_Input: Only string input is allowed".I am using below code for search functionality. document.addEventListener("adobe_dc_view_sdk.ready", function(){var adobeDCView = new AdobeDC.View({clientId: "<YOUR_CLIENT_ID>", divId: "adobe-dc-view"});var previewFilePromise = adobeDCView.previewFile({content: {location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}},metaData: {fileName: "Bodea Brochure.pdf"}}, { enableSearchAPIs: true });previewFilePromise.then(adobeViewer => {adobeViewer.getAPIs().then(apis => {apis.search(<SEARCH_STRING>).then(searchObject => console.log(searchObject)).catch(error => console.log(error));});});}); Kindly Help me to solve this issue. I am stuck here.
I've had folks ask about our Postman collection in the past (downloadable from our REST docs here: https://developer.adobe.com/document-services/docs/apis/) so I thought I'd shoot a quick video demonstrating how it works. I'm not a Postman expert myself, so it may not be the best example, but hopefully it helps folks with using it. Enjoy! https://www.youtube.com/watch?v=WehK1LprK9k (FYI, the forums thought my video was private, but it's public, so I can't embed the video, just link to it.)
I used to access PDF services API from AWS market place. But I am not able to use it any longer. Can someone please help, whats the way out. I am not looking for the free credentials as they have restrcitions of 500 pages only. Himanshu
Problem statement: Want to navigate Exact index of a string in the document sentense: The rain poured relentlessly, drenching the earth in a symphony of rhythmic droplets.want to go and highlight in secound the directly
When there is an input field on the page along with the embedded viewer, it's possible to cause an input field to type right to left instead of left to right. Steps to reproduce (Seen this in chrome and edge from testing): 1) Using the sample below, type a value into the text field at the bottom of the page. Then, highlight the text in the field (as if tying to select all) but keep the mouse pressed down, and release the mouse on top of the embedded viewer. (note: if showing the PDF viewer in split screen view with fields to the right of the PDF, it's pretty common for users to do this) 2) Start typing. The text field will type right to left instead of left to right. Are there any work arounds to this problem? <div id="adobe-dc-view" style="width: 800px;"></div><script src="https://documentcloud.adobe.com/view-sdk/main.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.ready", function(){var a
com adobe pdfservices operation exception ServiceApiException: description ='Access Forbidden; transactionId=xxxxxxxxx'; requestTrackingId='xxxxxxxu'; statusCode=403; errorCode=FORBIDDEN What is the exact error for this message?
Some big updates for yall today: First, we have a new Free Tier. Not a trial, but a proper Free Tier. 500 document transactions per month, every month, for free. Second, our developer portal now has real time reporting, broken down by call type (IE, ocr vs document generation). Next, ESeal is now GA (https://developer.adobe.com/document-services/docs/overview/pdf-electronic-seal-api/) Document Generation supports working with Sharepoint and S3. You can read more here: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/pdf-external-storage-sol/ Finally, our SDKs now support new OAuth credentials. You'll get a deprecated warning in your code output if you use the older style credentials (but they will work for now).
Hello,I am looking for a way to combine 2 (or more) PDFs into one?1) Are there existing Adobe APIs to do that?2) If not, are there 3rd party APIs to do that?3) if none of the above, are there 3rd party scripts/tools that can be called to do that? Thanks a lot.Laurent LandreauBrisbane, Australia
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.