『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi; Is there a way to run this action through the adobe connector within power automate?If there's no specific action developed yet, is there the intention to have it? and if so..., is there a roadmap to know the release dates of this functionality? Thanks in advance for the help guys 🙂
I'm currently a user of https://aws.amazon.com/marketplace/pp/prodview-wzykfz2grnbdk within the USA. We are moving towards a dstributed deployment across many AWS regions. CA and EU to begin. We're having issue with the US version of the PDF service working with Canada or EU S3 buckets. We suspect we may need https://aws.amazon.com/marketplace/pp/prodview-g2ikxe6zxsi64 However we cannot sign up for a subscription since our account is US based. Can you provide guidance on what we should do?
Hi team, When I tested PDF Extract API whith a sample pdf file it was working fine, but occassionaly I am getting below mentioed exception for the same pdf file. What could be the reason for this? And how to handle such exceptions? Thank you! EXCEPTION:raise 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.ConnectionError'>, ConnectionError(ProtocolError('Connection aborted.', timeout('The write operation timed out',)),), )
Hello,Good day everyone I want to inquire is it possible for me to convert a book from scribd to pdf directly from the pdf app
Hi, I'm using PDF embed API to embed a PDF in the website. While most of the pdfs are ok to render. and the text are selectable. I encounter this new PDF. The rendering part is ok but text are not selectable. and the console prints the following error:
I'm struggling. Hoping someone can help. I have a PDF in Sharepoint. I want to convert it to a JPEG using Power Automate. 1 - I used Sharepoint "Get Contents of File" 2 - Then "Adobe Convert PDF to Image" 3 - Then tried to email the image via outlook. Also tried saving the file to sharepoint. In all cases, the Image looks ok (named correctly as test.jpeg) but when I try to open it, it says that the file format isn't supported. Do I need to do a Base64 conversion or something? I can't seem to figure it out. Thanks in advance. Ryan
Hi, I'm using the Adobe Document viewer SDK for the website. I wish to listen to the hover event when the mouse hovers over some links in the PDF. for example over a citation in an academic paper. Could anyone suggest how to do it or if it's possible? Thanks.
I have some PDFs that I want to embed on webpage with PDF viewer using Document Cloud View SDK. The embed works, but the layers are not showing up. These layers house the pop-up content when mouse-over some hot spots on the PDF. Is there a property I can set in the script to call out the layers?
Hello! Just started using the Embed API. I am viewing a file from an DigitalOcean Spaces storage but when I save after marking it up, it doesn't update. Any help would be appreciated! Here is my code:<!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1"/> <link rel="shortcut icon" href="{% static 'assets/images/favicon.png' %}" /> </head> <body style="margin: 0px"> <div id="adobe-dc-view"></div> <script src="https://documentcloud.adobe.com/view-sdk/viewer.js"></script> <script> var document_url = '{{ url }}'; var file_name = '{{ filename }}'; var read_only = {{ read_only }}; var adobe_key = '{{ adobe_embed_key }}'; const profile = { userProfile: {
Hi, really looking forward to testing out the PDF extract tool. I have one question about the preview tool where the results are dispayed with bounding boxes in the original PDF against the extracted data. I have seen tis in the demo, is this available to regular folks too? How do I access this tool to verify my results visually, since we have pretty complex PDFs and so far other approaches have failed? Many Thanks!!
I have finished the free trial & subscribed to Adobe service. In 'Create Credentials' Ive named the project & downloaded 'java' zip file - where do I put these credentials into my current flows to get them working again? Do I have to build the flows all over again?Power automate - Create searchable pdf using OCR ( for delivery documents scanned into document folder).Help please.Thank you.
Hi, I'm Using Adobe PDFServicesSDK to export PDF from HTML. I'm able to Save the file in the desired location which is perfect as expected . But I'm not able to download the File due to only limited properties result.SaveAs option available.Could some one help me to download while button click?.https://github.com/adobe/PDFServices.NET.SDK.Samples
Just a quick note to announce we released a new version of the PDF Embed API today. You can find details on the changes here: https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/modernviewer/ You can also see the new viewer in use on the online demo: https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf Note that your existing code will NOT change and will use the "legacy" viewer until you update you code to point to the new library.
I our application we regularly process 500+, and 1000+ legal documents. We might split them, but we would lose context the API uses to build up document structure, for part detection, headings, paragraph parts, etc.
Hello, Just wondering if anyone is having issues with the document service api for embedding PDFs at the moment?We are getting this console error on our webapp at the time. Regards, Javed
Hi,I've been trying to use Adobe PDF Services API to transform a .docx to .pdf. I used the exemple Postman colection following the given steps (https://documentcloud.adobe.com/document-services/index.html?_gl=1*1ckwf6v*_gcl_aw*R0NMLjE2NTQ3ODE0MDEuQ2p3S0NBand0SWFWQmhCa0Vpd0FzcjctYzhVbUdFY05UcjJ0NmFjenZNNXRpQzVuOHFvRHRROENuOE1BenlHNUJTLV9yYm5zSWJySmdob0NMeWtRQXZEX0J3RQ..#how-to-get-started-) and it seems to work fine. The problem is that I can't manage to get the pdf from the response. It seems to have a PDF in octet-stream, but no matter how I try to save it, I don't get a PDF.For exemple, if I try to save all the response body and change the file name to .pdf, it opens a PDF with the right number of pages, but completly empty. That happens even if I keep only the part between %PDF-1.7 and %%EOF in the file. The response I get from the GET request has the following structure in the body: --Boundary_96548_2076176993_1654878435333Content-Type: application/jso
Hi, I'm storing my private key in my Azure function configuration and when I run my application from the remote Azure server I get "Could not read RSA private key." This error does not occur when I run my application locally (I'm storing the RSA key in my local.settings.json file). Why can I read the RSA key locally, but not remotely? Thanks.
We are sending a request to generate a agreement, but it is not ready synchronously (i.e when we get the response) so we have to keep polling every second until it is ready. We give it 5 tries (5 seconds) and then abort. I see that we have some cases (not many) daily where this happens. When it does customer is unable to sign the document. if you can indicate a maximum "time-to-ready" (TTR?)
I want to use the Annotation feature in Embed API - but I don't want to rely on its "Save" button. Is there a way to trigger "Save" programmatically? I tried the enableFocusPolling. Even with enableFocusPolling=true, it takes aroud 2 seconds after the annotation before SAVE_API is triggered. This means that our fake-Save button does not have the latest copy of the PDF file. Is there a way to trigger SAVE programmatically?Is there a way to programmatically check if any changes are unsaved? I have created this CodePen to illustrate this point: https://codepen.io/vmit/pen/JjMraxgIf you annotate something and click "Save PDF File" immediately, you don't get the latest changes. Likes
The requirement is to display a password-protected PDF in the browser but to pass the User password programmatically. I am using the MERN stack and used ADOBE API Tool to create and protect PDF. I want to know can I display this PDF within a webpage (using iframe or any other solution) without the user needing to input the password manually. The moto here is to - while displaying in the browser, the user should not be prompted to key in the password and hence the password should be supplied by the application, However, if the user downloads the PDF and then tries to open it, he should be prompted to enter the password.
I am using the pdf extraction function provided here on my own PDF files: https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/ Whenever I try and extract tables, the program throws this error:INFO:adobe.pdfservices.operation.pdfops.extract_pdf_operation:All validations successfully done. Beginning ExtractPDF operation execution ERROR:adobe.pdfservices.operation.internal.api.cpf_api:Failed in parsing Extract Result Traceback (most recent call last): File "C:\Users\camer\anaconda3\lib\site-packages\adobe\pdfservices\operation\internal\service\extract_pdf_api.py", line 52, in download_and_save extract_data_parser.parse() File "C:\Users\camer\anaconda3\lib\site-packages\adobe\pdfservices\operation\internal\service\extract_data_parser.py", line 180, in parse self.ed_zipper.add_rendition_data(rendition_output) File "C:\Users\camer\anaconda3\lib\site-packages\adobe\pdfservices\operation\internal\service\extract_data_zipper.py"
Hello I trying to display the document on my web app and on the desktop its fine apart from that the viewer is not scrolling up or down, only from side to side it's not very intuitive. But the main issue is that when Im using my phone and enter fullscreen mode it makes the viewer in landscape mode. Is there anything i can do to make mobile viewer full screen portrait mode?
Hi,We are using using Adobe.PDFServiceSDK(2.2.1), through fiddler you have seen its background processing in which it connects with WebSocket on port 443. we just want to make sure that it doesn't post any client's document's data on its server. these are our client's privacy concerns.Thanks
I am using the react repo on Github. I noticed that the annotation unique IDs do not stay same when the PDF is loaded/reloaded. Could you please advise if somehow these IDs could be made the same across different loads?
I am a developer and have a client who wants to automate password protected PDF creation. I already have the PDFs being generated automatically through our Google environment, but want to find out what's involved with password protecting them through the API.I see I can get developer credentials, but once it's delivered, how do I set it up so that the person using the tool (my client) will be passing along their credentials.I also see dev credentials expire after 1 year. Is the same true of user credentials? If so, I'd need to inform my client about renewing them. Can someone direct me to an article or briefly answer here? Thank you, Steve
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.