『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Hi, I am trying to extract the text from a scanned PDF. But the output is not as expected. Can someone please help to figure out. Attached is the PDF.
Current BehaviorWith the PDF Viewer core component, we are able to load small .pdfs with minimal amounts of bookmarks just fine. However, it is failing to load bookmarks with larger .pdfs containing a lot of bookmarks. For example, when we use jmv16966.pdf.zip (attached), and click the bookmark icon to load the bookmarks, it momentarily shows a loading icon & then after a few seconds the bookmark icon disappears altogether.jmv16966.pdf (2).zipThis error also shows up in the browser console:AcrobatJS Version: 2.6.8rendition.js:2 Errorat self.___cxa_throw (wasm_acrobat.js:1)at documentcloud.adobe.com/dc-rendition-provider/2.10.1_3.315.0/AJS/wasm_acrobat.wasm:wasm-function[1156]:0x23a9dat __ZNK2t33pdf5store5ArrayINS1_14StoreObjTraitsINS_20TetraphiliaAppTraitsEEEE15GetRequiredNameEm (documentcloud.adobe.com/dc-rendition-provider/2.10.1_3.315.0/AJS/wasm_acrobat.wasm:wasm-function[1890]:0x37c91)at documentcloud.adobe.com/dc-rendition-provider/2.10.1_3.315.0/AJS/wasm_acrobat.wasm:was
The requirement is to convert PDF to HTML and the same HTML files can be used in UI for modification. Users can modify the HTML and it will be converted back to PDF. I'm trying out a few Adobe services API
I have downloaded and installed the demo html file, registered a key and all worked OK.That is until, I switched the website from http: to https: by adding an SSL certificate.Now it comes up telling me that this license key is not certified for this URL I tried to download and register another key, that didn't fix the problem What should I do now? ThanksAlex
Any way to make content in browser accessible? Also note when voiceover is turned on navigation is interfered with in document
How can I disable commenting option, but keep drawing available?
We have the need for an entirely customized UI, which would include hiding the zoom and page control toolbar. We are able to jump to page using the `gotoLocation` view API. However we need the ability to set zoom level programatically based on our own controls. `setZoom(currentZoom + .5)` or `setZoom(70%)`. Additionally we would need the ability to reset zoom to fit page and fit width. Basically a way to recreate the built in controls programatically. Is anything like this possible with the current exposed APIs or is it planned? Thanks for the input!
Hi, I'm getting this cookie-related warnings from my chrome developer console. It looks like to be caused by the PDF embed API SDK file. Please check. thanks,
even with a registered URL (document settings 'Basis-URL') an embedded link forces the alert box "do you want to open this link...".The same PDF-file opened in a current Acrobat Reader DC does not do this, just opens the browser with the URL from the PDF page. Is there a UI setting to avoid the alert box?Thanks a lot! Werner
I'm looking to rapidly create a pdf form from a Word document that is editted frequenctly, and needs to be converted to a pdf frequenctly. Right now, I would just save the word document as a pdf, open Acrobat, use "Prepare Form" and draw out 100+ text fields and checkboxes. Is there any feature within the Document Generation API that allows me to use templare tags in Word for these fields to generate fillable fields during conversion. Maybe someting like this: {{checkbox(30px)}}. I'm not seeking to do this within the Cloud.
Our DOCX documents have tracked changes enabled. Red with strikethrough are tracked for deletes and blue for chnages. When the Plugin for Power Automate is used, the document is created with blue for everything. Is there a way to keep our colors or define them?
Adobe has been hard at work the last several months offering new ways to automate document processes in your apps and workflows. In March, Adobe announced Adobe PDF Tools connector for Microsoft Power Automate to add PDF actions in your flows. In March, Adobe released Adobe Document Generation API, which will enable you to generate Word and PDF documents based on data dynamically. In September, Adobe provided PDF Extract API as a private beta. This month, we have new updates to make it easier for you to generate your documents and extract data from your PDFs dynamically. In this post, let’s walk through what’s new. Adobe PDF Tools API is now called Adobe PDF Services API As we began offering our APIs across different applications and platforms, we felt it essential to change the name to reflect the offered services better. Therefore, from now on, Adobe PDF Tools API will now be called Adobe PDF Services API. When you subscribe to Adobe PDF Services API
Is there an easy way to change the note color back to default or to another color? because when you add a note and then change the color to red and then add another note this one is still red. that's what I want to change. best regards
We have created a document in HTML and used CSS to resize it to the size of an A5 document. If we call the API via the create request and set the key "contentAnalyzerRequests" in the body with the following value: { "cpf:inputs": { "params": { "cpf:inline": { "print": { "includeHeaderFooter": true }, "pageLayout": { "pageHeight": 5.8, "pageWidth": 8.3 }, "json": "{\"k1\": \"v1\", \"k2\": \"v2\"}" } }, "documentIn": { "cpf:location": "InputFile0", "dc:format": "application/zip" } }, "cpf:engine": { "repo:assetId": "urn:aaid:cpf:Service-e2ee120a2b06427cb449592f5db967e7" }, "cpf:outputs": { "documentOut": { "cpf:location": "multipartLabelOut", "dc:format": "application/pdf" } } }We get the following response back:{ "cpf:inputs": { "params": { "cpf:inline": { "print": { "includeHeaderFooter": true }, "pageLayout": { "pageHeight": 5.8, "pageWidth": 8.3 }, "json": "{\"k1\":
Hi, I'd like to have this one more API for creating new annotations, as currently there are only addAnnotations(). I'd like to use this API to create new annotations from my code or at least creating new replies to existing APIs. I wonder if this API will be implemented soon? thank you,
According to the documentation - if enableAnnotationAPIs is true then I should be able to see annotations that were added programmatically If annotations APIs are enabled (enableAnnotationAPIs: true) and includePDFAnnotations: false, then: - The PDF Embed API does not display existing annotations, but will display new ones. - - Any annotation added or updated either from the UI or API is not saved to the PDF buffer; therefore, no Save button appears in the top bar. However the only way I can see annotations that were added programatically is if showAnnotationTools is enabled - however I don't want the annotation tool bar to be enabled because I don't want users to manually create/alter annotations- I should be able to see annotations that were added programatically without enabling t
Only last week came across PDF Embed API by Adobe and I am trying to integrate this on our web application.Have got the credentials generated for the domainHowever in local, getting this warning when doing inspect:DevTools failed to load SourceMap: Could not load content for https://documentcloud.adobe.com/view-sdk/2.10.3_1.10.0-1257dda/private/main.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE What am I doing wrong?
Hello, i'm using the .net package to create pdfs from html and I need to hide the header and footer, but this configuration is not working.How can I remove the headers an footers from the documents?
I think I've done everthing correclty, I'm geting this:File preview not availableHere's the code used--see screenshot
I am trying to find a way to convert PDF to DOCX with creating proper table structure <table> <tr> <td> etc.The tricky part is that the conversion should be done without user interaction. I pass the information about the PDF location via API or the document itself and I would like to get DOCX at the outputIdeally, it should be able to run directly on the server.
Can PDF Tools API be used to extract page annotations? When yes how? Because I've not been able to find any documentaion or samplecode on the subject
When using document generation api, is it possible to automatically obtain the current page number and total number of pages and then automatically assign the value of page footer? Does pdftools-sdk-samples have such a function?
In my webportal i just required to view pdf and print. but this not allowing me to simply print the doc. Other featues looking good that it allowes hiding panels which are not required like download, side panel etc. But i stucked when i am trying to print the pdf. It says download pdf and then print. I dont thing its a mature product created by adobe.
A embedded link forces the alert box "do you want to open this link..." When this link is toward the bottom of the .pdf, it's unreadable and the buttons are unavailable; it is placed such that most of the alert runs past the limits of the container, see example below. This makes it quite unusable. How can this be fixed?
Our clinet is facing issue in PDF Embed API. When they are opning any PDF on their corporate computer. They simply get a white screen. Meanwhile they can access same PDF on their personal mobile. When I asked them to give me snapshot of there console then it's giving them Uncaught ReferenceError: AdobeDc is not defined error.Buisness team is not facing any such issue , PDF is opning fine for the as well for me.Not sure what would be causing this issue. Do you have suggestions for how we go about fixing this? e.g. is there something that the user can download like a plug-in? do we need to talk to their IT?Any help is appreciated. Thanks,Ashwani
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.