『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
I got the following message: Hi Adobe PDF Services API User,Please disregard this email if you’re already using the free trial on the new Rest APIs. We’re reaching out because you’re still using an older version of our APIs in free trial. Please transition over to our latest REST APIs in less than a month. The older version of the REST APIs (Version 2.0) for free trials will only be supported until May 6th, 2023. However, i only user Acrobat Services API for a Power Automate action, and have no way to specify which version of the API i'm using. I've also checked the Power Automate documentation, and it does not specify which version it's using. Does anyone know if this is relevant for Power Automate?
Hi, I have been using PDF Embed API legacy viewer for a while now and it works great. After moving to the modern viewer, I found that it can no longer open password-protected PDFs. I had no problem opening password-protected PDFs with the legacy viewer. Is there something extra that must be done to enable support of password-protected PDFs in the modern viewer? The modern viewer displays the password entry form, but it does not work even after entering the correct password:My only option is to Cancel, after which I see this error on the page: The version of PDF viewer is:Application Version3.1.3-3ac6701a Would appreciate any help. Thanks,/Swee
Attached is the document which I am using to convert. If you see page 8 is exactly similar to page 9 but in page 8 <table> as path is coming but for page 9 it is coming as figure. Would really appreciate if you can take a look.
I'm using the .NET SDK to parse some PDFs of varying sizes, one is 2000 pages and 2MB, other is 6000 pages and around 15MB. I only need the first page of both these PDFs to extract information from, and so the workflow has been to Split the PDF into that first page and then feed that into Extract to get the table information. This works flawlessly for the smaller file but fails at the Split operation consistently for the larger file. I've tried a similar workflow with the Delete operation and that does not work as well. Please advise.
Getting below error while converting PDF to Word using Adobe Power Automate The input file cannot be processed because it is a portfolio.; transactionId=8e60577e-d5af-47bf-86f1-8453d82a5ed4 Anyone knows what this issue is all about?
Hi there, I have experience an error when I was using 'Draw freehand' tool. When I selected another color and tried to draw again, the color did not change. Some colors changed but some didn't. You can easily replicate this bug in the demo on the adobe website. Additionally, can you add a feature to change the opacity of the drawing in the future please? That would be very helpful. Thanks!
Hi,Is there anyway or any paid license to remove the logo from the controls while using PDF Embed API?Thank you for the answers in advance.
I have a simple flow to extract the data from a fillable PDF. Using the Extract to JSON actions (file or object) - I get the JSON code, but in the elements segment - I get none of my data values.Here's a sample of the text items - in this case, this is an input label. But the actual data value does not follow. "Text": "Business Legal Name (\u201cBorrower\u201d) "I've attached the extracted JSON file. Here is my flow. Am I not using the correct action from the PDF Services connector?
Hello, An exception intermittently is raised whenever running the splitPdf.js for adobe pdf services. Now we are running it for various pdf's and for some it works and for others it doesn't. I've pasted the exception below:Exception encountered while executing operation { ServiceApiError: An Internal Server Error has occurred.; transactionId=e97HT6BynCTIl3ukGpRuejdmlhae5iKh at multipartResponseParser.parse (/home/ubuntu/projects/PDF-extraction/node_modules/@adobe/pdfservices-node-sdk/src/internal/api/cpf-api.js:197:20) at IncomingForm.<anonymous> (/home/ubuntu/projects/PDF-extraction/node_modules/formidable/lib/incoming_form.js:107:9) at IncomingForm.emit (events.js:198:13) at IncomingForm._maybeEnd (/home/ubuntu/projects/PDF-extraction/node_modules/formidable/lib/incoming_form.js:557:8) at JSONParser.parser.onEnd (/home/ubuntu/projects/PDF-extr
I have a logic app setup for one of my Project, the point is to create 3-4 different contracts at the same time, while on the front-end UI, the user will have to wait for this process to finish to get to the next page.Now, on few occasion (not always), some of this "Convert Word to PDF" will fail randomly in one of the 4 contracts. And the error message is 502 Bad Gateway."innerError": { "error": { "code": "INTERNAL_SERVER_ERROR", "message": "Error occurred while processing the request; transactionId=1e395724-bc87-4f54-b418-b1ba900ff8d2" } }From the developer console Insight, I do not see any records of 502 cases.So, I am wondering what could be the cause, if anybody else has experienced this kind of issue before. Thank you.
Hello,I am using the "PDF Services Java SDK" (https://github.com/adobe/pdfservices-java-sdk-samples) to create a DOCX from a PDF document.It mostly works, but some elements are transformed to text automatically (OCR) when it shouldn't.For instance, we have a logo in the top left corner: And sometimes, Adobe Services API tries to use OCR on it, which results in garbage characters: Same goes for images of maps, which contain texts (texts, numbers) that the Adobe API messes up: In the API, I don't see any options to prevent OCR on some elements or even to prevent OCR altogether.The only option is the ability to pass a com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportPDFOptions objects, on which you can only set the preferred language for OCR:https://opensource.adobe.com/pdfservices-java-sdk-samples/apidocs/latest/index.html?com/adobe/pdfservices/operation/pdfops/options/exportpdf/ExportPDFOptions.html Is there any way to prevent this behaviour
Hi, We're currently using the PDF Services API, it's however unclear what will happen if we reach 1000 units.Those 1000 were given as a free trail when subscribing. Where can I provide credit card data? Will the API continue working after we reach that 'magical' number? Thank you!
I have this code:MemoryStream ms = new MemoryStream(file);FileRef sourceFileRef = FileRef.CreateFromStream(ms, ExportPDFOperation.SupportedSourceFormat.PDF.GetMediaType());ExportPDFToImagesOperation exportPDFToImagesOperation = ExportPDFToImagesOperation.CreateNew(ExportPDFToImagesTargetFormat.PNG);exportPDFToImagesOperation.SetInput(sourceFileRef);// Execute the operation.List<FileRef> result = exportPDFToImagesOperation.Execute(executionContext); It works perfectly except it writes all these images to the temp directory. I'd like to avoid that overhead. Is there any way to do this using a MemoryStream?
Hello,I am a new user of the Adobe Sign connector in Power Automate.We have a flow that creates an agreement from a SharePoint library template and sends it for an internal signature.When the signed PDF is returned, the flow files it in the SharePoint library.The flow then emails a copy of the signed PDF agreement to an external party for review and approval (their signature on the document is not needed; they simply respond to the email with their approval).Here is the issue:The signed PDF document created by Adobe Sign connector contains the agreement on page one, and an audit report on page two.We don't want to expose this audit report to an external party.Is there a way to supress that report in the flow using the Adobe Sign connector?Thanks in advance for your help!R
I would like to know whether 'Empty Project' using 'Acrobat Services API' do require an approval like 'Templated Project' or not? Looking forward to answer.
Hey friends, a quick note about some Document Generation updates. I'm planning a blog post on this soonish with deeper detail, but here's the TLDR: 1) You can now pass tables in HTML strings: https://developer.adobe.com/document-services/docs/overview/document-generation-api/templatetags/#insert-table-using-table-html-element 2) You can dynamically hide table rows: https://developer.adobe.com/document-services/docs/overview/document-generation-api/complextableconstructs/#dynamic-table-rows 3) Conditions in table cells now work, but require a bit more code. Details here: https://developer.adobe.com/document-services/docs/overview/document-generation-api/complextableconstructs/#conditions-inside-tables Enjoy!
Hello, I'm using adobe api package for python for research, and I reached to the 1000 free api calls limit.I try to subscribe to pay for more api calls but I can't find a way to do it.I'll be happy for your help
Hi there, Our application uses Adobe's PDF Extract API to process documents for business customers. We need to be able to assure our customers that their data is not at risk of being leaked or accessed inappropriately. Could you please tell me what happens to the documents uploaded to this API? Are they stored for any length of time after being uploaded? Cheers,Brad
Hi, I've encountered this error when using annotationManager.addAnnotations(xxx); It was working for some time. then suddenly this error shows up.
when I am trying to upload an asset in step 2 of document generation , I am getting error{"error":{"code":"Bad Request","message":"The request is missing required parameters, or the values are incorrect."}}. It works perfectly only with 'application/pdf' but I need to upload 'docx' file for template. How can I upload the word template in the "process of document generation using the word template and json input data for tempalte"? Thanks,
Trying to use the Split PDF component to split multi-page documents into 1 document per page. I.e. a 20 page file becomes 20 1 page files. For the Split PDF component in Power Automate, what does the Split Configuration Input expect? I checked the documentation but didn't see an explanation Also, there is an input for the output "PDF FIle name", but where does the output get created, into the same source directory as the input?
I am trying to split a PDF based on a site code. I have come across this guide leveraging Adobe PDF Extract services however I can't get it to work based on our Site Code utilising the sample PDF file works but what I would like to do is filter the array based on text. For my use case, I have a document that contains 3000 pages. I would like to build a flow that checks each page for the Site Description which is in this format: "Site A (Support)"; and which will split the PDF's into categories based on what's in the bracket so in the example above it would be 'Support'. When I set my array to 'Text' and set it to 'Contains' and 'Support' or '(Support)'. I get an error message saying the following: Failed: 'The template language function 'contains' expects its first argument 'collection' to be a dictionary (object), an array or a string. The provided value is of type 'Null'.'. Any guidance would be appreciated on how I can search for particular categories such as 'Su
As an FYI, there is an excellent JSON Path extension for VSC, https://marketplace.visualstudio.com/items?itemName=davidmarek.jsonpath-extract. I just used it on a structuredData.json result with "$.elements[*].Text" as a path and it nicely returned all the Text elements. Just FYI.
If I intend to use the PDF Embed API as a paid service in my application solely, do I need to purchase a license for commercial use?
Hi!I am using the PDF embed API on a website and have noticed some odd behaviour on at least one of the pages were I am using it.Whenever somone goes to the page, apparently the PDF content doesn't load. But if yo then refresh the page it not loads the content correctly.Have I messed up something or am I missing something? Very open to suggestions here.The page is at: https://www.kd.dk/idepolitik/
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.