Unlock the full value of DC Web with our global community.
Recently active
Hi, I'm using the PDF Tools OCR API to OCR a PDF and I'm receiving the following error message - "An Internal Server Error has occurred.; transactionId=buRqLPYDVdA7ePvOhIDCIdt8xmKfLQxC". I'm not sure what's wrong with the PDF. If any has encountered this issue before and has a solution or a workaround, please share. Thanks for your help.
Hi! We need to remove embedded javascript in PDF file. It's possible with any API? I’m looking in “PDF Tools API” but can´t find something to do this.https://www.adobe.io/apis/documentcloud/dcsdk/pdf-tools.html I attached my PDF file, this automatically open a google URL in browser. Regards!
Hi,I've successfully integrated pdf Embed API on my local machine, but I want to use S3 as bucket.It's failing from some reason.My aws s3 CORS is:[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET", "HEAD", "POST", "PUT" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [] } ] And I tried once with Adobe Credential on which allowed domain is 'localhost', and once with 'django-02-files.s3.amazonaws.com'. Both didn't work for me..Any suggestion will be helpful !Thanks ! P.s-I well aware that currectly all my aws keys are in the JS code, it will be the next thing that i will fix.(I'm a fresh CS Grad that builds my first project)
Is there a way to trigger full screen mode from a button on the page? The button will just be a static button on the HTML page below my Embed container (outside the rendered iframe).
Hello,Does PDF Embed API support PDF linearization? I can't find any reference in the docs (whereas it exists for PDF Tools API).Thanks.
I want to know whether Document APIs support to show linearized PDF on Web page ? If yes, how can I use it ?
Hi,When I view the attached PDF via the Embed API then I get the attached error message and the buttons don't work.Appreicate any support on this.Cheers
I'm developing a feature to convert MS files to PDF using the PDF Tools API of Adobe and facing an issue regarding the Track Changes in MS files. I want to control the option to accept (or not) the track changes of files and I can't find related information, class, or method for achieving this. Currently, using the PDF Tools API, if I try to convert a Word with either track changes or comments to PDF, the track changes are being accepted by default, even if I don't want to accept the track changes. The default works as described below:Word contains Comments and Track Changes - the PDF is generated without both of them.Word contains Only track changes - the PDF is generated with them.Word contains Only comments - the PDF is generated without them. We couldn't find solutions for this issue described above, could you please try to advise me, or provide a reference, for handling this issue?
Hi,I have an Excel table of data that has columns containing full .pdf file names/locations. I'm trying to insert each file into a master pdf file, and do 2 things:Add a bookmark to the location of the new file in the master file, in order. I have gotten the bookmarks to show up, but they are currently showing up out of order, and/or reversed.Ideally I would like the Bookmarks Navigation Pane to show as the default view, though this is 2nd priority. With adding the bookmarks, I'm getting a "Run-Time error 438:Object doesn't support this property or method" when I get to "n = UBound (BookmarkRoot.Children) +1" or any other reference to "BookmarkRoot.Chldren" I'm new to manipulating PDFs with VBA, so any help is much appreciated! Here is the more relevant code to this section: Dim numPages As Integer &nb
Hi, I was able to embed a PDF into my website just fine but after the weekend it is saying the application domain is not authorized. Not sure why it worked on Friday but checking back on Monday it is no longer authorized? Am I missing something? API KEY (CLIENT ID)0a71ae70d269413e899f7116c18a5609 ALLOWED DOMAINwww.seasidechamber.com Thanks!
The flow I'm trying to create is to split a multipage PDF into many single page PDFs when the file is either created or modified in SharePoint. No matter what PDF service I try to use, the flow doesn't provide me an option to assign flow content. Not sure what I'm doing wrong. Any help would be appreciated.
I have tried to get the pdf file from multiple server and I always get the same errorFile preview errorFile preview not available, please reload to try again. My site: laromabrewing.com.mxThe only file that works with my code is the sample file:documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdfI ve gone through all your forums, i have recreated my credentials, and i have tried google the answers seeing is a general common error.Thanks in advance for your comments.
Hi, We are trying to use the PDF Embed API in one of our works. We can view our PDF file and do annotate the PDF using the API. But we have the use case to check the status of the file modification only when the user edits the PDF(So that filePollFrequency is set as 0). We tried the below code to check the status, adobeDCView.registerCallback( AdobeDC.View.Enum.CallbackType.STATUS_API, function (metaData) { //Logic to check modicication by other users. return new Promise((resolve, reject) => { resolve({ code: AdobeDC.View.Enum.ApiResponseCode.SUCCESS, // Return true if there in no modification. }); }); }, { filePollFrequency: 0, keepPolling: false, } ); As mentioned in the documentation, By default the callback will trigger when the user edits the PDF. Our issue: The STATUS_API callback triggers only once when the user edits. The callback won't trigger w
Hi, I looked into couple API / SDK products regarding ability to extract PDF text and resave the PDF with updated text and not sure which one to use. There's PDF Extract API which extracts info into JSON but not sure how to resave PDF using changed text:https://www.adobe.io/apis/documentcloud/dcsdk/pdf-tools.html I like an interface like following and can develop UI like that but need to know which Adobe products to emplyee: Looking forward to your feedback!Imran
Hi,I'm using PDF Embed API to preview PDF's.Is there any way that Top Header in LIGHT_BOX mode visible permanently.Client's are confused they press browser back button instead of tapping and closing PDF.Kindly suggest any option available to Show/Fix Top Header permanently.
It is a requirement to rotate pages withing the PDF Embed API (Viewer SDK). This is no kind of pdf manipulation and fits perfectly to a viewer. The rotation should raise an event so that developers can decide to manipulate the PDF (f.e. update the page rotation within the pdf) by using Document Services API etc.Does the PDF Embed API Roadmap plan to implement a feature like this?
Using Power Automate to build a proposal in TW125 are the items then bookmared after they have been merged into one PDf?
How to manage consent when embedding Adobe Analytics into Adobe PDF documents? Ref: https://business.adobe.com/summit/2021/sessions/pdfs-no-longer-an-analytics-blackbox-s603.html Unfortunately I didn't attend that presentation live to pose the question. Thanks for info/ideas!
Hi I am using a Web Site Builder called 123-reg.com which allows to add Code in the Site Builder, and l wanted to embed a Fillable PDF that I have created for my clients to find online, so to fill the Form straight away from the site (without having to Donwload the PDF etc) . My aim is to have the Fillable PDF visible on the site as if it's blended seamlessly with the site, as one... However l have no idea about coding and l don't know what is the process to embed it in the 123-reg.com's Web Site Builder. Do anyone know how to do this? Thank you very much in advance for your very kind help. Andrea
I created credentials for my website, I then copied the sample code as is from the demo site. But instead of seeing the demo Bodea Brochure pdf, I get the classic error message saying 'This application domain is not authorized to use the provided PDF Embed API Client ID'. Am I doing something wrong here ?
Hi all, I was trying to run the OCR using node js PDF tool API. I have successfully run the OCR using node js withPDF tool API. But I was trying convert the code to executable app using electron & packager library from node js I got belo error. I have created the credential and replace in the path, but got the same above error. Please share your thoughts.....
Hello. I have this code I generated from the PDF Embed API demo. <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: "<YOUR_CLIENT_ID>"}); adobeDCView.previewFile({ content:{location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}}, metaData:{fileName: "Bodea Brochure.pdf"} }, {embedMode: "LIGHT_BOX"}); }); </script> I know that I have to enter my own client ID and PDF URL link.My question is, how can I wrap all of this inside a clickable link? I want to have a link titled 'print solution' that, when clicked, fires off the above code and displays my PDF in a lightbox on the same page.Currently I use Google PDF viewer and a lightbox to achieve this and my code looks like this:<a href="https://docs.google.com/viewerng/viewer?embedded=true&
I have successfully tested the PDF Embed API in my .NET MVC project locally in the visual studio debugger.The project was deployed in a server with a local IP (local network) but as I could not create credentials for an IP, I asked from our network admin to map this local ip to the domain name dirapserver.xxx.gr.I then created an new project with the following credentials for PDF embed API I am still gettting the same error and my console output is The code is correct and futhermore I can see the pdf file for an instance before I receive the error.So, my basic question is whether I can use the API in a not public network ,with a local domain name?Thank you in advance
Trying to implemet createPDF REST API (Public API) from PDF Tools API thru python request postfor Form Parameters - <file_content_part_name> requires The input file content. What format of file content is requiredhere. I tried bynary type but getting {"cpf:status":{"completed":true,"type":"Internal Server Error.","title":"Error while ingesting input stream.","status":500,"report":"{\"error_code\":\"REQUEST_SAVING_FAILED\"}"}
We are running an azure function (C#) that takes a Word Document (pictures and text - RTL: about 4 MB) and converts it to Pdf.The conversion is correct (preserving exactly what we see in the Word document) but the conversion process is slow (about 10 seconds). In comparison to MS Word when we save the doc as Pdf the conversion is immediate.This is the instruction that perform the conversionFileRef result = createPdfOperation.Execute(executionContext);Is there a way to speed up the conversion process?PS. We tried to deploy the Azure function from Ireland to the East coast but the response time remains unchanged.
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.