Unlock the full value of DC Web with our global community.
Recently active
Hi, One quick question: I contacted Adobe's tech support number and was informed Adobe Embed PDF API is only available to Enterprise subscribers. I am an individual subscriber of Adobe's Creative Cloud and have assess to all their apps for $55 per month. This is not clear to me.Doesn't my subscription include Adobe Acrobat among other apps? Why am I not allowed to use the Embed PDF API feature? This is an important feature that should be available to all subscribers.Have i misunderstood their tech support? Did he mean I don't have assess to their tech support unless I am an Enterprise level subscriber or did he really mean I can't use the Embed PDF API feature at all?Any help will be greatly appreciated. Thank you in advance.
When you hyperlink a mail ID in Indesign, convert it to PDF, and render the PDF on a web page as API, the email link does not work. When you click the email link you get an alert:Do you want to open this link: mailto:abc@hpe.com?, when you click yes, you are taken to a 403 Forbidden page and the address bar shows: https://documentcloud.adobe.com/view-sdk/2.22.1_2.8.0-5d611c6/nullabc@hpe.com.Ideally, it should prompt user to open the link in email app. What is the resolution for this?
I'm trying to use .net sdk to create PDFs using URLs, when I try to convert HTTP site insted of HTTPS I'm getting an exception saying it's only working on HTTPS urls, Is there any workaround or option to enable this to work on HTTP sites as well.
any one worked on pdf to json conversion with node.js
For secure PDFs, such as embedding an expensive book for members-only, how can I stop them viewing the source and copying the URL into a browser to download the PDF? Here's the part that they could copy-paste: content: {location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}}, Encoding the PDF as a base64 doesn't seem to work looking through the forum, and would make a massive line of code for this book. Perhaps setting something on the PDF file so that even if they download it, they can't open or print it. I suspec this will affect the embedded file, so it might not be possible. Appreciate any thoughts, thanks in advance.
Below is the source code which is given by adobe ,but im notgetting expext output any thing i missedACTUAL INPUT============IM NOT GETTING EXPECTED OUTPUT OUTPUT:=========={"pages":[{"page_number":0,"is_scanned":false,"width":595.3200073242188,"has_structure":true,"content":{"number_of_images":1,"only_images":false,"has_text":true,"has_images":true,"is_empty":false},"height":841.9199829101562},{"page_number":1,"is_scanned":false,"width":595.3200073242188,"has_structure":true,"content":{"number_of_images":0,"only_images":false,"has_text":true,"has_images":false,"is_empty":false},"height":841.9199829101562}],"document":{"is_linearized":false,"pdfe_compliance_level":"","is_tagged":false,"is_portfolio":false,"is_certified":false,"is_encrypted":false,"info_dict":{"CreationDate":"D:20211124101405Z","Producer":"PDFium","Creator":"PDFium"},"is_FTPDF":false,"pdf_version":"1.7","has_acroform":false,"file_size":"112.94 KB","is_signed":false,"incremental_save_count":0,"has_embedded_files":fal
I have a{% repeating-section objectname %} element inside a .docx word template which I need to ensure starts on a new page instead of breaking mid-section. Here is a sample of how it looks in the Word template: {% repeating-section quotes %} {{Name}} {{QuoteID}} {{morefields_etc_etc}} Information about each quote goes here in a table, but I might have 10 quotes which are being iterated. Quote #3 gets broken across two pages in the PDF result. I want to include a CSS tag in the word template which performs the function of: page-break-inside: avoid; {% end-section %} I have tried{% repeating-section quotes page-break-inside: avoid; %} but it didnt work and the entire loop was ignored. How can I get a conditional page break?
Hello,I am very new to using postman to make API Calls. I have started my trial for PDF Extract API and downloaded the REST API Postman collection file Extract.json. Imported the same in Postman as a collection and get the Submit and Poll requests. I have updated my Client ID as x-api-key value and pasted the jwt token after Bearer in the autorization key value. I have provided value for the inputfile0.My url: "https://cpf-ue1.adobe.io/ops/:create?respondWith=%7B%22reltype%22%3A%20%22http%3A%2F%2Fns.adobe.com%2Frel%2Fprimary%22%7D"Now when i send the request i get the below message:{"error": {"code": "Not Found", "message": "Oops. Something went wrong. Check your URI and try again.", "details": { "error_code": "404404" } } } Please advise what am i doing wrong?
Hi!I'm accessibility specialist. I've corporate clients genearting lots of documents they want to turn into pdf automaticaly. There're some libraries out there one can use for the task, but sadly their results lost doc structure, therfore they're not acessible at all.I wish to know what is the Doc API results accessibility level ¿Can I recommend it?
Hi All, I am posing this to ask for help form anyone who expert on how to buy "Adobe PDF Services API". I am currently try to create automatic flow in PowerAutomate, that flow using traial version of Adobe PDF Service API in order to encrypt my document. so I couldn't found any pricing of this. can anyone help me? *I've found just normal PDF Pricing not sure that it's can use in PowerAutomate or not. Thank you in advance!
When extracting text from Page 59 (zero based counting) at the following PDF, The word 2008 is extracted as unknown characters: "Text": "WESTERN UNION Annual Report "PDF file When watching the PDF with Acrobat Reader, it looks ok: I tried with PDFBox, and got the following error for these characters:No Unicode mapping for twoalt (2) in font HGLLLJ+BulmerMT-ItalicAltAny help with that would be highly appriciated !!!
I have run the ExtractTextInfoWithCharBoundsFromPDF code for the PDF in this URL:https://drive.google.com/file/d/14qy_GPS3dzXI-meJiCKkvqwUb59Q1yWk/view?usp=sharingThe following text which is hidden behind the image is extracted: ANNUAL REPORT 2018A text which is actually visible is not extracted:Xcel Energy became the first public utility to receiveIs it possible to extract only the visible text ?
We're attempting to implement use of the PDF api for our external site, but we're finding that many of our clients have firewalls that are blocking the documentcloud.adobe.com since it's basically a file upload site. The product Zscaler actually blocks it by default. This has the result of blocking the necessary include files. We can whitelist it for ourselves, but not for the general public or our many clients. We've tried a reverse proxy, but that also didn't work all that well. Is there any chance to move these js files to somewhere that's not under a commonly blocked subdomain?
Hi,We are using Adobe embeeded API for PDF annotating.If it is a large PDF,we want load 2 pages intially, after load other pages asynchronously.Is there any wany in adobe API to load certain pages?
I get the following error when trying to declare PDFServicesSDK const and am unable to proceed past this point. Please help, I've tried everything. var PDFServicesSdk = require('./adobe-dc-pdf-services-sdk-node-samples/@adobe/pdfservices-node-sdk');Uncaught Error: Cannot find module 'jsonwebtoken' Require stack:- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\internal\auth\jwt-authenticator.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\internal\auth\authenticator-factory.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\internal\internal-execution-context.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\execution-context.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\pdfservices-sdk.js- <repl>at Function.Module._reso
we are using PDF embed API for annotation.How can i make one anotation as read only? means shouldn't allow to chnage the annotation,remove annotation.
Hi,I'm trying to embed the api into my Squarespace site. The PDF is uploaded to the Squarepace server. I've tried every other way of hosting the file, none seem to work. I've spent days trying to make this work - can anyone help? Here's the live page: https://www.self-other.org/who-cares-test I'm using the following 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: "cdb98ffb676e44ac880d48fed629fc00", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "self-other.org/s/Skye_FINAL_CJ_ProofRead.pdf"}},metaData:{fileName: "Skye_FINAL_CJ_ProofRead.pdf"}}, {embedMode: "SIZED_CONTAINER"});});</script>
Hi, I'm working on a React project where I want to display a PDF preview in a component. The pdf source comes from Firebase Storage. I'm passing the url from firebase. The thing is that when I render the component, my console is showing a CORS error saying that the request was blocked by CORS policy. I have read the documentation and I know that I need to enable CORS headers on my pdf resource. I have already done that but it doesn't seem to work. This is the errorThis is my ViewSdkClient.js codeI have searched for similar posts on this community but i failed to find a solution I'm not sure if I might be missing something or if my syntax might be wrong. Could you please help me? Thanks!!
Hi, I have created a html index file and placed inside the same folder that contains the PDF file. I registered my domain as www.domain.com and both the index file and the PDF file are inside a folder in www.domain.com/folder.Once I enter the web address in my browser it displays the following message: "File preview not availableThis application domain (http://www.domain.com) is not authorized to use the provided PDF Embed API Client ID." I have replaced my real domain name here with domain.com as I am not sure if I'm allowed to post it and for privacy reasons. Following a previous question I received, here is what I found on the JavaScript Console: [Info] Successfuly preconnected to https://p.typekit.net/[Info] Successfuly preconnected to https://use.typekit.net/[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (favicon.ico, line 0)[Error] Origin http://www.domain.com is not allowed by Access-Control-Allow-Origin.[Erro
Hi! I started using Adobe Embed API to view files on my system and it has been working really well. I'd like to keep the comments, annotations and notes I made on the file saved so that the next person who opens the PDF sees the previous comments. I saw that natively, the save button downloads the PDF to the user's PC. Is there any way to keep these notes synced at the server level? Thanks!
Am trying to highlight and add comments for given text in pdf, keeping this code as base https://codepen.io/practicalPDF/pen/OJMoGOY?editors=0010But in the code, it takes input quadpoints and bbox.How can i get quadpoints and bbox of a given text/sentence so as to highlight and add comment to them?code language -> javascriptHelp is needed asap.thanks in advance!!!
I reasearching Adobe functionlity to redact a PDF document programatically using AEM API (java) and there is little to no documentation on this capability. Can anyone speak on this and clarify what are adobe's out of box option with redaction? There is this reference that hints a possibility:AEM forms * Redact PDF operation (adobe.com)AEM forms * Quick Start (SOAP mode): Redacting a PDF document using the Java API (adobe.com) Thank you
Adobe PDF Embed API is a great way to showcase PDF content, but I notice Adobe itself isn't showcasing their PDF content in API. Why is Adobe not using Embed API for their PDFs on their web sites? Example: https://www.adobe.com/content/dam/dx-dc/en/pdfs/adobe-document-cloud-government-sb-ue.pdf
How can check remaining number of request or mange credential for this API?Is there any limit on number of pages per documnet/file?
Hi,When I pass the below view config in Adobe PDF Embed API:const viewerConfig = { embedMode: 'FULL_WINDOW', defaultViewMode: 'FIT_PAGE', showAnnotationTools: false, showCommentsPanel: true, }; the comment section does not show up and all the sticky notes and comment are not showing up. It seems that `showAnnotationTools` is overriding the comment visibility config!Am I doing something wrong?
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.