『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
I'm using the Embed SDK to display a pdf on a page using the IN_LINE embed mode. Everything works ok until I pinch to zoom on iPhone (Safari and Chrome) at which point the page crashes. I've tried hooking into the developer console, but I don't get any perceptible changes before the crash.Steps to reproduce the behavior:Go to http://staugustinesvancouver.com/solids on an iPhonePinch to zoomObserve crashA clear and concise description of what you expected to happen.no crash, just zoomSmartphone (please complete the following information):Device: iPhone 14 Pro MaxOS: iOS 16.3.1Browser: SafariHere's how the document load is triggered initially <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function(){ switchDocument($('#dinnerMenu')); }); </script> And the relevant Embed API code function switchDocument(parentDiv){ var adobeDCView = new AdobeDC.View({clientId: <ID>, divId: 'dinnerMenu'}); adobeDCView.pre
Hi team,First, want to thanks @Raymond Camden for his awesome blog - Using the Adobe PDF Embed API with Vue 3 (raymondcamden.com) , guide me successfully integrate embed API within vue 3 at 1st step. while, after I'm struggling into step 2 ~ I noticed if use same viewer to load pdf again will throw an errorrefer to my screenshotUncaught Error: Cannot read properties of undefined (reading 'readFile') TypeError: Cannot read properties of undefined (reading 'readFile') at t.syncFile (tsWorker.js:7:2975102) at tsWorker.js:7:2973824 at workerMain.js:147:690 at Array.forEach (<anonymous>) at t.acceptRemovedModel (workerMain.js:147:663) at e._handleMessage (workerMain.js:106:579) at Object.handleMessage (workerMain.js:106:196) at e._handleMessage (workerMain.js:104:402) at e.handleMessage (workerMain.js:103:975) at e.onmessage (workerMain.js:106:275) at editor.main.js:146:526 code pen - https://codesandbox.
I am trying the sample provided with the SDK. It works fine when run within a console app, but the very same code snippet hangs called from a back-end code.I can see that the SDK successfully makes a call to https://pdf-services.adobe.io/assets, gets uploadUri, but never uploads the asset. I can confirm it is not an issue of access rights to the folder. I have run out of ideas about what could be the possible cause.
Hi,Can we integrate Embed API into Mobile Native apps (iOS and Android) or in a Mobile React Applications?
Hi everyone,we're planning to integrate the pdf embed API in our VueJS App. Does anyone have experience in how to Setup or Use it in Vue? Unfortunately I didnt find any related articles for that.Thanks for your help
Hello everyone ! I try to use your PDF Embed API and Vue 3.I have this errors: Uncaught DOMException: Failed to execute 'postMessage' on 'Window': [object Array] could not be cloned. You can reproduce the error using this sandbox: https://codesandbox.io/s/adobe-vue-embed-api-5j9ewi My API Key work fine because I've tested it using a quick python server.
Hi, I was wondering if the PDF Services API or Document Generation API can create PDF/X-4 files? Or PDF/X-4 compliant files?I'm sorry in advance if this is basic question.
once a day... all PDF Services in Power Automate failed... spent 4 hours searching or an issue... what to do? Body - Errors:"error": {"code": "InvalidParameter","message": "Unsupported Input File Type"}}Headers:{"Transfer-Encoding": "chunked","x-request-id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","pragma": "no-cache","x-content-type-options": "nosniff","strict-transport-security": "max-age=31536000; includeSubdomains","x-robots-tag": "noindex,nofollow","vary": "accept-encoding","Timing-Allow-Origin": "*","x-ms-apihub-cached-response": "false","x-ms-apihub-obo": "false","Cache-Control": "no-store, must-revalidate, no-cache","Date": "Mon, 13 Mar 2023 13:39:02 GMT","Content-Type": "application/json","Expires": "Thu, 01 Dec 1994 16:00:00 GMT","Content-Length": "102"
Hi there - PDF embed is working overall but sizing is a problem. Anyone have a fix for the attached? I'm not modifying the generated code at all except for updating the file link. Thank you in advance!
I'm running into issues embedded PDF documents hosted on adobe document cloud.The URL used is the share URL provided by document cloud. On initial load the document says "Opening Document 100%", however, the rendered content gives a "File Preview Error" and a reload button which cycles back through the same errors above. Is it not possible to render a PDF with the API that's hosted on adobe cloud? From Devtools:DevTools failed to load SourceMap: Could not load content for https://documentcloud.adobe.com/view-sdk/2.13.1_2.0.0-9ef32cc/private/dc-app-launcher.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Hi, I am by no means well versed in coding and have a rudimentary understanding of some very basic things that are needed to accomplish things on my website built through Squarespace. I tackle projects on a case by case basis and usually rely on all of the information available online to get something done. Today I attempted to embed a PDF file on my website. I finally figure out how to host the file on my website and copy the code from the Adobe PDF Embed API Demo, while replacing the Client ID, url & Filename in the code. The final result is that my file is rendering as blank space on the webpage on which I've tried to embed it. It says "Loading Document" and then loads as blank. How do I fix this? Here is the code I used: <div id="adobe-dc-view" style="width: 800px;"></div><script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.r
When open an editable PDF on Acrobat Ready, the font will be resized automatically if I type in more characters than the length of a field, so that the field could display all the characters. However, when I render the same PDF with PDF Embed API, the font auto sizing doesn't work. May I know is there a way to enable font auto sizing with PDD Embed API?
Google ChromeのAdobe Acrobat拡張機能をインストールした環境で日本語のPDFをブラウザ上で表示するとファイル名が文字化けします。拡張機能がインストールされていない環境では問題なく表示されます。例えば以下のようなWeb上に存在するURLでも再現可能です。https://faq.jpx.co.jp/disclo/tse/web/knowledge/7847/0/7 テスト登録用PDF.pdfこちらの原因と解決方法を教えて下さい。
What formula can be used to convert PDF user units into browser-compatible measurement units (for eg: pixels)? For eg: `TextDecorationThickness`'s value is in PDF user units, how should this be translated into pixels or any other browser compatible value?
For a use case we have, we are looking to use the Adobe Services API to generate a PDF off of a Word document that has placeholder variables in. Some of these variables will include what Adobe classifies as Prohibited data and in their Adobe Developer Additional Terms and conditions section 6.11 they explicitly mention that this cannot be include. But when looking at the use cases for this service (see the image below as well as here), all the examples included would include prohibited data. In a nutshell, can this service be used for prohibited data or not given that there is an ambiguity between what the service is advertised for vs the terms and conditions and surely many institutions are already using this service with prohibited data (for example banks and other financial institutions are sending out PDFs of statements with identifying information)?
Interested in using Adobe PDF Services API to generate some documents. There seems to be a contradiction between the example use cases (e.g. NDA creation, Legal Letters, etc.) and the Adobe Developer Terms of Use. The Adove Developer Terms of Use 6.11 places a limitation on data that can be transmitted, provided or otherwise made available to Adobe. This limitation applies to any data that would allow the identification of a specific natural person, but all the example use cases will likely be full of such data. Are these terms of use applicable in general and if not, how can the terms of use be satisfied while creating documents similar to the example use cases. I have been in contact with an account manager for months trying to find a resolution to the above, but they seem incapable of getting the required information. They confirm the terms are applicable to any license but need to know which license I'm interested in to determine a solution to the above (only making infor
When I extract the text from a PDF using Adobe's extraction tool, sometimes the resulting JSON includes extra spaces between words that were not present in the original PDF document. Orignal:Exracted Result:
While I noticed this on my own site (as referenced in an earlier post), it appears even in the demo on Adobe's own site. In-line embed mode for PDF Embed API no longer allows text to be highlighted, copied, or for links to clickable:https://documentservices.adobe.com/view-sdk-demo/index.html#/view/SIZED_CONTAINER/Bodea%20Brochure.pdfTrying to select any text just results in a blue border around the pdf ... not text is able to be selected, and no links work. Every other embed mode (Full Window, Sized Container, Lightbox) still allows for text selection and linking, the in-line embed mode used to allow for this, and the older (main.js) version of the script for in-line embed mode still allows for this. I have tried this on Chrome, Firefox, Opera, and Safari on both desktop and mobile. The same behaviour appears in all of them. Do I have to reincode all my website pdfs using the old main.js script or will this function be restored?
We are client of "PDF Extract API", we wanted to check if Adobe is doing any kind of virus and vulnerability check on the PDF files?
So I have a page where people can read a magazine (basically in A4 format) using the API and the sized container. Switching view to full screen on a computer works perfectly, but when doing the same on a tablet or mobile, the view is turned to horizontal making the document even smaller and forcing people to turn their phones or tablets and actually making the document smaller and less readable.Anyone know of a way to fix this?
I'm trying to render the PDF and extract all the annotations (if available) of the following PDF file.https://drive.google.com/file/d/1PiEcI0bcviYecwbzwVCs2rY_0tiqfj2F/view?usp=share_linkwith the following code snippet: try { await viewSDKClient.ready(); const filePromise = Promise.resolve(file.arrayBuffer); // Pass the filePromise and name of the file to the previewFile API const adobeViewerPromise = viewSDKClient.previewFileUsingFilePromise( `pdf-div-${file.name}`, filePromise, file.name, UploadSizedContainerConfig); const adobeViewer = await adobeViewerPromise; const annotationManager = await adobeViewer.getAnnotationManager(); const res = await annotationManager.removeAnnotationsFromPDF(); return Promise.resolve({ pdfBuffer: res["pdfBuffer"], annotations: res["annotations"] });} catch (err) { console.error(err); return Promise.resolve({});} finally {...} And I keep getting this error: {code: 'FAIL', message: 'APIs
Hello! Is there any option to include the OCR confidence in the extracted json for the identified sections? Thank you
Hello! Limited support for only certain fonts (no custom fonts) seems to have been and may still be a long running issue for the Adobe PDF Services API when creating or exporting pdf documents. I noticed that the FAQ where supported fonts were previously linked from has been archived and is no longer available to view: https://community.adobe.com/t5/document-services-apis-discussions/faq-for-document-services-pdf-serv... Is there an alternative FAQ or document somewhere that replaced this valuable information?Does Adobe PDF Services API now support embedded "custom" fonts in the css of a html document when converting to a pdf file?Or when converting a pdf with embedded "custom" fonts to a pptx file? After doing some digging I was able to find this community post from March 2022 https://community.adobe.com/t5/acrobat-services-api-discussions/converting-pdf-to-docx-missing-font/m-p/12789289 that linked directly to the previously supported font csv files:Avai
Hi All,Trying to get this working vis AWS market place - when we click on "Configure your account" get the below..My enterprise admin is not sure what we need to enable, support tickets are helping as nobody is getting back to us. PDF Services API subscription is not available for this accountYour account is currently associated with an Enterprise where you don’t have permission to create the Credentials.You can also contact your Enterprise Admin or contact us to know more about Enterprise Licensing. Please sign up with a persona account to subscribe to our pay as you go service, which offers a free trial of 500 units during a 2 week evaluation period.
On this page: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/service-region-configuration-for-apis/I've found that when using PDF Services you can choose between server in US and Europe. For my use case "Europe" is not specific enoguh, because of privacy reasons, I need to know where (which country) this server(s) actually is.
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.