『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Can our company can use this API for Proof Of Concept? What precautions do we need to take care when we are doing Proof Of Concept, so it will not break license terms?
While running extract API for the following PDF I get BAD_PDF error.The PDF is correctly viewed on differen PDF viewers without any error.Pdf file:https://www.tuigroup.com/damfiles/default/tuigroup-15/en/investors/6_Reports-and-presentations/Reports/2021/TUI_GB21_EN_Annual-Report-_211207.pdf-60f85cc5cd787142dfaa5d6e26c35799.pdf Full traceback:2022-10-03 14:20:26,509 INFO extract_pdf_operation:129.execute - All validations successfully done. Beginning ExtractPDF operation execution Traceback (most recent call last): File "/home/user/.pyenv/versions/cai-backend/lib/python3.10/site-packages/adobe/pdfservices/operation/pdfops/extract_pdf_operation.py", line 134, in execute ExtractPDFAPI.download_and_save(location=location, context=execution_context, file_location=file_location) File "/home/user/.pyenv/versions/cai-backend/lib/python3.10/site-packages/adobe/pdfservices/operation/internal/service/extract_pdf_api.py", line 48, in download_and_save response = CPFApi.cpf_status
Hi everyone, I have an error where "Document annotations" are sometimes not loading when using:annotationManager.addAnnotations(annotations);In the console I can see an error Annotation Selector is not valid for given{id} Any suggestions would be very much appreciated.
Hello,I'm currently implementing the Embed API. Everything is working as expected but after the pdf is opened, the annotation toolbar disappears. During the loading proccess of the viewer you can see the toolbar, but after the document is opened it fully disappers.Nonetheless some annotation tools appear on right click or text selection, the toolbar on the left hand side is just gone. showAnnotationTools is set to true and the view is embedded in FULL_WINDOW mode, so it should be there normally. I would be very thankful for any suggestions.
We noticed that the enbeded api pdf no longer works on ipad (15.7 iOS) with Safari.We downloaded Chrome on that same tablet and it works fine.Tested with iPhone and Safari, Android phones and tablet and PC no issues found. We get the spinning weel for a few seconds and then the "File preview error" message. Any idear :-)? Regards,
hi, any trying to use this to achive a list of suggestions to appear in a table { "flaggedTokens": [ { "offset": 0, "type": "UnknownToken", "token": "Hollo", "suggestions": [ { "textly": "Hello" }, { "textly": "Hollow" } ] }, { "offset": 7, "type": "UnknownToken", "token": "wrld", "suggestions": [ { "textly": "world" } ] } ] }I have tried many options and currently table in my Word Document looks like this: but Im not getting the desired results.Customer wants a list of many Suggestions per line in table. And was hoping to use a list as they are numbered items. I have it working when 1 long field with all the Suggestionseg. 1) do this 2) do that 3) do those but these shouldnt each be on a separate line eg.1) do this2) do that3) do those any help would be greatly appreciated as spent few days on this now 😞
HTML to PDF conversion creates 2 pages from single page and displays in landscape format;top half of PDF and lower half of PDF. (2 PDF pages)Acrobat displys 2 seperate pages. I need PDF conversion to show single page PDF for single page and 2, 3, 4 page PDF's accordingly. I tried changing the settings in Acrobat: noI tried adjusting the page size settings in HTMLtoPDFconvert SDK: no Compression, Merge, and Combine will all uses extra tokens. There must be a better way.
HiI am new to azure logic app and was trying the Adobe PDF connector. I am trying to use the "Generate From Word Document" Action but I am not sure what do you need to pass in the Template File Content. Can we pass Bytes Array? Cannot find what you need to set here?Thanks for your helpYann
I am trying to use Adobe PDF Services API (U.S.) and able to find API end point and API key. Please let me know how can i get both of them? Thank you
This week we released a new set of REST APIs, as well as updates to our SDKs to make use of these new endpoints. These endpoints are significantly simpler than before and should be much easier for developers to pick up. For details, you can check our docs here: https://developer.adobe.com/document-services/docs/apis/ As well as the blog post released here: https://blog.developer.adobe.com/announcing-the-new-adobe-document-services-rest-apis-8d85951176cf Let me know if you've got any questions. In the blog post, I link to some sample code that folks are welcome to take, adapt, and make use of.
Hi All, I wanted to share some of my learnings about using Adobe Document Generation API, which is a great way to dynamically generate PDFs and Word documents using API. This was originally posted on Adobe Tech Blog. Tip #1: Make sure your images are encoded correctly in your JSON data You can pass images into your template from inside your JSON data by converting your image data into Base64. When you do include your image as Base64, it is also helpful to include your mime-type like below. While technically you can pass the Base64 without the MIME type, this does help ensure that you don’t run into any errors while processing. If you are writing your code in NodeJS, here is some sample code on how to encode your image file as Base64 in your JSON data: Tip #2: Image file types that are supported When merging images into your document, you can use the following image formats: image/png image/jpeg image/gif image/tiff Tip #3: Tag your documents using Adobe Docume
From the Document Services FAQ"Currently, we do not support use of Document Cloud Services SDK to collect, process, or store sensitive personal data such as protected health information under HIPAA, children’s personal information under COPPA, and other similar information as described in our General Terms (https://www.adobe.com/legal/terms/enterprise-licensing/overview.html) and and Developer Terms of Use (https://wwwimages2.adobe.com/content/dam/cc/en/legal/servicetou/Adobe-Developer-Additional-Terms_en-US_20210125.pdf). However, support for sensitive personal data is coming soon." (my emphasis) My question is how soon (if there is a timeline for the release of this feature)? And if there isn't a deadline, can someone from the product ownership/dev team give an idea of how deep this is in the product backlog?
I fund the same code that fetches properties and writes them to a json file. Very helpful. But am confused as to how to do the reverse to write custom properties to a pdf file. Is there any sample code using Document Services APIs to write custom properties? Thanks!
Hello everyone, I have been using extract api for over a year now, but since past few days I am seeing changes in detection part (illogical) that I have never observed before, For example, there can be paragraph or heading directly under the list tree instead of being under a list item, i.e//Document/L[4]/LI/Lbl//Document/L[4]/LI/LBody//Document/L[4]/P//Document/L[4]/LI[2]/Lbl//Document/L[4]/LI[2]/LBody Not only here, but also in Table of content items in analogous manner.There has been no update in recent changelogs regarding any changes, can someone please point out any information regarding this!My application runs on heuristics which expects list item in a list not directly P or H, so its crucial for me to understand these changes both from logical standpoint and new work need to be put or not
i want to extract PDF files content without margins..here is example Content is only half of Pdf page, i want only the content ..With Adobe İllustrator i can easily extract whole content . Step 1: Open Pdf file with Adobe illustrator , right click on content and select extract to outside and and here is the result ..i get only the content i want.. Are there any avaible api for this process ? if so how can i do it ? Thanks
Hi, I'm getting this error Not authorized to call this enginewhen using the REST API to try to do a document generation. I have setup JWT -> access token authorization which is being used with this request. The JWT is being signed using a key generated through the Adobe Developer Console. What could cause this error? Thanks
Hello!I'm currently using the resulting JSON file generated by the PDF Extract API to make an HTML file using a script. But I would like to know if it's possible to use this API to make the conversion more directly.Thank you for the help! 🙂
I want to know if "Adobe Acrobat Export PDF" module works with the SDK, i want to bought this just to convert PDF to excel files. Thanks.
I have an excel file when I export this from Excel to a PDF format. The file is 45KB in size. The originating xlsx file is 13KB in size. When I try and export the PDF file using the PDF Services API, I get a response stream back that is only 8KB in size and excel refuses to open it, as it says it is corrupted. Do you have any example code of how this should work? I am using C# with the response.GetResponseStream with a FileStream (in a using block) destination using CopyTo. It is shown in the attached file. I am sending all the items that are requested, what seems to be wrong is either what I am being sent or the way I am processing the stream. There are lots of examples of capturing a stream but none of them seem to result in a valid xlsx file. Your help would be appreciated.regardsGeoff Hirst
Is it possible to make a templated PDF file and then send it to an API, either the document generation api or another Adobe api and have the templated PDF filled in with the data?
We're using the Embed API to display PDFs. The files are hosted on Dropbox and displayed on a Squarespace website. Things worked great until recently when randomly the files will stay at "Loading 0%". I'm not sure what to do since the developer who set up the code is no longer available. I have a test link you can try and also the code we use. Keep in mind that sometimes the files open just fine, but other times they stay at 0%. Does anyone know what we can do to fix the issue?Test link: https://www.fortebarprep.com/test-blogClick on any of the titles in the blog to go to an embed page. Here is the code. The only difference on each page is the dropbox file link. <style type="text/css" media="print"> body { visibility: hidden; display: none; } </style> <div id="embeddedView" style="width: 100%;"></div> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript"> const dropbox
I have a single page form that converts to PDF, And displays the single page as two separate half pages in acrobat. I have poured over the HTML code and CSS, and there are no page breaks anywhere. The single page form should be displayed with 8.5 x 11 inch sizing. It's being displayed as 2 pages sized 8.5 x 7 inches on each page.
I had try registerCallback , but it only can catch event after open link:adobeDCView.registerCallback(/* Type of call back */AdobeDC.View.Enum.CallbackType.EVENT_LISTENER,/* call back function */function(event) {switch(event.type) {case "HYPERLINK_OPEN":console.log("Clicked on hyperlink "+event.data.fileName);console.log(event);break;}},{enablePDFAnalytics: true,});}); How can to catch event before open link?
Hello, I am integrating the PDF Embed API into our project. What I am seeing is that after I load the viewer, I can see the PDF fine, but every sibling html element after the container is getting stripped out. For example, say I have this:<div class="some-content"> <div id="my-embed-id" class="adobe-dc-view"> </div> <p>Some content here</p> <p>More content here</p> </div> Once I render a AdobeDC.View and pass the in the id "my-embed-id", the pdf shows but the 2 paragraphs after the embed div get removed from the DOM. Any suggestions? Thank you!
I am using the PDF embed api to embed a number of PDF files using the inline embed mode While it generally works very well, if the pdf I am embedding is very tall, it no longer expands to fit the width of the page (it will expand only to a particular size, after which it just remains centered). for an example, see:https://tcm.school/herbs/resolve_exterior_herbs_testing.html there are 4 pdfs embedded. If the window is small enough, they all fit the width of the screen, but if the window size is increased, they end up all different sizes. Is there a way to force them to all expand to the width of the container they are in?
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.