『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi! I'm using the PDF Embed API with React. And it's working perfectly when I only have embed on the page. But when I try to add another one on the page I get this error in my network tab. I'm using the Full Window mode if that helps. Are there any suggested ways I can solve this issue? Thank you in advance,
Hi Team,I'm using PDF extract API to extract tabular data from PDF file. The extracted CSV file shows some cell is mis-aligned.The symptom is described in "Symptom-Description.pptx".The source PDF file and the extracted CSV file are also uploaded.Can you help suggest why the mis-alignement happens and how I could avoid it.Thank you.
Dear All, We are building an app which utilises Adobe services API to merge documents. However, since this will be used at organisational level and keeping in mind that the transactions could very well be below 500 transactions a month, can we use the free tier.Also, the Enterprise agreement comes at a steep price despite of the usage being low and we end up with unutilised services.Can anyone from Adobe please confirm on this from EU legal perpective that its ok to use the service in free tier if we are under 500 tranaction even at org level in production. Best Regards,Geet
Hello,We are doing some heavy testing of our implementation of the PDF Embed API in our web site and have found that when embedding a pdf document with the latest iOS version, iOS 18, there is some very strange behavior. The document initially loads for less than a second, and then a modal overlay displays reading the following: File preview not availableThis application domain ([DOMAIN]) is not authorized to use the provided PDF Embed API Client ID. NOTE: This should not be a Domain/Client ID authorization issue as we are using the same already provisioned domain as when testing in other working device/browser combinations. This seems like a bug. Is this known and/or will it be addressed? Please let us know as soon as possible.Thank you!Fred
something is wrong with the adobe pdf embed. it was working fine until a few days ago and suddenly i have many users complaining that they can no longer read document. the pdf starts to load up correctly and then it stops and does not load up anything else. no error message is displayed anywhere.
Hi, when entering the console and to the PDF Embed viewer project I get this message -We have detected that your organization is no longer entitled to the following APIs and services that were added to this project - PDF Embed API.And when trying to use annotations it says there's no permissions for that.
I have been trying to customize the Adobe Pdf Embed Api UI. I know from looking at the documentation, that you can pass in config options to turn off ui elements. How do I disable the undo/redo buttons, since I couldn't see anything on the docs that mentioned itopenPdf() { const viewerOptions = { showDownloadPDF: false, showPrintPDF: false, showLeftHandPanel: false, showThumbnails: false, enableAnnotationAPIs: true, includePDFAnnotations: true, showAnnotationTools: true, dockPageControls: false, showDownloadPdf: false, enableLinearization: true, } try { this.adobeDCView ?.previewFile( { content: { location: { url: this.url, }, }, metaData: { fileName: 'File', id: 'pdf-1' }, }, viewerOptions ) } catch (ex) { console.error(`
It seems that the display size of the Sized Container has been changed.Previously, the uploaded PDF files were displayed fitting within the container, but at some point, they started to be displayed in an enlarged manner. Does anyone know how to resolve this issue? Customize Sized Container Embed Mode - Adobe PDF Embed API Demo Even on the official page, a scrollbar appears, indicating that there seems to be a change in the specifications, but we have not received any notification about it.
Hello everyone, I'm building my portfolio, which is made of a main page containing a right div where an object loads the requested pages. I'm using the PDF embed API and it's working fine from a PC - I tested it on Chrome, Edge, and Opera - but, when I test it on a mobile device, I get the error saying 'This application domain (my website URL) is not authorized to use the provided PDF Embed API Client ID. More than that, by logging into the console a message says 'We have detected that your organization is no longer entitled to the following APIs and services that were added to this project - PDF Embed API.', but I am the only person in the organization and I have not applied any change. Thank you to anyone responding.
I believe that the plan will switch to a pay-as-you-go system after the free trial ends, but is it possible to register my credit card information before that happens?
無料トライアル終了の通知メールはいつ頃届きますか?
Hello community. Hope you are all fine.I need your help because i'm keeping gettting "Promise { <state>: "rejected", <reason>: "Annotation APIs not enabled." }" . My script aimed to retreive updated data from fillable PDF file. This is my scricpt. <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { let res=null; var adobeDCView = new AdobeDC.View({clientId: "d146718832cf4e97afcd8b6e27fb967b", divId: "adobe-dc-view"}); adobeDCView.previewFile( { content: {location: {url: "pdf.pdf"}}, metaData: {fileName: "Bulletin d'adhésion ",id: "aeef47fe-c473-4a6c-9e78-ec23d7790837"} }, { embedMode: "FULL_WINDOW", defaultViewMode: "FIT_PAGE", enableLinearization: true, showDownloadPDF: true, showPrintPDF: true, showLeftHandPanel: false, showAnnotationTools:
How to set creator name in annotations in PDF Embed API??I don't find anything about set creator name.
I use adobe pdf embed api viewer in IN_LINE mode and cannot separate pages with css. For some reason the selectors I use do not update the document. But when I use the same css selectors in the browser's inspector the pages are separated. I also have to mention that the document is generated with the below js scriptfunction displayDocument(fileName, clientId, arrayBuffer, embedMode) { var adobeDCView = new AdobeDC.View({clientId: clientId, divId: "adobe-dc-view-id"}); adobeDCView.previewFile({ content:{promise: Promise.resolve(arrayBuffer)}, metaData:{fileName: fileName} }, {embedMode: embedMode}); } where the content is an arrayBuffer Can you suggest a way to separate pages with IN_LINE mode?
無料トライアルを利用しているのですが、サービス使用状況はどこで確認できますか?
Hi, im getting error when using the pdf operations (document generations, createpdf,extractpdf) I'm getting this error{ "reason": "Validation error Request id: d2vhiGMagS744w1phjdoUabqcvThHFW6.", "message": "Bad Request"} please help me 😞
Hi community,would really appreciate the swarm knowledge to help me solve my riddle. I want to use Adobe Extract PDF API from within a SAP ERP report I am currently coding. I implemented all steps as I have tested them in Postman, all working fine there.In SAP I encountered the problem during the put method to upload the PDF (as binary data), that the response was always the below 403 Forbidden. I installed a certificate in STRUST for *s3-accelerate.amazonaws.com, but that may be wrong according to the error? Thanks,AndréHTTP/1.1 403 Forbidden content-type: application/xml transfer-encoding: chunked connection: keep-alive x-amz-request-id: ZTRKGBT40HVN0Z8G x-amz-id-2: kzGtEYfihTEbHdLgRpXZTdON6LjRedpowTMcfqIUy5pmPh1TApz2qsfG55ACAiq0HzYygAElfug= date: Thu, 19 Sep 2024 14:36:43 GMT server: AmazonS3 x-cache: Error from cloudfront via: 1.1 4b69099d64ffa1fbe8adbe1235065a14.cloudfront.net (CloudFront) x-amz-cf-pop: FRA56-P7 x-amz-cf-id: pOWNrsQdiJAlOGEQRq_byitxjoZmRJpKozbgYrOWMEXUbKka6_m
現在、無料レベルの無料トライアルを使用しているのですが、トライアル終了後の従量課金制に移行する前にクレジット情報を登録できますか? また、使用したトランザクション回数はどこで見れますか?
Hi all, I read the following page: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/ocr-pdf/ It says "Optical character recognition (OCR) converts images to text so that you and your users can fully interact with the PDF file. After performing OCR, the PDF may be fully editable and searchable.". I used a very simple PDF which includes a picture of mouse and a text that says "MICE", and I followed the documentation here: https://developer.adobe.com/document-services/docs/apis/#tag/OCR to perform OCR for the simple PDF file. I download the processed PDF file, and I found out that the text "MICE" included in the generated PDF is now seachable, but not editable by using Acrobat. The page linked to the first link says "the PDF may be fully editable and searchable". Is it possible to perform OCR so that the text can be editable, not just seachable? Thank you!
Hi, I tried the api and it is great for tables. It would be nice to extract the text from the images as in some cases it can contain important information. Is there any other tool that can be used together? Thnak you
I use Adobe PDF Services API for Microsoft Power Automate and want to convert an e-mail into a PDF. Is that possible? I could not find an e-mail file format in the list of convertable files. Which e-mail file format (eml, msg ...) can be converted into a PDF with Adobe PDF Services API for Microsoft Power Automate?
Hello guys, I have case, so for some reason I need to hide the comment pannels on `annotationManager` and it must `enableAnnotationAPIs` enabled, but when I try to edit page the save button doesn't loaded, but when I disable `enableAnnotationAPIs` the save button is appear again. Anyone know how to make the save button loaded even I enableAnnotationAPIs? I'm using laravel in my project, here is the code<script type="text/javascript"> const config = {!! json_encode($this->pdfConfig) !!} const clientId = "{{ $this->pdfKey }}"; const urlToPDF = "{{ $this->pdfUrl }}"; const pdfFileName = "{{ $this->pdfName }}"; const rand = "{{ $this->rand }}"; const saveOptions = { autoSaveFrequency: 0, enableFocusPolling: false, showSaveButton: true } function fetchPDF(urlToPDF) { return new Promise((resolve) => { fetch(urlToPDF)
Hello community,I always encounter the same error when I try to extract text from a PDF. During the first one or two attempts to get the job result, this error occurs. I have to retry three times to continue the program and extract the text, and it succeeds after a couple of tries. Is this expected, or am I doing something wrong?SdkException: description =Request could not be completed. Possible cause attached!, requestTrackingId=(<class 'requests.exceptions.ConnectionError'>, ConnectionError(MaxRetryError('HTTPSConnectionPool(host=\'dcplatformstorageservice-prod-us-east-1.s3-accelerate.amazonaws.com\', port=443): Max retries exceeded with url: /...%40techacct.adobe.com/2bfe418e-cb4...?X-Amz-Security-Token=some long token. (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fb05cc3c040>: Failed to resolve \'dcplatformstorageservice-prod-us-east-1.s3-accelerate.amazonaws.com\' ([Errno -3] Temporary failure in name resolution)"))')), <traceback
I'm trying to convert the PDF to PDF/A using C#. Having a CAcroAppPrefs reference issue. There is no clear documentation for which library has CAcroAppPrefs class. If anyone experiences this issue please help me with this.
HelloI successfully used the Adobe PDF services API to export DOCX from several PDF examples.Now I am trying to use the service to export and import PDF FORM data but it keeps crashing because the "CREATE a PDF JOB" step returns a 401 error. I have tried:1. three different PDF forms2. created a custom, simple, 2 field PDF form The Header is the same as the EXPORT PDF API but the body is JSON as follows: {"assetID": "%Asset%","jsonFormFieldsData": {"DOB": "10/10/1989","Name": "Amir Ramin",},"notifiers": [{"type": "CALLBACK","data": {"url": "https://dummy.callback.org/","headers": {"x-api-key": "dummykey","access-token": "dummytoken"}}}]} any help is appreciatedthanksRamin
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。