『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
For example, when "usesr A" open the document, only annotations from "User A" should be available.When "User B" opens, only should show annotations from "User B".
Hi,when I upload the files to server (https) the download and print buttons are not shown. Same settings on localmachine (http, own credentials of course) show the buttons along with the legal notices. No errors in the console. Any ideas?
Error code P81: Another installer instance is runningError code P81 indicates that another installation might be running in the background.SolutionWait for the other installation to finish, and then try again.I will try and try again, But time remaining is very slowly and I use internet download speed to 52.79 Mb/s. Time remaining show 120 minutes left
Hi,I'm working on an application that ingests PDF files, parses, and produces metrics. I ran into issues with these files because they are generated by different applications and I don't have control over how the PDF files are generated. The contents of the file is well defined, but applications produce PDF files via 3rd party libraries, tools, or API's. Some of these applications are old and are possibly using PDF generating libraries that are out dated. I'm looking for a good way to verify and validate PDF files. Could anyone point me to a tool, library, or API that I can use to help me get some insights from each PDF file? I'd like to include a step in my workflow where I can get some metadata out of PDF files and determine whether it is valid or could lead to potential issues in my workflow. It would be even better if there was a way to take a PDF file and pass it through a "cleaning" process which would make the file more up to date. Any help would be greatly appreciated
hi, thanks for this great tool. Although on mobile there is no availability to make draws and add notes on PDFs, SAVE button is still shown. thanks.
Is there a way to rotate a page in a PDF file in View SDK, and then save the PDF with the page rotated? We are working on an application to receive scanned/faxed documents and we expect that users will scan pages upside down from time to time. How can we rotate the page and save it so that users can view the page right side up?
We have received several reports where some individuals in the community are posing as Adobe Employees. These individuals are falsely representing who they are to gain your trust, and possibly access to your computer or personal information by offering to help troubleshoot issues. Here are 3 easy ways you can identify Adobe Staff: ➊ All Adobe Staff have a RED ADOBE BADGE below their profile picture and an Adobe logo after their username. This staff badge is visible on Adobe Staff profile pages, original posts, and reply threads. ➋ Genuine Adobe emails are always __________@adobe.com ➌ Adobe Staff will never ask you to share your passwords or sensitive information in the Adobe Community. Adobe employees will always direct you to communicate through an official Adobe channel to set up support sessions. Report abuse or suspicious behavior to phishing@adobe.com
Hey there, do you have an estimation about the next releases? What is on your roadmap? With regards to the view-sdk it would be fantastic to see something like customizable react library. Do you consider building something like that?
According to my tests it works when the "API Key/Client ID" is generated with certain "Adobe ID" accounts and not with others. With this "Adobe ID" adobe@damezumari.net it work :https://www.damezumari.net/WORK/Demo_PDF/adobe@damezumari.net.htm With this "Adobe ID" jptavan@cci-paris-idf it don't work (File preview not available) :https://www.damezumari.net/WORK/Demo_PDF/jptavan@cci-paris-idf.fr.htm
I have created multiple credentials using this URL:https://www.adobe.io/apis/documentcloud/dcsdk/gettingstarted.htmlDC View SDKHow do I see the list of credentials I've made so far? It seems I can make credentials for each subdomain but I can't see the list of those already created.
When I type this into the browser http://vintagecooking.live/files/testCookbook.pdf#page=11It takes me to page 11 of the cookbook. However the script below does not produce the same effect. Is it possible to go to a certain page in a pdf using Document Cloud SDK? adobeDCView.previewFile({ content: { location: { url: "http://vintagecooking.live/files/testCookbook.pdf#page=11", }, }, }, viewerConfig);
hi; i'm rally got a throble to send front my desktop to my cell my resumen and also send to my printer, i have no idea why dosen't printer.
Is it possible to export to docx via the API? I.e., automatically generate/download a PDF stored in the documentcloud as docx?
Hello,I'd like to upload to the Adobe documentcloud from the command line, i.e. via the API (if there is one). Are there any examples?Thanks!PS. This is for personal use, rather than for setting up a service.
Is it possible to enable the "Take a Snapshot" tool in Document Cloud View SDK?
In the demo of the Document Cloud View SDK it is not possible to select the viewer component "Full Screen" When the embedded Mode Full Window is enabled. I would like to know if this is possible, an if not if this is a planned feature. Thank you! Max
I am running Azure with Blob Storage. I created credentials for my domain and my subdomain. My subdomain is the blob storage. No matter which credential I use I get the error "File Preview Not Available" <div id="adobe-dc-view"></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: "f2855aea6b054271be928e64ad386da0", divId: "adobe-dc-view" }); adobeDCView.previewFile({ content: { location: { url: "https://cookbooks.vintagecooking.live/pdf/test.pdf" } }, metaData: { fileName: "test.pdf" } }, {}); }); </script>
I recently build a POC of view sdk. I found that adobe skd captured some events for analytics purpose and also saved user setting if user is already logged in. What to understand more about that does adobe also saved to files to adobe cloud ? We don't want to stored application data out side of our application. Can you confirm that adobe is not storing any file related information on their cloud ?
This application domain (https://alex.patrut.com) is not authorized to use the provided View SDK Client ID. index.html contains the following code: The application domain alex.patrut.com is configured to be autorized in console: What is the problem?
Will there be support for overprint preview? This would be a good tool for print production acceptances, but not if this will not include correct generation of the overprint objects.Here is a sample with embed file that you can use for checks. Look at this file embed and then download it and look it in Acrobat: https://mrserge.lv/apps/pdf-overprint/
File preview not available in Incognito mode : https://www.damezumari.net/WORK/Demo_PDF2/It is the expected behavior ?
Is there a way to add annotations to the document aside from manually adding an annotation using the viewer? I was thinking if it's possible, for example, if I had a collection of notes regarding a document that was stored in an external file that I can somehow load the notes as annotations to the document in the viewer. Is this possible using the View SDK? Or would I need a different tool?
Currently I see functionality for free hand drawing but is there a way we can draw shapes, specifically rectangles with the current SDK or is there a way I can modify that with javascript?
We have a business process in which we import very large numbers of pdf files. Most of the files are all text, so the file sizes are small. Some of the files have embedded images, and the file sizes get much larger, quickly. A 30-50MB file is not uncommon. Is there a utility or tool available that would could incorporate into the import process that would separate a pdf into, for example, two files with one containing the text and the other containing the images? I supposed we could also run it as a post-import process, by pointing it at a specified list of recently arrived files. The keys are maintaining fidelity to the original text, and not needing human handling of each file. Is there any tool or utility available that would do this? Thanks, Steve
Hello, I have a problem opening multiple PDF files that contain important data. After scanning the document, a conversion was made from JPG to PDF format. The generated files can be opened with web browsers and with other solutions compatible with the PDF format without any problem but when I try to open it with Acrobat Reader, it gives me an error message. I have used several versions of Acrobat Reader but without result, just the error message change :an error occurred while reading a streaminsufficient data for an image The problem has already been corrected by Adobe but unfortunately it no longer works :https://helpx.adobe.com/fr/acrobat/kb/insufficient-data-image.html Could you help me solve this problem? Could you give me some leads? I added a sample PDF file to this message. Thanks for your help.
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.