Unlock the full value of DC Web with our global community.
Recently active
Here is the tracebackINFO:adobe.pdfservices.operation.pdfops.extract_pdf_operation:All validations successfully done. Beginning ExtractPDF operation execution ERROR:root:Exception encountered while executing operation Traceback (most recent call last): File "...\env\lib\site-packages\adobe\pdfservices\operation\pdfops\extract_pdf_operation.py", line 134, in execute ExtractPDFAPI.download_and_save(location=location, context=execution_context, file_location=file_location) File "...\env\lib\site-packages\adobe\pdfservices\operation\internal\service\extract_pdf_api.py", line 48, in download_and_save response = CPFApi.cpf_status_api(location, context) File "...\env\lib\site-packages\adobe\pdfservices\operation\internal\api\cpf_api.py", line 86, in cpf_status_api response = polling2.poll( File "...\env\lib\site-packages\polling2.py", line 191, in poll val = target(*args, **kwargs) File "...\env\lib\site-packages\adobe\pdfservices\operation\internal\api\cpf_api.py",
Im Still trying to figure out how I get a new book download to my phone on this App or even work it on my phone... so being called a Spectator on the 2nd day of me downloading this App isnt a really good feeling
User to click "Signature" field and add signature on it.
Is there any option for user to click this field and add signature on it.
Hi all, I've been stuck or a while. I used the sample code from the adobe website for embedding a pdf file but keep getting an error message about client id and not having access, which I've checked and tripple checked. Any idea what I might be doing wrong? I added my domain to my account as well. The only thing I edited were 1) the client id, 2) the file url and 3) the document name, which I've xxxx out for the purpose of this post. Any idea what I might be doing wrong? <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 adobeDCView = new AdobeDC.View({ clientId: "xxxx", divId: "adobe-dc-view" }); adobeDCView.previewFile({ content: { location: { url: "https://documentcloud.adobe.com/link/xxxx" } },
I'm using Adobe PDF Services API in Python. I've created my credentials and installed the pdfservices-sdk module in Python. I've run their (personalised) sample code and I get the error in the image. I've tried other solutions I've found online like adding new environment variables for the host but that doesn't seem to work. Any help would be appreciated, thank you.
I loved using OCR in Adobe Pro as this would correct the orientation of irregular large pdfs that are not scanned well and the pages are not always the correct way up. Can I repeat this functionality in a flow? I am using a trial of Muhimbi which pdfs Emails and attachments in one file, but it does not correct the orientation of pages if scanned badly. We have loads of customer emails which are processed mannually! Archive incoming emails in PDF format using Microsoft Flow – Clavin's Blog (wordpress.com)
We have tried using the following API from the documentation link (https://documentcloud.adobe.com/document-services/index.html#post-protectPDF) Protect :Add encryption and/or restrict permissions on a PDF FileDetails : Endpoint : https://cpf-ue1.adobe.io/ops/{{create}}?respondWith=%7B%22reltype%22%3A%20%22http%3A%2F%2Fns.adobe.com%2Frel%2Fprimary%22%7DError : {"error": {"code": "Not Found", "message": "Oops. Something went wrong. Check your URI and try again.", "details": { "error_code": "404404" } } } We declared the global variable create with value :create in Postman.We were able to retrieve access token, but once used with the above endpoint we were getting the mentioned error. Please do let us know what is the issue with the given endpoint.Let us know if you need any more information regarding the API call we tried.
adobeDCView.previewFile({ content: base64str, metaData:{fileName: "check.pdf"} }, I have not been successful in using the EmbedAPI when the PDF is a base64hex string. Does the content object of the Preview method support it. If so how? I tried some of the options but it gives content errorThanks,
service : Document Services APIsmethode : Create a PDF from dynamic HTMLis there a method to set header , footer and page number in Create a PDF from dynamic HTML method?I have searched the documentation couldn't find anything.Do we have to manage these items ourself. it will be better if you specify the same in documentation
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
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.