Unlock the full value of DC Web with our global community.
Recently active
I want to generate client Id for adobe pdf embed API. My Domain id is https://abc.comBut, to generate client id, it needs www.abc.comI can't change my domain. I tried generating client id with www.abc.com but it fails to open pdf showing your domain is not authorized.How can I generate client id for the domain https://abc.com
Hello, Is there a way to programatically focus an AcroField based on the fields Name or Id? Thanks,
Hi,When I enable the "enableAnnotationAPIs" the add text comment button disappears from the UI. see attached image. my code is attached const viewerConfig = { // enableAnnotationAPIs: true, showLeftHandPanel: true, showDownloadPDF: true, showPrintPDF: true, showPageControls: true, dockPageControls: true, defaultViewMode: "" }; $timeout(function () { var adobeDCView = new AdobeDC.View({ clientId: clientID, divId: "adobe-dc-view-desktop" }); var previewFilePromise = adobeDCView.previewFile({ content: { location: { url: $scope.pdfsrc } }, metaData: { fileName: $rootScope.pdfName, id: $rootScope.pdfID } }, viewerConfig); const eventOptions = { li
Hello, Is there a way to subscribe for Acro Fields?Basically, i am rendering a PDF document with AcroForms using Adobe DC Embed Viewer.I want to subscribe for events on the Form Fields like when a TextBox is clicked. Thanks,
I have uploaded a large pdf file to my a weebly website. However, when the file is opened by my website visitors, it opens based on which browser and adobe viewer the user has in his/her computer. What I am seeking is a way to have the PDF file open the exact way it does on my computer which allows the file to be searched by key word and/or phrase, which produces a search result that contains words both before and after the search term. I have read something about Adobe PDF Embed API but this is way above my level. Also, I don't want the user to be able to download the file but I do want the user to be able to print selected pages. Question: Is this possible and if so, does anyone know how/where I can hire the right individual to perform this service?
Hi Team, We are evaluating PDF Tools API (Java) for our business need. As per requirement, we have to edit the PDF contents. We have executed OcrPDF sample from tool API and found, PDF is allowed for editing however existing content is not allowed to edit. For example - I have some text 'India news work' in pdf which i need to replace with 'US news work' (trying to edit manually after OcrPDF sample run however it is not working).
I am using Adobe Embeded Javascript APIwhen i add comment in the PDF then it gets flushed out after refreshing page.I want to persist these comments even after refreshing the page.how can i do it?
I have generated API from Adobe and I want to have PDF file view in html website. But the pdf file is not showing. my code. <div id="adobe-dc-view" style="height: 360px; width: 500px;"></div> <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: "********************************", divId: "adobe-dc-view"}); adobeDCView.previewFile({ content:{location: {url: "https://pdf.studyguru24.com<?php echo url_for('files/download?id='.$files->id) ?>"}}, }, {embedMode: "SIZED_CONTAINER"}); }); </script> I have opened with Google Docs. But not supporting all browsers <center> <h4>View And Download PDF</h4> <iframe src="https://docs.google.com/gview?url=https://pdf.studyguru24.com<?php echo url_for('files/download?id='.$files->id) ?&
I have a quote of 1000 units. But we need more. What is the price per unit? Who should I connect with?
Hi there,I'm trying to create an Indesign extension to display PDF content directly in it. I've tested the code to work fine in Chrome, but in Indesign it doesn't work. Instead alert says ```The application domain (file://) is not supported to use the provided PDF EmbedAPI Client ID```.I've tried to get API key, but it sems it not allowed neither for localhost nor file.Any help would be appreciated.
When converting, all pages are saved in one sheet, and I want to divide this sheet by page.
I tried to use OCR of PDF Tools API to identify a chinese pdf, but something went wrong. I modified OCRLocale to 'ZH_CN' according to document 'OCR with explicit language', like this: const options = new PDFToolsSdk.OCR.options.OCROptions.Builder() .withOcrType(PDFToolsSdk.OCR.options.OCRSupportedType.SEARCHABLE_IMAGE_EXACT) .withOcrLang(PDFToolsSdk.OCR.options.OCRSupportedLocale.ZH_CN) .build(); I run the code but an error occurs, the error info: 2020-12-22T10:40:11.252:[DEBUG]: Resolved request uri : https://senseicore-ue1.adobe.io/services/v2/status/owFg2AYgawPrJCHU54YF7e4lWUj2teJVException encountered while executing operation ServiceApiError: vector::_M_range_check: __n (which is 0) >= this->size() (which is 0) at E:\project\test\adobe-dc-pdf-tools-sdk-node-samples\node_modules\@adobe\documentservices-pdftools-node-sdk\src\internal\api\cpf-api.js:170:20 at IncomingForm.<anonymous> (E:\project\test\ado
Hello, I have an issue with the time for conversion. I'm using the Adobe Tools API for converting a pdf to jpeg. Everything works fine except using larger files for conversion. Example: 1. 360kb file takes 7 sec to convert 2. 7Mb file takes 18-19 sec to convert 3. 14MB file takes over 30 sec to convert. In the case of 1 and 2 it's working, but for nr. 3, because that operation takes so long I'm receiving timeout from heroku. For our app it's very common to have pdf files that are 20-30MB. Is there a way to fix this problem? I tried a naive solution to compress the file using the API and after that to convert, but for example this way the request takes 59 sec for a 14MB file.
I'm trying to play with embedding a pdf, but it does not work. In the manual it says that credentials are not required when running locally (I have local Django server at http://127.0.0.1:8000/) but it does not seem to be the case. I tried to obtain ID for local address, but this seems to be impossible too. My project is not hosted yet, so I can't try getting credentials for a domain.
I'm reading the PDF specifications and I'm not sure what the difference is between a PDF that has an xref with multiple subsections vs a PDF that has multiple xref sections. I see that both indicate that there has been incremental changes to the PDF but when would I create an entirely new xref section rather than create a new subsection to the existing one?
We have PDF File which has size from 700MB to 1GB. This is because it contains the high resolution images which is required for processing means resolution cant be reduced . Can any one has an implementation of viewing such large Files
Hi there. I'm experimenting with the PDF Embed API for a document portal that we maintain for clients. Many of the PDFs have sensitive information that we need to understand whether the data is being sent to remote servers even temporarily for rendering purposes. Is there a document that outlines whether and how the PDF embed API does or doesn't send data to remote servers during the rendering process? I see a bunch of blob: entries in the browser network log, but I understand those to be local accesses. I saw in the press release what seems to indicate that rendering is all done client-side, but wanted to see if there was any more detail documented somewhere. Thanks!
I used this code to embed a pdf viewer on my website, but none of the pdfs I've tried show. I tested with the Document Services PDF Embed API Demo and when I open the file there it opens. However, when I try to use it on the website, it doesn't load. I keep receiving the error "File preview error. File preview not available, please reload to try again." Here's the code I used <!--Get the samples from https://www.adobe.com/go/pdfembedapi_samples--> <!DOCTYPE html> <html> <head> <title>Adobe Document Services PDF Embed API Sample</title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1" /> </head> <body style="margin: 0px"> <div id="adobe-dc-view"></div> <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> <script type="text/javascript
I would like to user the Document Services API in my commercial app. Is this ok with a free account and are there any quotas for a single credential?
Is there a way to do a string search in a pdf file using PDF Tool API? Basically I need to programmatically search through all pdf files in a folder and list the files names that have a matching string in its content
Hello, I want to use PDF Tools API for development, but how to purchase?I am an individual Developer in China.
New to the PDF Embed API, and happy to get it working to the point where the form is rendering nicely on my webpage, but the form isn't editable, i.e. form fields can't be typed in, but the documentation says this should be enabled by default. I've tried adding { enableFormFilling: true } to the configuration, but it didn't help. If i open the PDF from the URL straight into Chrome, i can edit the form, what am i missing? Thanks!
Can this PDF tio MS Word translation be automated from an Microsoft .Net external .program? Using Adobe Acrobat DC on my deskop, I translate a PDF to 2 Microsoft Word formats. Manaul steps1. File > Export To > Microsoft Word > Word Dcoument, the SaveAs PDF screen, "Settings..."2. The Save As DOCX Settings screen:3) Two Layout Settings: Retain Flowing Text, Retain Page Layout.4) SaveAs to each format - 2 DOCX files. Automation Requirement:1) Develop a Net C# with the PDF Tools API library. The program uploads PDF file to Cloud Document Services2) Send Retain Flowing Text option, get MS Word DOCX returned to the calling C# program ( no manual intervention )3) Send Retain Page Layout option, get MS Word DOCX returned to the calling C# program ( no manual intervention )4) Repeat step 2, 3 for more files. i.e. each PDF translates into Retain Flow and Retain Page DOCX files. Thanks for feedback.
Dear team I want to use it on an intranet portal but it is not taking its local ipv4 address. Please suggest.My local server ip is 172.16.112.83
Hello:I have PDF stored as blobs in local storage (indexed.db). When I read I get a 401 error in console. var adobeDCView = new AdobeDC.View({ clientId: "xxxx", divId: 'pdf-content' }); adobeDCView.previewFile({ content: { promise: store.get('test.pdf' }, metaData: { fileName: "test.pdf" } }, { embedMode: "SIZED_CONTAINER" }); I get a : ViewSDKInterface.js:1 POST https://viewlicense.adobe.io/viewsdklicense/jwt 401 (Unauthorized) error. I
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.