Unlock the full value of DC Web with our global community.
Recently active
I'm posting a valid PDF to ops/:create endpoint of the Document Services API. I receive to following 500 response for 1 particular document (please review the attachment for the response).The x-request-id header contained the following value: x2uOh1LJhC7aB3lpEnkv1HeuuAnNwIMS Could you let me know what I'm doing wrong?
Hi, I have a python script I'm using to generate PDFs. I'd like to make certain aspects of the generated PDFs. Is there an API available for the fillable forms feature I could leverage to do this? Thanks!
Hi. I have been integrating the PDF Embed API on our website for manipulating note annotations, we support moving, adding, deleting and renaming them and listening for their respective events. The described functions work fine with no issues but an user tried to move a marker in a pdf from one corner to another and zoom in to put it in the correct spot this caused an error on the API that said corrupt file and all event listeners stopped working and the process failed, checking this issue on other pdf's and its not showing sometimes it only happens on some PDFs. To note this happens more on pdf that already have Markers and we override them with other in our database.
Hello, We are posting a valid PDF to https://cpf-ue1.adobe.io/ops/:create to the Document Services API. We receive to following 500 response for 1 particular document (please review the attachment).The x-request-id header contained the following value: x2uOh1LJhC7aB3lpEnkv1HeuuAnNwIMS Could let us know what is going wrong here?Thanks in advance. Best regards,Marco
How can i saved any cropped image in our local folder using js in adobe illustrator?
Overall I want to allow a user to input custom text and signatures into a file and generate a documet that can be signed on the web. My plan to do this is to use the Adobe Document Generation API with Template Tags (https://developer.adobe.com/document-services/docs/overview/document-generation-api/templatetags/) But my quesion is for the Adobe Sign specific tags here (https://helpx.adobe.com/in/sign/using/text-tag.html) ... after I input those tags into the word document ... do I send Word document to the Adobe Document Generation API and then take the returned PDF file and send that to the Adobe Sign API? Or is there a better way to do this?
As we gone through the new updates of adobe embed api, we couldn't find any information of drawing tools,we had requirement of using drawing tool rectangle in our application, please Can anyone suggest us how to use it or any supporting libraries will allow drawing over adobe.
Goal I have a Word template that I'm populating dynamically with the document merge API. The goal will be to show images in a table column only if the correspondent element in the array (in the JSON) has the image property. The table is generated programmatically. What I triedI've tried adding a condition in the column cell, but it is rendered as plain text. For my understanding, conditions, in dynamically generated tables are not supported 😤As a workaround, when the element has no image, I link it to a 1px transparent png to prevent the placeholder from showing up. This does the trick. The problem is that the placeholder's size is retained; hence the row doesn't shrink. Is there a way to resize the image programmatically? I'm probably missing something. It seems absurd there's no solution for this. Can anyone help? Thanks
Hi, i am observing intermittent error when trying to authenticate before using Document Services APIs. Error we are getting is: "HTTP POST on resource 'https://ims-na1.adobelogin.com:443/ims/exchange/jwt' failed: bad request (400)." payload sent looks similar to: ------=_Part_352_233760641.1662146129018Content-Type: text/plainContent-Disposition: form-data; name="client_id"xxxxxxxxxxxxxxx------=_Part_352_233760641.1662146129018Content-Type: text/plainContent-Disposition: form-data; name="client_secret"xxxxxxxxxxxxxxx------=_Part_352_233760641.1662146129018Content-Type: text/plainContent-Disposition: form-data; name="jwt_token"xxxxxxxxxxxxxxxxxxxxxxxxx------=_Part_352_233760641.1662146129018-- JWT token is generated using Java class: package io.adobe.solutions;import static java.lang.Boolean.TRUE;import java.io.IOException;import java.nio.file.Files;import java.nio.file.Paths;import java.security.KeyFactory;import java.security.NoSuchAlgorithmException
We are using the PDF Viewer SDK in our own web app and came across a tricky problem: It happens that sometimes input of a user in PDF fields are missing. For instance: When a user klicks a ckeck-Box, scrolls upward or downward (on a tablet by tab&drag) and then klicks a button to store the document, the value of the check-box shows "not checked" while the check-box itself in the form appears as "checked". We figured out that this problem only appears on tablets (iPads or Androids, different browsers), when the user scrolls (tab&drag) right after an input in a field. It does NOT happen, when the user tabs anywhere in the form before scrolling and signing. Has anyone an idea how to fix this problem?
For a while now Google chrome comes with an auto zoom on tablets (and only on tablets) whenever you enter an input field on a PDF form in the PDF viewer (SDK). This auto zoom can NOT be deactivated and it makes viewing and editing PDF forms in your viewer almost impossible. We do not have this problem with Safari or Samsung browser. Does anyone know about it and maybe have a simple solution?
Hello Community, I want to create a PDF Portfolio via an API request to combine different PDF files without changing there own file integrity.The main goal is to combine a file with a digitial signature and file protection with a standard file without protection. If I use the Application Adobe Acrobat it works how it should - I have one PDF as result including both files. My approach is to use the CombinePDF API Request, but for some reason the result is, that the process is stopped on Adobe side because of the signed file. How to do? Thanks for Help! Peter
Hi, when I use the Node SDK to convert PDF to DOCX it applies OCR on the document, is there any way to disable OCR, or to specify the language in the conversion?
Hi,I'm a developer in a startup in Australia. We want to use Adobe PDF Embed API to track view statistics for each document shown on the website to see which documents and which pages were viewed so that we can improve the content.I created an account and got an API KEY for PDF Embed API. Then I opened Adobe Developer Console Insights page of the API.Q1. I can't see the visits made from development enviroment/localhost. Is there a way to see the insights of development enviroment? Or should I publish the project to a public domain everytime?Q2. It only shows a graph named API Calls Overtime. But I need to track insights of the pages for each document dynamically shown in the platform. Not just the API Calls. In the articles I read you mentioned about reportSuiteId to track those kind of data but we don't have Adobe Analytics account. And I'm still not sure if we need it or not. Our product team told me that they reached out 3 people from Adobe's sales te
Is it possible to specify a source language when using the ExportPDFOperation? I am trying to convert PDF containing scanned pages in non-english languages into MS Word documents using the PDFTools API. Sort of OCROperation + ExportPDFOperation. Find attached an example PDF in russian.
I'm trying to embed a PDF on my Squarespace site using the API PDF Embed tool. I've spent hours trying to figure this out, but no matter what I do I get this error message. It all seems to stem from the url. When I use a different url/PDF source (Google Drive, a seperate page on my website, etc.) I get another error that wants me to force reload the page. Sending the url to documentcloud.adobe.com has been the closest I've gotten to making this work, but still nothing. Any help is appreciated. Here's my 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: "e4235918972b49e4982970007f80b8bd",divId: "adobe-dc-view"});adobeDCView.previewFile({content:{ location: {url: "https://documentcloud.adobe.com/link/tra
Hello Team,hope you can help me.We want to create a PDF collection via the API, to receive in the end a portfolio with signed and unsigned pdfs. at the moment we use the combinePDF process. the process will be initiated but on polling the status we receive an error"Source PDF is signed and cannot be processed.; transactionId=xxx"whats our mistake?Is there a different command for creating a portfolio? Using the same files in Adobe Acrobat it is fine. Thanks for help!
want to convert doc file to pdf file using Adobe pdf service apiIn short it has two parts:1. make a post request ( providing require parameters ) and from header take x-request-id 2. make a get request ( providing require parameters ) and as responce you will get your pdf documet it is working fine for docx to pdf, but for doc to pdf it is showing this responce instead of pdf document{ "cpf:inputs": { "documentIn": { "cpf:location": "InputFile0", "dc:format": "application/vnd.openxmlformats-officedocument.wordprocessingml.document" } }, "cpf:engine": { "repo:assetId": "urn:aaid:cpf:Service-1538ece....caac2a07799503a430" }, "cpf:status": { "completed": true, "type": "", "title": "For application/vnd.openxmlformats-officedocument.wordprocessingml.document mime-type The input file appears to be corrupted and cannot be processed.; transactionId=Xc
Hi, I'm unable to copy the text from my PDF within the embed viewer (the pdf is a scanned document). Is there a way to overlay the PDF with the OCR text which would make it possible to copy? Thanks,Matt
Hi , I am aware that the Doc Generation Apis has a number of usage limits, but I would like additional information on these limits and how they are assessed. Let's assume I'm attempting to create a 50-page template into a word and a pdf document. In this instance, how the evaluation of the following usage limits. Document limit (combine, insert, replace)20Document file size100MBOutput images per Document Transaction (export)50Page limit (OCR)*100Page limit(Non-Scanned - Extract API)*200JSON file size (Document Generation and HTML to PDF)10MBMaximum Requests Per Minute25 RPMPayload size (For all APIs)100MB Thank YouRamu
After setting embed mode as IN_LINE, zoom options are missing from the Page control.
Hello, im having trouble here.After i put the Annotation, the download button not appears. How to enable it?Here's the example on demo page
Hi, I'm having trouble displaying a pdf on my web page.Here is the background:- My website has the web domain example.com- But my pdf is in google storage which is of course a different domain. (storage.googleapis.com).Problem:- I can't run adobe embed api with the above background.Question:- Is it possible for me to run adobe embed api with a different domain as in the background above?- Is there a workaround for pdfs obtained from third parties such as Google Storage or AWS S3?
Hi, I've been using the PDF Embed API and I'm having an issue highlighting text. I've confirmed that the code is good (I'm using the example code) and I've tried different PDF documents (all are working except those coming from the US Patent and Trademark Office). I've attached an example of a PDF that I can't highlight. What am I missing? Also, if this type of PDF cannot be highlighted is there a way in the SDK to turn off the highlight button? Thanks!Matt
Hello Everyone , I would like to know how Adobe PDF Services API Works for .NET SDK ? I'm Pretty new to this adobe part . I would like to know how Adobe PDF Services interacts with cloud using .NET SDK and How the Authentication works?
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.