『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
When using Adobe Extract API, how is the file content secured during stored temporarily on cloud storage?Is it written in the terms or something?I would be grateful if someone could tell me where it is.
I have tried creating layer and the main code file in ec2 linux instance. Because i thought it might be due to OS dependencies, as lambda uses linux and i was using windows.Now the code is runing but file is not being saved it shows error like, Response{"errorMessage": "[Errno 18] Invalid cross-device link: '/tmp/extractSdkResult/b0ad3e245d6211eca02c3e63cbdf52ea.zip' -> '/var/task/ExtractTextInfoFromPDF.zip'","errorType": "OSError","stackTrace": [" File \"/var/task/lambda_function.py\", line 40, in lambda_handler\n result.save_as(\"./ExtractTextInfoFromPDF.zip\")\n"," File \"/opt/python/adobe/pdfservices/operation/internal/io/file_ref_impl.py\", line 45, in save_as\n os.rename(self._file_path, abs_path)\n"]} It is not saving file.I have tried shutil.copy() mtd instead of os.rename() in adobe library but still file is not getting saved If you think i can use another mode instead of using this line# Execute the operation.result: FileRef = extract_pdf_operation.exe
Is there a way to automatically copy on fields information to another at a specific time?I am trying to have my number from the Headcount field copy to second field at time (x) and a third at a different time (x). Any help is greatly appreciated!
Is it possible to alter the output schema when using the Extract API to create a JSON file? I do not need the Bounds, ClipBounds, Font, Text Size, and Attribute fields. I only need the Text, Path, and possibly the Page keys. Is there a way to set these options in the initial extraction?
Hi there,Is it possible for the JavaScript API to count how many pages has? I can see when each page is viewed but can't see a way of getting the total page count.Any help is appreciatedConor
Hi, I am looking to convert pdf files to pdf/a files. Does the Adobe Document Services PDF Tools API support conversion of PDF files to PDF/A format, specifically the PDF/A-2U standards? Thanks.
Is it possible? Do I have to save the pdf document as a file on my website to get a URL prior to viewing? All documents saved in my database are saved there because of privacy. If I have to save my pdf documents in my file system instead it defeats the purpose of privacy. I can show these files fine using the header tags but I want to use them alongside adobe sign. Which means I would need to show using your Adobe Embed API to use that functionality. Unless Adobe Sign works with the native browser pdf viewer? Any help is greatly appreciated. Thank you,
Please help us ASAP, tried as below: Scenario 1We are passing Etag Parameter through "PUT" Request for "agreement/{agreementid}/formfields" that we get from GET Request "agreement/{agreementid}" headers key "ETag"We tried as per given in the documentation: https://www.adobe.io/apis/documentcloud/sign/docs.html#!adobedocs/adobe-sign/master/api_usage/enhancements_v6.md#etag-supportBur still getting the error as below:{ "code": "RESOURCE_MODIFIED", "message": "Resource is already modified with newer version" } Scenario 2We also tried creating new GUID for every GET Request "agreement/{agreementid}" and sending as parameter for "if-none-match" = GUID. Then doing "PUT" Request for "agreement/{agreementid}/formfields" by passing "Etag" Parameter with the same "GUID" that was created above. Still getting the same error: { "code": "RESOURCE_MODIFIED", "message": "Resource is already modified with newer version" } Enviroment being used:1) .NET
Does anyone know if the zero-day exploit affecting the popular Apache Log4j utility (CVE-2021-44228) that was announced on 12/9/2021 will affect Adobe Document Cloud SDK solution?
I've got a modest amount of experience with markdown-->html-->pdf using puppeteer etc. but for speed to market the Adobe Doc APIs services can't be beat. Still, I can't seem to find any mention of code or mechanism to create a TOC in MS Word. Any advice would be much appreciated.
Hi, I have a question about using the Adobe PDF Embed API with a pdf file that has been stored within a database in a varbinary format, I have created a Blazor project to view a pdf which worked by setting the data of an object to a data url however it didn't work with large files in some browsers as they had a data url limitation. So I found this api and the example which easily loaded the same large files in this browser however I have not been able to get it to work.Here is the relevant codea div with id="adobe-dc-view"A function which is called by a button and calls upon a js functionand a js function within a .js fileThe js file is refrenced in the _Host File and already has another function within it that works.I believe the fault my lie in the js function code as I am unfamiliar in converting html scripts into a seperate file.Would very much appreciate any help that anyone has on this matter
Hi, I am looking to see if there is any way to have a self hosted solution for adobe view sdk which we are using for PDF Rendering. We need the self hosted way so that the view sdk code is hosted from our CDNs. Thanks!
I have to sign (with a Digital ID) a lot of pdf files with the 'Digitally Sign' feature where I have to enter the rectangle manually so it cannot be automated.It is extremely frustrating that the 'Digitally Sign' function is only available with Tools-> Certificates -> 'Digitally Sign'.Why it isn't on the 'Sign' menu?Why hasn't a Hotkey for it?Why I can't define a Hotkey for it?Why I can't call it from Javascript?Could anyone help make the digital signature process could be faster, easier...?Thanks,J
Hello,Is there there a way to generate PDF and add annotations that are created from the PDF Embed API?Currently, we are using PDF Embed API to view pdf documents and allow users to add some annotations.We store the annotation data into a database and we want to generate a new pdf with the annotations. We can do this for one pdf document using PDF Embed API but we want to bulk generate new pdfs.The reason for this use-case is we are allowing our users to download multiple pdf documents at one time.So we need to do it from the server side without using the pdf embed viewer. We cannot merge the annotations directly to the pdf document because we have a configuration to view original pdf and the version without the annotations, that is why we store the annotation data separately.We can't store 2 versions of the pdf either because we allow only specific annotations from specific users to be included on the generated pdf. Thanks,
It seems the Adobe API endpoint for PDF to DOCX conversion did not work between approximately 17:16 UTC and 19:25 UTC. In that time period all our requests made with the .NET Adobe.DocumentServices.PDFTools API client either hung eternally or timed out. Was this outage of your API related to the AWS US-EAST-1 outage today?
Hello, I need to convert PDF files to XLSX by .NET with requests to the Adobe API, but when I make the request, the API gives me the following message: {"Error response received for the request: The underlying connection was closed: Unexpected error in a submission."} Any suggestions for a possible fix?Thanks.
Hi!I'm trying to parse a PDF with multiple page and section. Basically, you have a kind of header par with some text and after a table. Both are parsed, but thetable are parsed in the CSV and the "header" in the json and there's no way to match both part together. So I cannot know to which part the table belong too. Is there any solution for that? Or can we split PDF based on text string?Thanks
HiPDF Extract APICan I get json data in utf-8 format withThank Youexample: No: ÝrtibatYes: İrtibatNo: SAATÇÝLÝKYes: SAATÇİLİKNo:ÝLAVELERYes:İLAVELER
How can I fix this error, been trying to extrac the pdf multiple time with the free trial, it takes the quota but not returning me any zip file. Thanksraise SdkException("Request could not be completed. Possible cause attached!", sys.exc_info()) adobe.pdfservices.operation.exception.exceptions.SdkException: description =Request could not be completed. Possible cause attached!, requestTrackingId=(<class 'requests.exceptions.ReadTimeout'>, ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='cpf-ue1.adobe.io', port=443): Read timed out. (read timeout=4.0)")), <traceback object at 0x0000021C5A19BD40>) My code:# Copyright 2021 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software distri
Hi, I want to show all the bookmarks for the pdf in the embed view. Please note that the pdf has the bookmarks. But it is not showing that in the embed view. It is only showing the thumbnail switcher in the left hand pane. Is this achievable?
Hi, One quick question: I contacted Adobe's tech support number and was informed Adobe Embed PDF API is only available to Enterprise subscribers. I am an individual subscriber of Adobe's Creative Cloud and have assess to all their apps for $55 per month. This is not clear to me.Doesn't my subscription include Adobe Acrobat among other apps? Why am I not allowed to use the Embed PDF API feature? This is an important feature that should be available to all subscribers.Have i misunderstood their tech support? Did he mean I don't have assess to their tech support unless I am an Enterprise level subscriber or did he really mean I can't use the Embed PDF API feature at all?Any help will be greatly appreciated. Thank you in advance.
When you hyperlink a mail ID in Indesign, convert it to PDF, and render the PDF on a web page as API, the email link does not work. When you click the email link you get an alert:Do you want to open this link: mailto:abc@hpe.com?, when you click yes, you are taken to a 403 Forbidden page and the address bar shows: https://documentcloud.adobe.com/view-sdk/2.22.1_2.8.0-5d611c6/nullabc@hpe.com.Ideally, it should prompt user to open the link in email app. What is the resolution for this?
I'm trying to use .net sdk to create PDFs using URLs, when I try to convert HTTP site insted of HTTPS I'm getting an exception saying it's only working on HTTPS urls, Is there any workaround or option to enable this to work on HTTP sites as well.
any one worked on pdf to json conversion with node.js
For secure PDFs, such as embedding an expensive book for members-only, how can I stop them viewing the source and copying the URL into a browser to download the PDF? Here's the part that they could copy-paste: content: {location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}}, Encoding the PDF as a base64 doesn't seem to work looking through the forum, and would make a massive line of code for this book. Perhaps setting something on the PDF file so that even if they download it, they can't open or print it. I suspec this will affect the embedded file, so it might not be possible. Appreciate any thoughts, thanks in advance.
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.