Unlock the full value of DC Web with our global community.
Recently active
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
Hi! Using the Document Generation tool, you can put a conditional section within a word document, such as the following: {% conditional-section expr(x = 1) %}Conditional Text Here{% end-section %} I am wondering if it's possible to have a conditional section that is contigent upon TWO conditions, something along the following lines: {% conditional-section expr(x = 1 AND y=2) %}Conditional Text Here{% end-section %}And, if it is possible, how it would be formatted?Thank you!!
HiWe are using the PDF Services API to convert and sign a number of document typs, like doc, to PDF.When we started in January 2023 everyting worked well but in the lastes weeks our documents takes around 10 minutes before the API have converted, before it was around 1 minute. We are using the trail version at the moment, couldn't find any information about limited service time.It is similar documents that we are trying to convert as was used before the increased delay. Thanks in advance!
Hi, I have just received an email from Amazon AWS that Adobe PDF Services API will no longer be available on the AWS Martkeplace to new subscribers and will no longer be supported after August 9, 2023. Will Adobe PDF Services API still be supported by Adobe? If so where will be be able to access it? Otherwise, is the API being discontinued or what is happening? Can please clarify. Regards, PaulPaul
We're using the Embed API to display PDFs on a website. The GA4 measurementId is set and all the custom dimensions are also configured per the documentation, yet we're not seeing any of the Adobe events come through (e.g. Load PDF, Download, Print, Hyperlink Open, etc). The site uses Google Tag Manager (GTM) to inject the GA4 tracker. How can we get Adobe to play nice with GTM?
Hey there, I am trying to render a new dynamic table (lets call it "inner table"), inside another static table(lets call it "outer table").Now, insider a cell of the outer table, i have added the table tags for the dynamic table.When I call the Adobe API, the inner table's rows are now being generated in a new row of the outer table, therefore having multiple outer table rows with only one inner table row.I have attached the expected result from the API and also the actual result that is being rendered by the API in the attachments below.Can someone please explain what is the issue here or what can be done to over come this problem?
would like to put a parallax scroll in the background of my tagged pdf text from the document editor where it was written as if I had generated the document natively in gutenberg, wondering if this is possible
I've been running"convert Word to PDF" as part of a Microsoft Flow (Power Automate) job for a long time, but yesterday it had suddenly stopped working.I get a "Not authorised" error code, but my IT management ensures they have changed nothing on my account, credentials og right level.
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.