Unlock the full value of DC Web with our global community.
Recently active
I am using java sdk for pdf conversion using the following code:Credentials credentials = Credentials.serviceAccountCredentialsBuilder().fromFile("pdftools-api-credentials.json").build();ExecutionContext executionContext = ExecutionContext.create(credentials);CreatePDFOperation createPdfOperation = CreatePDFOperation.createNew(); FileRef source = FileRef.createFromLocalFile( Utils.getDataDir() + fileId + "." + extension);createPdfOperation.setInput(source);FileRef result = createPdfOperation.execute(executionContext);result.saveAs(Utils.getDataDir() + fileId.split("\\.")[0] + ".pdf"); And I get the following error on the line in bold: om.adobe.platform.operation.exception.ServiceApiException: description ='An Internal Server Error has occurred.; transactionId=4p5gjnmi8oMoRm2IaeQmrs7kHeaiSNFr'; requestTrackingId='4p5gjnmi8oMoRm2IaeQmrs7kHeaiSNFr'; statusCode=500at com.adobe.platform.operation.pdfops.CreatePDFOperation.execute(CreatePDFOperation.java:196) ~[pdftools-sdk-1.
I initially thought this was an issue with S3 but then I found that local files have the same issue. It only occurs with PDFs where we've added ocr text. We use a tool called pymupdf. The PDF works fine with all other viewers that I've tried, but the Adobe Embed viewer has a really hard time opening them. They eventually open, but it takes much too long. Something is wrong.Here is a link to the PDF with the text layer: https://drive.google.com/file/d/1MRqIAN56tgG5FotNhU6r_p22RnB0ag5B/view?usp=sharingAnd the same PDF without: https://drive.google.com/file/d/1z91UcQTcnjqu3u4ysQ1rPCYljfkK322l/view?usp=sharingFiles are also attached.
Hello,I have just tested the PDF file embed via APi on a basic wordpress page.I can't display the PDF in fullscreen.Do you have any idea of the problem?
Two Questions:1. We're having load issues. Slow to load and we get white pages that EVENTUALLY go away. - Any ideas from power users for speeding up the loading time because of the white/blank page on load issue? 2. We considered having the pdf live on our AMAZON S3 instead of on the site, but that's not working. Is there a way to have a document that lives somewhere else appear on the site? If so, would this solve our loading/white page issue?
Are all of them necessary for using the API?
Hi there, When we upload a fillable PDF and render it with the online Adobe PDF reader, the checkboxes don't act as supposed to. When I open the document with the Adobe Reader desktop app, everything works accordingly, but not when I open it on the embed PDF reader. The problem is when I check one checkbox, all the other ones in the same group also check themselves automatically. Everything is fine on the desktop app.
I've been attemptng to extract the tables from a PDF using ExtractPDFOperation, but when I attempt to execute the operation I get an error message saying that "The write operation timed out". I don't know why this would be occuring. The full error message is:File "C:\Users\ERIN\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopenhttplib_response = self._make_request(File "C:\Users\ERIN\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 394, in _make_requestconn.request(method, url, **httplib_request_kw)File "C:\Users\ERIN\anaconda3\lib\site-packages\urllib3\connection.py", line 234, in requestsuper(HTTPConnection, self).request(method, url, body=body, headers=headers)File "C:\Users\ERIN\anaconda3\lib\http\client.py", line 1255, in requestself._send_request(method, url, body, headers, encode_chunked)File "C:\Users\ERIN\anaconda3\lib\http\client.py", line 1301, in _send_requestself.endheaders(body, encode_chunked=encode_chunked)File "C:\Users\ERIN\anacon
We know that Adobe Document Service has document generation API and document protection API,Can I use these two APIs at the same time?For example, protect the document when using the document generation API.Appreciate any thoughts, thanks in advance.
Hi Team, I have updated all the necessary information pdfservices-api-credentials.json and also mentioned the path for private.key file but after reading the private.key information i am getting below exception.I have downloaded the private.key (config.zip) information. org.bouncycastle.util.encoders.DecoderException: unable to decode base64 string: invalid characters encountered in base64 data Can anyone help me what could be the exact fix for this .If anyone need the sample file format please let me know so that i will share it.
Hi,I saw that you use tooltip text. can this text support different languages? how can i configure a language and what languages do you support? thnx
Using Adobe Embed PDF API, would it be possible to restrict the user to only print few of the pages from the whole pdf while clicking print from the adobe toolbar?
Hello, Our developers are using your service to display PDF files in a site we are launching. However, from our internal netwotrk opening the files via the PDF-SDK is very slow (30-60 seconds) for a 5Mb file. It can take longer again to scroll through pages once the file is opened. The PDF files are hosted on a external Goolge server. If we use Adobe Reader client app to open the files directly from the web server they open up near instantly. I suspet our Enterprise firewalls and proxies may be blocking access in some fashion. Is there a guide available for optimal browser/network configuration when using this service? Are there any other tips/hints that coudl be shared? Kind regards, Stu
Hi people, I have been trying to convert HTML to pdf using node.js pdf services-node-SDK but there I am supposed o give input as a local file as per the documentation provided link to documentation whereas my problem is, I need to provide URL as an input and I need to get pdf as output. Thanks in advance.
can we generate PDF in Marathi language in .net MVC
Hello! I'm new here and I would like to ask if there is a way to disable or not to show the save button? please see the attached image.
Say for instance. I have a button on a webpage I would like to link to a specific page in an interactive catalogue pdf document, that I plan to be embedded in a subpage with the Adobe View SDK. Is that possible, And how would I go about it? I don't want to involve my developer before I know it can be done, else I have to settle with current possibilities with either web folder link or google drive embed functionality and then split the pages to fit under pages.Our current approach is to just upload a document to webserver folder, and then add to the URL link ".pdf#page=13" But unfortunately this approach only download the document on mobiles and eventually just start from the beginning. But I want it to be mobile friendly. Hope it makes sense?
Sorry new! Needing a little help! I have created new forms but missing one step that I am unable to figure out. I am wanting the option for the person filling out the form to receive a copy of the form when submitted. I have a button already that will send the form to a desiganted email/ person. But want to make sure the referring person also gets a copy. Thank you for the help,Craig
Hello, I have some pdf document in format A0/A1. I need to extract some information with AI builder model, but AI dosn't support this size of pdf. So I want to split or resize the pdf in size A3 or A4. Can you help me with that? Can I do that with RPA connector premium?
Hi, We are using Adobe Embed PDF API. We are having issues with Download and Print buttons across Mozilla and Safari browsers. In Mozilla - Download button and Print button not working.In Safari - Download button not working (Attached screenshot) Both options are working fine in Chrome.
Hi all,If a certain user adds an annotation, can another user delete it or change its color? if not, how can i achieve this.P.S: the collaboration section was implemented by me to our images and now i adapt it to pdf using the API
I am trying to pay for the PDF API service as I have reached the end of the free quota but there is no way to do it - the "Learn More" link about quotas https://www.adobe.com/go/devs_quota returns 404 and there is not option to subscribe from the current integration. How is this to happen? Do I have to create a new project and integration?
Hi We're on the paid plan of CC and I was happy to see that there is a "PDF Merge" connector in Power Automate.BUT here's the big drawback: why is there a limit of 20 files to be merged? I can imagine to do some workaround like merge 20, then merge the merged one with next 19 etc. But it seems like a silly thing to do. What other providers with no such limit are out there?Or maybe there is a way to solve this using Adobe (in Power Automate, without Desktop)? Any inputs are highly appreciated
Hi, I have noticed a lot of console errors While displaying the PDF and as well as after clicking the Print Button in Safari Version 14.1.1 (15611.2.7.1.6, 15611) I have attached the errors. Please provide pointers on the same.
I'm working on a Django project and I'm to use the Adobe PDF Embed API. I enter the application domain as localhost but it is still not working. Any tips on how I can make it work with the localhost?
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.