Unlock the full value of DC Web with our global community.
Recently active
Hello, I am using the Wordpress plugin "PDF embed" (https://wordpress.org/plugins/pdf-embed/) which uses the Adobe API. When I use embed mode “inline” the rendering on mobile view is blurry/fuzzy – is there a workaround for that? Desktop view is normal/sharp. Full window or Sized Container work on mobile view (text is also sharp). Already contacted the author of the plugin and he gave me the advise to ask here. Looking forward to a respond. Thank youBenjamin
Hi,When I extract pdf data using adobe extract api, the result i get is not correct. It is giving me wrong Left cordinate. Here the Cordinate of 'A Mortgagee must fully compy" I get is "Bounds": [ 72.05, 504.17, 541.55, 556.75 ],but the cordinate of "The requirements...." I get is"Bounds": [ 69.75, 397.83, 542.25, 489.41 ],The Left cordinate is wrong even they start parallel to each other. and also I am getting a new json entry for Glossary and Acronyms (Link) like this "Glossary and" and "Acronyms". Why this is coming like this. Any help appreciated.
Hi. I'm generating a PDF document from a Word docx template with the PDF Services Node.js SDK. I'm pretty much following the quick start here: https://udp.adobe.io/document-services/docs/overview/document-generation-api/quickstarts/nodejs/. The docx template contains a hyperlink button. I'm noticing this button is no longer a link in the generated pdf file. Does this indicate an issue on the Microsoft Word side or am I missing some kind of parameter when generating the PDF in the js code? Thanks!
Hello , am receiving the below error after one minute of opening the pdf file.while using PDF embedded API. This application domain (××××) is not authorized to use the provided PDF Embed API Client ID. Looking for your support.
Hi all, I would like to know if there's any API that I can use to access the functionality of the adobe scan app? I am talking about this one: https://play.google.com/store/apps/details?id=com.adobe.scan.android&hl=en Especially the fast scan functionality that seems to be in beta testing is of interest to me. I would like to be able to open this up from my app (can even be in the adobe interface) and when the user clicks save document that he returns to my app and that my app can access the saved document. Is there an api for this?
Hello, I am working on commenting via PDF viewer. Is it possible to switch off the part of the commenting sidebar or to change the location of the comment added via comment panell instead of highlighting the letter on a page? The issue with the comments added via the comment panel is that these are added one on top of the other (unless the user changes the location of the comment), viewing these in the old system without access to Adobbe tools means that only the first comment is visible on mouse hover.
How can we set margins in the PDF during conversion from HTML file>
Hello,I am going to convert an pdf to black and white image (1 bit image) with specific size (dpi=200 or the size 200pixel X 100pixel). I am using the export_pef_to_imagfes of API. But this just for exporting a color image. Any one know which API I can use to implement this requirement? Thank you.
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!
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.