Questions
Als letztes aktiv
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
I am developing an app from kodular. So in that app I want to give users the freedom of scrolling easily and searching text in the pdf. On other side I am using google drive, a file hosting website. So I have uploaded the pdf on google drive. Now as you will tell me the steps , I would follow them to link that pdf with adobe embed viewer extension. The extension is available on deephost , from there I would link it with my app.
Hi, We are getting the input as number that needs to be formatted as currency in the generated document. Do we have any tags that needs to be used in the document to format a number as currency? TIA
I'm using to extract the images from PDF using PDF Extract API. But some of the images not extracted and showing blank images in folder. Blank page also extracted as images. Please check with attached sample and fix the bug in Extract API ASAP.
I have seen tutorials on extracting text content from pdf using pdfservices-sdk. I would like to understand how to extract images in the pdf using the sdk(python).I have tried extracting the images using pdfextract api. i would like to do the same using pdfservices-sdk
I have a DOCX file that I want to open, replace some text in it, and then save it as a PDF. Is it possible to do this using the Acrobat Services API?
Im getting this error when converting docx to pdf , the docx is protected and i know the password, so i want to bypass the password before converting.{"Source file is protected and cannot be processed.; requestId=48671aa7-a481-47d8-a707-2d980edffd2d"}
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.