『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
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.
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?
Is there a way to specify an annotation as read only, so the user can't edit or delete it?
Hello,I am looking to disable the sticky notes from appearing and being used on the annotations module. I was also wondering how I could add my own shapes to the toolbar.Thank you.
Hi, We are using Embed PDF API. But we came across so many Accessibility issues lately. I would like to clarify the below queries. 1. Is there any way to decouple the "Download PDF" and "Print PDF" options from Menu options and put on the Page controls or else where ? 2. Is there any way to disable / hide the "Search" option ? 3. When can we expect the Embed PDF viewer to be fully Accessibility compliant ? any rough timelines like few months ?4. When is the next release planned for enhancements and any link to the release notes ? Thanks,Bhargav.
Team,We are using Adobe PDF Services connector in Power Automate for converting the word document to PDF.It works fine with the word document that has 1 or 2 pages.But it throws timeout error while trying to convert word document that has 5 pages to PDF.We have not purchased this service yet.we are currently analyzing Adobe PDF Services connector suits our requirement, then we will be intimating the client to purchase.we would like to know whether the timeout issue is occurring due to trial version. We have also attached the document file which is causing issue with this for your reference.Thanks in advance.
In the workflow I'm attempting to structure, I am splitting a large PDF into separate 100 page files, OCRing those files, then attempting to use Extract to grab text information from them. The first PDF always runs fine, however, the files following give me the following error...Exception encountered while executing operation Error: Operation instance must only be invoked once at ExtractPdfOperation.validate (C:\Users\huntera\Desktop\Test\adobe-dc-pdf-services-sdk-node-samples\node_modules\@adobe\pdfservices-node-sdk\src\operation\extract-pdf-operation.js:172:10) I am utilizing Node.JS to compile/run the scripts.
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.