『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi,We are trying to use Adobe PDF Embed API to open PDF file in our web application. We have code like this:this.adobeDCView = new window.AdobeDC.View(config);/* Invoke the file preview API on Adobe DC View object */ this.adobeDCView.previewFile({ /* Pass information on how to access the file */ content: { /* Location of file where it is hosted */ promise: Promise.resolve(buffer),...buffer is the ArrayBuffer for the PDF file, we used to use PSPDFKit which takes the same arrayBuffer and load the file without problem.But when we swtiched to Adobe PDF Embed API, the screen first load with spinning wheel "Opening document 100%", after quite time, it shows error:"File preview error". On the console, it shows:core.js:6241 ERROR Error: Uncaught (in promise): Object: {"code":"PREVIEW_RENDERING_FAILED"}at resolvePromise (zone-evergreen.js:798) [angular]at resolvePromise (zone-evergreen.js:750) [angular]at polyfills.js:11394:21 [angular]at Object.onInvokeTask (core.js
Hello everyone, I am working on writing a Python code for converting PDF to HTML and vise-versa. I have two questions:Is there any Adobe API enabling PDF to HTML conversion? if not, would you know any alternative? thank you.I am trying to write a Python code that creates PDF from HTML. using the instructions in this link. I've seen that Adobe PDF services API requires the HTML entry file to be zipped. how does this work? should I save the HTML page with its complementary content and zip the all, or save just the HTML of the input web page? thank you.I am trying to write a Python code that creates PDF from HTML. using the instructions in this link. But I strugle with how to precise/adapt the value of the JSON field within "cpf:inputs > params > cpf:inline" of form parameters, containing this value: <script src='./json.js' type='text/javascript'></script> I noticed that it was said that: In case of dynamic HTML this API allows you
Hi, We have recevied inovice from AWS for 13000 units for the month of August 2021 in Adobe PDF Services API registered at AWS Marketplace. But for the month of September 2021, we have consumed only 100 units. We would like to validate the 13000 units utilized in August month. Can anyone help us how to validate the same. Thanks in advance
I would like to have a link on our website to open a using PDF Embed API. And when it opens on the screen I would like to tell them something in an alert/popup is that possible?And if that is possible can you add links to do something like take them to a specific page in the pdf? Or can you set it to navigate to a specific page when they close the alert?
I'm using the PDF Embed API to add a PDF to my site. My PDF document has multiple layers which can be toggled on or off when viewed in Adobe Acrobat. I want to maintain/enable this functionality when using the Embed API, but the layer panel does not appear on the left-hand pane. How can I activate this feature? It's the basic implementation, but just in case, here is my current code (with my information removed):<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: "my-client-id", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "https://www.my-domain.com/file-path/document.pdf"}},metaData:{fileName: "file-name"}}, {showAnnotationTools: false, showPageControls: false, showDownloadPDF: false, showPrintPDF: false});});</script>
I would like to trigger the PDF to print when it is opened. So for example, if I used the lightbox version and the link is clicked to open it is it then possible to trigger the print button to also be triggered?
Hello everyone,I am working on writing a Python code for converting PDF to HTML and vise-versa.I have two questions:Does Adobe PDF services enable converting a PDF to an HTML file? if yes, could you please pass me the link if you have it. In fact I don't find the related link. Thank you!I am trying to write a code that creates PDF from HTML. using the instructions in this link (https://documentcloud.adobe.com/document-services/index.html#post-createPDF). but I strugle with how to precise the JSON field within "cpf:inputs > params > cpf:inline" of form parameters, containing this value: <script src='./json.js' type='text/javascript'></script> I noticed that it was said that: "In case of dynamic HTML this API allows you to capture the users unique data entries and then save it as PDF. Collected data is stored in a JSON file, and the source HTML file must include <script src='./json
So, I followed all the instructions that Adobe gave for converting html to pdf. I have tried on every internet browser. But the following examples will be from Chrome: Result A) One page with NOTHING on it.Result B) no images but the words of the page are focused on the left and run all over each other.Result C) I tried to do Create->Web Page from the adobe itself. If it isn't Result A or B, it is nothing. Adobe will sometimes refuse to do it because of font issues? It's Times New Roman... Honestly, I have tried from the extensions, I have tried from Chrome itself. The only reason I wanted Adobe Pro was because of this feature. I am trying to take my digital E-portfolio from my MLIS and make a pdf copy. I honestly don't know what to do. The only thing I have been able to do is save it as a html file copy (from the website itself). I haven't been able to do anything with Adobe. I tried to contact Adobe, but they told me to go to my "Group," to wh
Hello, Highlighted portions in the above section of the PDF are vectors - found in Acrobat's Preflight tool.Is there any way using which the vector information can be extracted? Thanks!
Hi,This happens to me when i try to reach my viewer page in another way. the standard way with the same file works and i can't seem to find the problem. BTW, no cleanup is needed because it's the first viewed pdf.Uncaught Error: Invalid content information is provided. at ValidationService._validateFileInfoContent (VM11047 ViewSDKInterface.js:1) at ValidationService.validateFileInfo (VM11047 ViewSDKInterface.js:1) at EmbedModeHandlerService._getFinalFileInfo (VM11047 ViewSDKInterface.js:1) at EmbedModeHandlerService.initialiseAction (VM11047 ViewSDKInterface.js:1) at ViewSDKInterfaceApp.previewFile (VM11047 ViewSDKInterface.js:1) at View.previewFile (VM11047 ViewSDKInterface.js:1) at index.b84afd08cc2cf893a2ff.js?v=2:2 at HTMLDocument.<anonymous> (index.b84afd08cc2cf893a2ff.js?v=2:2) at Module.Vu6y (VM11047 ViewSDKInterface.js:1) at __webpack_require__ (VM11047 ViewSDKInterface.js:1)
Hi,Can i attach more than one domain to a single client id?We have den and prod in defferent domains:www.xx.com, dev.xx.com
I am having issues getting the Extraction SDK to return complete text from a provided PDF. I am using the .NET Core sample projects. I have tried all of the extraction examples and the returned Json only returns a bit of the PDF header text and some footer text. The PDF has a table in it, but the text is all selectable, so it's not an embedded image. I can't find any other configuration settings that impact the response from the extraction call. Any guidance is appreciated.
Hello team;I am writing here because the community has referred me to this thread for the third time. I need help with a "print" instruction in my own code.In my code, I have created a tool that allows me to edit and lock my own reports pdf wit ADOBE API.but after that i can't print it and i think i put the correct function; addPermissions .... "PRINT" ...Can you help me with that? example:..... permissions.addPermission(protectPDFOptions.Permission.PRINT_LOW_QUALITY) permissions.addPermission(protectPDFOptions.Permission.EDIT_DOCUMENT_ASSEMBLY) permissions.addPermission(protectPDFOptions.Permission.COPY_CONTENT) const options = new protectPDFOptions.PasswordProtectOptions.Builder() .setOwnerPassword(config.pdf_lock_password) .setPermissions(permissions) .setEncryptionAlgorithm(protectPDFOptions.EncryptionAlgorithm.AES_256) .setContentEncryption(protectPDFOptions.ContentEncryption.ALL_CONTENT_EXCEPT_METADATA) .setConten
Hi Team,. I have created PDFs using the api services. PDFs are created successfully. But,I am not able to select content in the PDF , Which is generated from other formats(.JPG, .XLSX, .TIF). Note I am able to select content in PDF , which is generated from MS word(.DOC) file. Please check this.
I use embeded API to display PDFs with scanned images (black/white and color mixed) inside. Sometimes, some pages are displayed as image noise. It happens not to all scans, but if it happens, all black/white images of a PDF are destroyed. If such a PDF is opened with Adobe Reader, all pages are displayed OK.Does someone else have such phenomenon?
SDK was working fine but now its start showing following error. DevTools failed to load SourceMap: Could not load content for https://documentcloud.adobe.com/view-sdk/2.13.1_2.0.0-bb177d3/private/main.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load SourceMap: Could not load content for https://documentcloud.adobe.com/view-sdk/2.13.1_2.0.0-9ef32cc/private/ViewSDKInterface.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Hello, Does Adobe have any plan to bring Pre-flight feature to Document Services APIs? Regards,Amit
Hello,Highlighted portions in the above section of the PDF are vectors (selectebale text), but I am unable to extract any text data from this pdf. Attached: the drawing PDF and the JSON result. Thanks,Adam.
Hello,so, when I made a word template in word app and want to generate it to PDF document, I get an error, which say that "Error while processing the Word document", but if I try to do the same in Teams app where my word template is uploaded everything goes fine. So where could be the problem?
Hello, We've just noticed that any PDF file we try to process via ExportPdf API is either timeing out or returns an error. That includes files that definitely worked before. Examples: Exception encountered while executing operation ServiceApiError: Operation execution has timed out!Unexpected Error, request could not be completed Error: getaddrinfo ENOTFOUND ims-na1.adobelogin.com Exception encountered while executing operation Error: Unexpected error encountered while executing request Error: getaddrinfo ENOTFOUND ims-na1.adobelogin.comUnexpected Error, request could not be completed Error: socket hang upMore often it's the first error - timeout. Is there any wide-spread issue? Status page isn't reporting any failures or scheduled maintenance - https://status.adobe.com/products/4827/en
I need to change the workflow of my application based on the error messages, for example, if the API throws no. of pages exceeded message I can split the page content based on the status code. Couldn't find any material on errors/exceptions/status codes in the documentation section.
Still getting 403 errors and trying to figure out why. Happens everytime a PDF loads. I downloaded the demo files, and it happens with them as well. Even happens on Adobe's PDF Embed Demo site.Live site 403: https://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/ViewSDKInterface.js.mapDemo files 403:https://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/ViewSDKInterface.js.mapAdobe's Demo Site 403 errors:https://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-617dd66/private/main.js.maphttps://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/ViewSDKInterface.js.maphttps://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1e3411b/private/dc-app-launcher.js.maphttps://documentcloud.adobe.com/dc-core/2.10.3/private/dc-core.css.map... and more.
Hey there.I was using the Embed API lst night and all of a sudden, it stopped working - screenshot attached. It's not just specific to one PDF, I tried another one and got the same answer. Tried on different browsers and still got the same answers.The PDF viewer sometimes loads, but annotations are not loading at all and can't add any annotations either.I saw some other related posts, but there wasn't a clear solution. Please help!
While testing, noticed that PDF are not rendered and it happens very intermittenly showing a blank page. Console shows below error:- Could not load content for https://documentcloud.adobe.com/view-sdk/2.15.0_2.2.0-2020030/private/ViewSDKInterface.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I am using PDF Embed API to embed pdf files, but some pdf files are not loading. Random files not opening. Moreover, I got this error "PREVIEW_RENDERING_FAILED" PDF file not loading: https://www.nammakalvi.in/uploads/3/0/7/5/30750087/namma_kalvi_10th_science_biology_ganga_guide_em_218967.pdf
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.