Unlock the full value of DC Web with our global community.
Recently active
I want to use Adobe PDF Embed API and in this code below I have changed Client ID, fileName And in content: {location: {url: "<Path to your PDF/yourfilename.pdf">}}, if I uploaded my pdf to Google drive and copied the url to it, do I have to paste the link here and then put / and write a file name pdf followed by .pdf Is this true? The other thing is, do I have to change other things in the code or just what I mentioned? <html><head> <title>Your title</title> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script></head><body> <div id="adobe-dc-view"></div> <script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function() { var adobeDCView = new AdobeDC.View({cl
When using the PDF Embed API in in-line mode, if the containing page is crawled by Google or Bing, is the contents within the PDF indexed?
Hi,Is it possible to use Adobe PDF Embed offline in an application? Can anyone provide this SDK for download?
I've tested the 100 pages PDF document to extract the text, but it's not generating and found SSL error. But I've tested with 30 pages , it's working fine. Please let me know for this issue. Note: I've Enterprise license for PDF extract API
A wired issue is comming in one of our applicaton. When we initialize AdobeDC.View we are getting an iFrame error.var adobeDCView = new AdobeDC.View({clientId: "95c21d7a16f446babca99abd2d935508"}); And here is the error I am loading viewer.js corerctly<script type="text/javascript" src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script> export function showPDF() { if (window.AdobeDC) displayPDF2(pdfData,filename,client); else document.addEventListener("adobe_dc_view_sdk.ready", () => displayPDF2(pdfData,filename,client)); } export function displayPDF2() { const viewerConfig = { embedMode: "LIGHT_BOX", showDownloadPDF: true, showPrintPDF: true, showThumbnails: true, showBookmarks: true, defaultViewMode: "FIT_WIDTH", exitPDFViewerType: "CLOSE" }; console.log(1); var adobeDCView = new AdobeDC.View({ clientId: "9
I want to create a link that is similar to this link https://pdf.sam.in/index.html?pdfUrl=https://acrobatservices.adobe.com/view-sdk-demo/PDFs/Bodea%20Brochure.pdf&pdfName=Bodea%20Brochure.pdf Can you guide me on the steps I need to follow to do this
Hi All I cannot add a certificate to a pdf - the entire menu is greyed out. I can fill and sign it manually but inserting a digital signature is unavailableApple M1 running sonoma 14.4.1 - Adobe acrobat versionArchitecture: arm64Processor: Apple M1 ProBuild: 24.2.20736.0AGM: 7.1.4CoolType: 9.1.0JP2K: 4.0.2.54248A large number of people in our organisation are facing this problem
Hello, I want to use the PDF Embed API via Adobe, and I must provide a direct link to my pdf file, provided that it is a direct download link to the pdf file and not to display it. Also, the pdf file must be uploaded to Adobe. So I uploaded the pdf file to Adobe Cloud Storage and I can get a link, but it is a link to view the pdf file and not to download it. Can someone help me get a direct link to download?
Pdf embed API works fine in safari mobile but when i load that page in to a IOS WebviewUI it shows the load screen and persentage 100% but keep spining. and not showing the pdf at all
I have this format for Power Automate.Initialize variable containing HTML contentSave the HTML content as a file in OneDriveConvert the HTML file to PDF using OneDrive, similar to the flow down below Merge these PDFs into a single PDF using Adobe Services, similar to this. I am encountering an issue with the merging step, receiving the following error: "The input file appears to be corrupted and cannot be processed."Thank you so much in advance for any aid!
I'm having trouble programmatically adding a highlight annotation automatically after the user selects a piece of text in the pdf.I believe my program should listen for PREVIEW_SELECTION_END event, takes the event data, which has bounding box information, before using it as the quad points of the new highlight annotation. I realized the bbox information cannot be directly used and must be converted (subtracting deviceTop/Bottom fields of selection bbox from screen height to get bounding boxes for annotation? not really working...) , and I couldn't find information on the bbox fields of PREVIEW_SELECTION_END event. How are the two representations of bounding boxes (text selection v.s. annotation) different? What's the proper way to convert them?
Since today we have an Embed API issue. The pdf viewer doesn't show a preview anymore.I get this error:`Feature can't be enabled or disabled` @featureConfig.js
I have a PDF file to which I need to add additional data. I am currently extracting the text from the PDF and then re-inserting it back, but I am concerned that this method may not preserve the original formatting. Is this the correct approach, or is there a better way to retain the PDF formatting while adding new data using Python?
Hi, I have a template file (it can be either a .pdf or a .docx) which I'd like to populate with data - from a json file. - and retrieve a pdf out of it. But I also need that pdf to have form fields: dropdowns that the user can select options from, and also a signature field. I can see from the API endpoints options to update and convert a docx into pdf. But when doing so, the forms are lost from the file. So the question is: how to maintain those dropdowns and signature fields on the final pdf file?
Hi. My user interface stores the JSON annotation data separate from the PDF files. I know that I can load the annotation JSON data on the PDF file using the Embed API in the front-end. However, is there any way to merge the JSON data into the PDF file on server side?
Hello I've been using the ExtractPDF API for a while now but have recently been getting these errors:ServiceApiError: BAD_PDF - Unable to extract content.: The input file is not a PDF file The most recent had a tracking ID - 51ba6902-fd2d-4543-ad7a-e8b35a26d58cand error code - BAD_PDF_FILE_TYPE This is happening to files that I've put through the API before and they worked and they are PDF files. Can anyone help with this? Thanks
Hello, I have implemented the Adobe Embed API with IN LINE view mode in our platform PDF Rendering. There are two questions I would ask: 1. How to change the background color of the PDF wrapper, as far as I know, the default background color is white, I need to change it to transparent or or adjust it to the background color on my website page. I can't modify directly to the DOM element since it uses an iframe to render the PDF.I have read the same topic here but it only works with older version SDK.(see the attachments) 2. How do we change each page's gutter/gap size?I don't see the option to change this in the documentation. Anyone know how to achieve this?Thank you.
I am using the PDF service API, but I'm unable to convert PPT to PDF and DOC to PDF. I have an enterprise version, so why can't I use this service? I had to create a free tier account to use it.
Hello, I am trying to use Adobe API for PDF processing, but I receive an error: {"error": {"code": "CORRUPT_DOCUMENT","message": "The input file appears to be corrupted and cannot be processed.; requestId=09b7def5-1615-4584-9551-d925e7e12b42"}} My request body is: {"$content-type": "multipart/form-data","$multipart": [{"headers": {"Content-Disposition": "form-data; name=\"inputFileName\""},"body": "OoPdfFormExample.pdf"},{"headers": {"Content-Disposition": "form-data; name=\"intent\""},"body": "PDF_TO_EXCEL"},{"headers": {"Content-Disposition": "form-data; name=\"targetFormat\""},"body": "XLSX"},{"headers": {"Content-Disposition": "form-data; name=\"InputFile0\""},"body": "base64Content"}]} If I decode the base64Content, I can regenerate my PDF file back, so I don't think there is an issue on the file side. I also tried with other sample files, but everytime I have same error code in response. Can I know the root cause of thi
Our firm is interested in exploring using Adobe Document Cloud and Adobe PDF Services API to build a web-based document management platform for a 100ish employee law firm. I've submitted the form at https://developer.adobe.com/document-services/pricing/contact/sales/ several times over the last month and have yet to receive any response. Judging from other recent posts on this forum, I'm not the only one. Can someone from sales reach out to me to discuss our use case? Thank you.
I was testing out the api locally, and maybe hit the /operation/autotag/ endpoint 1-3 times, when I noticed the usage number spiked to 300. Is this normal for this endpoint or is there an issue that needs to be corrected here? Wondering if anyone else has this issue. I'm concerned that a low usage would cause it to be in the 300's, in which case rendering this service unaffordable for my team.
Hi, The doc genration is failing when JSON has any html tags. Follwing is one of the example{"Sample field": "<p>Test</p> <p><em><strong>Test</strong></em></p>"} Referring in the document template as {{Sample field}} API failing with the following error Name Value code INVALID_JOB_ID message Invalid job id present in path param. Can someone help us if we are missing anything wrong here.
I'm trying to add a PDF viewer into my page which makes it possible to add comments to the file and save the changes in the original file. Everything works well but I've ran into the problem that I do not get a "Save" button after making changes to the file, only a "Download". I've already set both enableAnottationsAPIs and includePDFAnnotations to true yet I still only get the "Download". Please let me know if you need more info
With the new "viewer.js" update we can start the viewer in TWO_COLUMN_FIT_PAGE, which is very nice 🙂 The problem is that we also need "Show Cover Page" to be on by default I haven't found any setting/setup for this and neither any API call. If there was an API call I could load the PDF, then switch to "TWO_COLUMN_FIT_PAGE" and then "Show Cover Page" through the API when it is done It would also be nice to be able to hide this function / types, e.g. either you see "single pages" or "spreads with cover-page". Anyone know how to achieve this?
Hi all, I've been trying to find a tool which I can use to find and replace some text in pdf files. We have Adobe Pro and we can totally do it manually but it will be very tedious and time consuming since we have thousands of files. Is there a way we can do it programmatically? As far as I've known there is Adobe DC that has API that we can use, but rather than that, is there any libraries (C#, Python, etc) we can download and use it directly without calling APIs? Thank you in advance,D
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.