『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi All, I am using @ adobe/pdfservices-node-sdk to create PDF from a dynamic word template. Text with multiple paragraphs / new lines cannot be transferred to the template because it will be escaped and merged into a single string.For eg: If I send the below textHi, how are you ?Hope you are doing good.It will be merged into a string like belowHi, how are you ? Hope you are doing good. Could you please help me with this. ThanksNikhil Unni
I want to add some annotations to my PDF document via the APIs. Along with that I also want that the end-user should not add any annotations to the Document. enableAnnotationAPIs: true, includePDFAnnotations:true,But the showAnnotationTools setting should be true for both of these to work. Is there a way to handle this?TL;DRadd annotations via API but not show the annotations tools
I'm looking to open a pdf to a specified page. How would I go about doing so using the API?
What are table and text renditions for the Adobe Extract API?
With the public API, how we can read the file?It appears that we can only poll a octet/stream data I am having trouble reading the response from the API.Appreciate your help.
Hellois there a place listing all the versions of the pdf viewer? I would like to stay on a specific version and update on demand, instead of getting updates automatically thank you
Hi, If I had a word template created with the Tagger Word Add-in and then generated that template with data, typed in text on that document after the generation, saved it, then let's say a few days later need to regenerate that data because maybe there were some updates, would I be able to do that and would the text I added before the regeneration of data persist? Thanks John
I recently integrated the PDF Services API with my website by subscribing to https://aws.amazon.com/marketplace/pp/prodview-g2ikxe6zxsi64 and directly integrating the REST API. Prior to using the API through the AWS marketplace, I tried the free trial period of 1000 "units" to use in two weeks, offered by Adobe and was unable to consume all of the units.Instead, I'm now off the free plan and using the AWS marketplace extension mentioned. It works perfectly, but in the billing, it says I consumed 57,000 units ($2.85) which I don't understand where it came from. I haven't used the API much. Is the polling GET rest API billed as a single unit?
Not sure if this is the right forum to report an issue with the pdf Extract.When a paragraph spans across to the next page, Extract was able to capture the remaining paragraph from the next page. However, following right after it, Extract captures a paragraph that belongs to a different section (aka diff header in json output) below it and brings it up right after the spanned paragraph. The section where the paragraph should belong is empty. This creates inaccurate structure output of the pdf. I can provide a sample pdf if your developer needs it to troubleshoot.
Hello,I have a Sharepoint folder with several PDF files within. I would like to collect the file content from each of those files, create an array variable with the merged file content, and then pass that variable into the Adobe Merge PDFs array input.I have tried appending the file content in several ways but keep running into an error where 'the input file appears to be corrupted'.Here is the flow: And here is the error I get on the Merge PDFs step: Body{ "error": { "code": "OperationException", "message": "For application/pdf mime-type The input file appears to be corrupted and cannot be processed.; transactionId=VQTDOIyZ0GELGsBTn906mdWut90RjQ9z-PowerAutomate" }} Header{ "Transfer-Encoding": "chunked", "x-request-id": "Y9eiSoQ79xzw8YXf3r1QWkptSGVuFD2q", "pragma": "no-cac
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?
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.