Unlock the full value of DC Web with our global community.
Recently active
I refer not to the nanes they have in File Explorer, which are correct, but rather to the name I see at the top of the PDF when I have it open. The name I see there is the name of a PDF file I wrote in the past. I suppose I must have created this PDF from editing a copy of that earlier PDF. But how do I change this situation now? Thanks for your help.
Hi,I'm encountering a weird issue using the Adobe PDF Embed API. In some documents, the viewer adds an additional whitespace after a period. For example,"Term. This Agreement shall be effective from July 1, 2005" becomes"Term. This Agreement shall be effective from July 1, 2005."If I use Acrobat or any other PDF viewer, there is only one whitespace. This creates an issue when I use the search API, as it can't find an exact match because of the extra whitespace.Is there a way to fix this issue or a workaround?Thank you!
Hello, I am an AWS user, and I call the interface of Adobe PDF Services API (U.S.) through the market.However, after June 7, the access interface suddenly cannot return results.My information is:License l-b9bb39f6037d4508a5b547b80cc1****Product ID fd6b42ce-d01e-4818-a255-70e95c43****Service start date June 10, 2022, 13:51 (UTC+08:00)Agreement ID agmt-1dc64io7vv57ydsi1hd0r*****Please help me check it out.
Ok for this part of the code content: {location: {url: "<Path to your PDF/yourfilename.pdf">}}, Can you explain the steps in turn so that the matter is more clear to me? Firstly, where can I upload my pdf file? Then I have to get its url and then go to the developer console and register the domain to get the API. Then I have to copy the complete code to my web page, modify the title, paste the Client ID, paste the url of the pdf file, then follow it with yourfilename.pdf, then modify the file name. Is there anything wrong, can you explain it to me?
Hello everyone, I'm currently working on a project where I need to process a JSON file that represents the structure of a PDF document. This JSON file includes various elements, some of which are tables. However, the JSON data includes references to table elements for every text present within the tables, making it challenging to identify the main table structures separately from their contents.Here's an example snippet from the JSON data: {"elements": [{"Bounds": [56.69189453125, 40.66029357910156, 551.7269134521484, 673.7546997070312],"ObjectID": 109,"Page": 1,"Path": "//Document/Sect[4]/Table","attributes": {"BBox": [42.47829999999885, 40.922599999999875, 553.0569999999716, 679.8969999999972],"NumCol": 3,"NumRow": 58,"Placement": "Block","SpaceAfter": 18},"filePaths": ["tables/fileoutpart0.csv", "tables/fileoutpart1.png"]},{"Bounds": [56.692901611328125, 661.3946990966797, 104.927001953125, 673.7546997070312],"Font": {"alt_family_name": "SMA Futura Global","embedded": true
Hello, I am having trouble creating a PDF from a word document. When this method is called: public FileRef CreatePDF(FileRef sourceFileRef) { CreatePDFOperation createPDFOperation = CreatePDFOperation.CreateNew(); createPDFOperation.SetInput(sourceFileRef); return createPDFOperation.Execute(_executionContext); }It hangs on the last line (createPDFOperation.Execute), and the operation times out. The executionContext has the correct credentials, and I am able to merge PDFs with the same credentials. As for the sourceFileRef, I am able to write the bytes to a file locally, so the data seems fine. I have attached the test file I am trying to convert.It may be worth mentioning that this method is located in a common package in a .net project, and hangs when I call it from a web app, but succeeds when I call it from an Azure function. Any advice
Currently only documented in the API reference, you can now add watermarks to your PDFs. See the API reference here: https://developer.adobe.com/document-services/docs/apis/#tag/PDF-Watermark Note that this API is considered BETA currently, so test it out and let us know how it works. I'll have a blog post on this feature soon.
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.
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.