Unlock the full value of DC Web with our global community.
Recently active
I am trying to run the embed viewer script on my desktop, as it states in the sample that you don't even need credentials to test the viewer. I have entered my credentials anyway, because I keep getting a CORS error. The pdf viewer does appear to be embedded in the browser, but my pdf file which is stored in a folder called "news" on my website does not appear in the viewer. The error message says: "File preview not available, please reload to try again." In the web developer console it shows the error is related to CORS. I cannot find an easy explanation to correct this error, so I appreciate any help with this problem. Here is my test code:<html> <head> <title>Test 2</title> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> </head> <body> <div id="adobe-dc-view">&l
I already researched a lot but did not find any solution so far for this specific case. The client is including Dynamic Video on the website and is currently using Adobe Experience Platform Web SDK. The goal is to track the Dynamic Video in Adobe Analytics. I found two extensions: Adobe Media Analytics for Audio and Video and the Dynamic Video Viewers. However, this only works if also the Adobe Analytics extension is installed which is not needed in this case as Adobe Experience Platform Web SDK extension is already installed.Next idea would be to do a custom data layer implementation if nothing else works.I would be very thankful for a hint in this regard if there is even another option with the current setup.Thanks a lot.
Hi.We are using the PDF embed API to display PDFs to our end users.We are requesting the PDF from a client CDN, which delivers the PDF in a byte-stream. I have looked up both the documentation regarding linearized PDFs, as well as the sample demo on github. As many of our requested PDF are large, it is crucial to fix this issue to improve use experience.All the promises are resolved in what i believe is the correct order: getInfo => Metadata (which returns fileSize)getInitialBuffer => Initial 1024 bits (which returns a buffer: [ArrayBuffer(1025)])getFileBufferRanges => fetches the requested ranges (awaits all promises, returnes bufferList: ArrayBuffer[])Below are some images of our setup, as well as the header for the requested PDF.Thanks in advance! Header for the requested PDF:Code using the URL directly, letting the API handle needed promises:Code using a promise with linearizationObject (separated in two images):
we started the Migration from JWT to OAuth to convert the PDF into Document. After migration in order use the PDF operation for export PDF to Document. we need to perform Five API calls to downlaod the Document. We refer the below URL to perfoem the PDF Operationhttps://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/ Is there any alternative way, we can perform the PDF operation to reduce the number of API calls please suggest some other way to perform this operation
Can I declare adobeDCView instance variable only once? In case I need to render multiple PDF files on a single page, because I notice .js downloading multiple times unnecessarily depending on the number of files, I have performance concerns about the rendering of the web page and it consumes a lot of browser memory. The reason I want to solve this issue is because of the user interface.
Hi, We are receiving input from external sources, as outlined in the attachment. However, document generation fails when we attempt to convert it to PDF. Apart from the outlined sample JSON, we need to include tags with the 'id', `img`, `doc`, and `table` tags. Could someone assist with this? Cheers,Sampath
I'd like to place "attach file" hyperlinks at various place on my pdf and ask my users for specific documents.; how can i do that?
Hi, In the documentation on the bottom of page https://developer.adobe.com/developer-console/docs/guides/authentication/APIKeyAuthentication/#understanding-different-uses-of-the-api-key-credential, it says:"You can configure up to 5 comma-separated domains, use wildcards to club together multiple subdomains and specify any non-privileged port numbers. You can edit these domains any time by visiting your project on the Adobe Developer Console." But in the console I can't find any way to edit my allowed domains for an API key or add wildcard domains, it didn't work with wildcard or comma-separated?I also read that I should be able to create up to 10 credentials per service but I can't find a button to create extra credentials either? Thanks for any help on this!
HiI'm trying to fill a table in a Word template with data from a SharePoint list with Power Automate.After the step 'Get items' , the document should be created. But Power Automate allways creates multiple docs (For each) so the table contains one row. (see below) Hope someone can help!GreetzVladi
When a protected file is uploaded, the filename, type and protected label is not properly aligned. Because of this I am wondering if there is a way to fix this or can you introduce a way to hide the sdk-HeaderFileInfoView-header?
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.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.