『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
I have a master project that is linking to child projects.Outputs for master and all child projects use a Frameless preset. However, the skin has different settings for the TOC.- Output for Master has no toc. We don't need a global TOC for the master project output.- Outputs for child projects have TOCWhen trying to display a child project in the Master output (after copying outputs to the Merged folder), the TOC does not appear.Could anyone provide me with some insight in getting each child project TOCs to appear in the merged project output?Thanks in advance,
This months Acrobat Services Office Hours will be December 12th at 1PM (technically, 12:55 PM). These sessions are open to all and are your chance to ask questions, provide feedback and give us your suggestions. You can RSVP here: https://events.ringcentral.com/events/office-hours-for-adobe-acrobat-services-developers-december-12-2024-9b590b60-c3ea-4ca6-8be6-61a04dd3b0cd
Newbie question here: We have a large collection of PDF documents that are located behind a subscription paywall. We would like to make these indexable by GoogleBot using JSON-LD as documented here.Can the PDF Embed API be used in that circumstance? (Since the PDF content is only being referenced by the API)
Hi, I’d like to confirm if the option to use the PDF Services API through AWS is still available. I’ve come across several posts about this, but it’s unclear to me whether this option is currently supported.Based on the AWS listing, it appears that the option is available. However, when I click on "View purchase options," it redirects me back to the same page:Could you please clarify if this is expected behavior or provide guidance on how to proceed? Thank you!
Hi all!I´m working with tuhmbnails without api, just the handler from acrobat. But i see java examples,but i don´t see C++,just net. Where i can get examples with c++ win32, no NET ? Thx
I am using the PDF services API and have the 1000 trial units and now want to pay for more to roll out to production. I don't see any options in the interface to pay for more quota. Can anyone assist in helping point to where I can pay for quota? I've set this up through the adobe developer console.
PDF Services API stopped working after we reached our allocated quota. We submitted the Sales contact form twice. I've spent the last 2.5 hours on chats and dead end phone calls with multiple people from Adobe going in circles. How do we get our quota increased or reach someone from Sales to resolve our issue with the PDF Services API?
Hi, an amount was deducted off my account for the Adobe PDF Embed API that I did not request and it was for a website that no longer exists. Who can I chat to that can assist me with this?As far as I can see, even if I did request it, it was meant to be free.I'd appreciate any help.Thanks,Colette
Buenas noches a todos: Deseo usar el handler de acrobat reader para recuperar la miniatura de documentos pdf,no haré uso de la API sólo usaré el handler del visor. Usaré C++,estoy haciendo un programa que recupera los documentos pdf,sus miniaturas y lo presenta como un menu. Pregunta ¿Existe alguna restricción para el uso de las miniaturas o para distribuir el programa creado? Gracias por sus respuestas.
Hi, I have a govt supplied pdf form that I have no control over format of the fields etc. I can update the writeable fields using API calls to PDF services i.e. pdf.co but there are a number of read-only fields (that are supposed to be updated by embedded javascript) which remain blank. All of the services I have tried say that I need to manually open the file, update a field, hit "Return" and then the read-only calculated fields will populate. This isn't practical or scalable. Is it possible using one of the Adobe offerings to update the writeable fields via an API and then somehow trigger the calculateNow function? Thanks
Issue 1. "My site, altaalpina.org works in Chrome/Edge, but not Firefox. (both on Windows 11) In Firefox I get : This application domain (https://www.altaalpina.org) is not authorized to use the provided PDF Embed API Client ID Issue 2 My current client ID is registered for `www.altaalpina.org` But I would like it to also work for the subdomain altaalpina.org. I created a second client ID registered for the domain `altaalpina.org` at https://www.altaalpina.org/pdfembedtest.html . My expectation is that a client ID created for a subdomain will work in super-domains. However it does not work for www.altalpina.org, and displays the same error as the above. Any guidance on the above is helpful. The script code is pure vanilla, copied from samples.
I'm trying to create a new credential using the link below: https://acrobatservices.adobe.com/dc-integration-creation-app-cdn/main.html?api=pdf-embed-api# the problem I'm having is I would like to add not only localhost (for testing in dev) but also tauri://localhost which runs the same app inside of a WebView/IOS Simnulator. Unfortunately the form linked above doesn't seem to accept multiple app domains which seems strange to me. Once this credential is created, It also seems impossible to edit/add the app domains, which I will need to edit once I have a production domain set up. Any ideas on how I can get this to work? thanks!!
In v6 api version, I am not able to use form fields on a uploaded PDF with signature box. but got a answer that Adobe has the anchor text functionality disabled by default. If you contact support, they can contact Ops who can enable it on your account.but I am not able to get support mail or contact.
Is it possible to exclude only pages containing certain strings while converting PDF to EXCEL file using JAVA SDK?
I would like to use PDF Embed API without CDN. Is there a way I can use it locally through npm or something without using CDN url. I don't want to load it under adobe iframe. I want it to work locally. Let me know what are all the options that are available.
we have a use case where we are generating large pdf file 120mb +-. we get an error saying the files are too large... however when posting to the assest everything works fine. is there a way to handle large payloads with the htmltopdf call? does the enterprise version offer a solution? what is possible?
I am using Pdf Embed for sometime. It is working perfect on pc but on tab and mobile, it is very very slow. Not even loading fully. It takes forever on mobile. Rarely it does work but it is rare. 1-2 pages load instantly but after that it takes minutes. File size is very reasonable. Any suggestion. Do check
I'm working on a research project and need to know the pricing for bulk usage of the Adobe PDF Services API. I've tried contacting the sales team twice via email but haven't received a response.If anyone knows how to obtain this pricing information, or if there's something I might have missed?
We are currently working on a project where we need to upload documents to a third-party system that only accepts flattened PDFs. At present, our users manually flatten documents using the Microsoft PDF driver to generate the flattened PDF file. We want to automate this process using Adobe PDF Services.Our workflow involves merging documents from Word templates and converting them to PDF files. Does Adobe PDF Services provide a feature to flatten PDF documents? If so, could you please guide us through implementing this?Thank you for your assistance!
When I set `showAnnotationTools: false`, it removes all annotations, but I want to avoid having a menu appear when I click on an annotation (`highlight` type). Is there a way to disable all possible menus related to annotations while still displaying the annotations? I am referring to the menu that appears upon clicking an annotation. Here an screenshot, I am talking about this menu: Related question: https://community.adobe.com/t5/acrobat-services-api-discussions/how-to-make-annotation-read-only/m-p/12541904
HiI am using PDF embed API, we have requirement like compare 2PDF's contents while scrolling. I am using gotoLocation() function. when we move scroll on first PDF, applying sam scroll position and page number on other PDF.But issue is whenever there is a page change then only scroll is hapenning on other side.Any solution for this. scroll should be snchronized.
Hello TeamBased upon the documentation I see like Adobe PDF Embed API is free of cost.just to confirm on that , is there any hidden charges will be charged after I started integrating the Adobe PDF Embed API in the angular application based on the number of hits or based on the numbers of users using the site or based on the country we are using or based on the company size. can anyone confirm on this so that I can proceed with integrating this feature in my application.Regards,Nithin Mathew
Hello, How is the number of credits used for each document processed with ExtractPDFJob computed? When testing with a pdf document containing several tables, a single extraction ends up costing 26 credits. The same document, when converted to docx, costs 3 credits. Is there a formulat we can use to estimate the number of credits consumed by each job?
Hello Adobe, I appreciate that this was probably done a bit mechanically, but in `OCRSupportedLocale`: ``` CA_CA = "ca-CA" """ Represents "Catalan (Canada)" locale """``` Canada has two main locales - fr-FR (French Canadian) and en-CA (English Canadian). I mean, there are approximately 5000-1000 catalan speakers in Canada, but you probably want to support the other two first 😉 You may also want to review `iw-IL` - Hebrew iso code was changed in 1989 to `he-IL`. Cheers, Gaspard
I have create sample .Net project to extract PDF using Adobe.PDFServicesSDK Version: 4.1.0.Refered https://developer.adobe.com/document-services/docs/overview/pdf-services-api/quickstarts/dotnet/ doc for POC.Now consider below scenario where we create PDFService instance once and call adobe pdf service API at interval of 24 hrs. Does the session token will auto refresh by Adobe.PDFServicesSDK on expire?As session token expire time is 24 hr after generation.In actual project we will create PDFService instance as singleton. So it will reuse the token until expire but not sure what will be case once it is expire.
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.