Unlock the full value of DC Web with our global community.
Recently active
Hi there!I am trying to set up an orchestration app that I'm using (Make.com) to connect to the Adobe PDF Services API. The first step is to set up the OAuth 2.0 connection which requires information that I just can't find anywhere.Adobe has given me the Client ID and Client Secret, but I need to enter the Authorize URI and Token URI to complete the connection.Does anyone know where I can find this?
Hello, We are using Adobe PDF Embed API to embed a PDF viewer in our web application.When the screen with this API call loads, we face this 'AdobeDC is not defined'. Any idea of what can be the reason? Thank you!
Hello - I am attempting to create an agreement for signature based on some form changes that happen in NetSuite. When I run the script to send the users info to Adobe Acrobat I get this odd response which looks like html for a login page. My credentials work fine in my nodejs script and im able to create the agreement but when I convert that to work in NetSuite it does not. Bad response -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- suppressReferer attribute is used to disable referer policy(meta tag) in case of any exceptions like logging into sign server etc --> <!-- if we are in a document cloud login, we also use full screen --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta name="referrer" content="strict-origin-when-cross-origin" /> <title>Adobe Acrobat Sign</title> <meta http-equiv="X-UA-Compat
Does Adobe HTML to PDF service support CSS3's GCPM, or CSS Paged Media Module Level 3? From testing, it does not support GCPM at all, and only partially supports CSS Paged Media Module Level 3. Is there a specific CSS format that Adobe supports?
I am unable to make annotations unless the embed mode is on the default mode. The code below has no annotation tools enabled. embedMode: "LIGHT_BOX", showDownloadPDF: false, showAnnotationTools: true,
If I add annotation and undo, and add new annotation again. When I save or download file, I got both annotation. How to fixed this problem? Thanks.
Today (2023-09-26), we found some problem about the annotation. When we add new annotation to PDF/A file, that annotation cannot be edit or move. We have the platform that signed PDF and save into PDF/A. And when we add new annotation we can edit and move normally. We use this platform for 4 month and don't have this problem until today. When add new annotation, the blue box don't have the circle at the corner of the box. When we try to edit in comment panel, we got "This file is locked for editing and commenting". Hope anyone can help.Thanks.
Hi all, firstly please correct me if I open this post at incorrect location. I have some document and media files stored in AWS S3 bucket. My website is using PHP 7.0 and JqueryBecause Google Doc Viewer limits the max file size to preview at 25MB. So I replace it with PDF Embed API.This API is only for previewing PDF while I need to preview any file types such as ( doc, docx, csv, xls, xlsx, pdf, png, jpg, jpeg ).I tried to research and had some ideas that I need to convert all other file types to PDF first, and Adobe Service API can do that ( create a PDF file from other file )The problem is I feel it's too hard to apply this.The follow will be: get file from S3 via a public URL -> check file type -> if file type is not PDF -> convert it -> preview that file ( using Embed PDF API ) Please help me to have a simple view for that above follow ( eg: what API I should use ,.... )I would appreciate any ideas. Thank you
This morning Adobe Embed API "stopped working". It only renders page one of PDF's then it stops + gives lots of errors in console Affected:- Chrome Version 117.0.5938.92 (Official Build) (64-bit)- Microsoft EdgeVersion 117.0.2045.41 (Official build) (64-bit)Not affected:- Mobile browsers [mobx.array] Attempt to read an array index (0) that is out of bounds (0). Please check length first. Out of bound indices will not be tracked by MobX t.get @ mobx.module.js:619 index.js:1 Error: std::out_of_range,map::at: key not found at documentservices.adobe.com/dc-rendition-provider/3.0.2_5.64.0/AJS/build/wasm_acrobat_we.wasm at documentservices.adobe.com/dc-rendition-provider/3.0.2_5.64.0/AJS/build/wasm_acrobat_we.wasm at documentservices.adobe.com/dc-rendition-provider/3.0.2_5.64.0/AJS/build/wasm_acrobat_we.wasm at documentservices.adobe.com/dc-rendition-provider/3.0.2_5.64.0/AJS/build/wasm_acrobat_we.wasm at documentservices.adobe.com/dc-rendition-provider/3
I am trying to create some pdfs in Python from urls via https://pdf-services-ew1.adobe.io/operation/htmlto and till now it was working perfect, but i tried this url https://www.linkedin.com/company/ipg/posts/?feedView=alland i got back this :Job in progress... waiting for 5 seconds to poll again.Error details: {'code': 'INTERNAL_SERVER_ERROR', 'message': 'An Internal Server Error has occurred.; requestId=zfKeNVtTnjh8Kw7e4F7JHrbUKTv6GReb', 'status': 500}Job failed.Error creating PDF file : object supporting the buffer API required
I am using free triel to check whether adobe would work perfect for my usecase , I uploaded that file and trying to extract , though I am getting 403 error. Need technical help.
Hi,I'm having issue where my assestID of a file uploaded via the assets api, deletes/expires somehow?I'm using the pdf services api (https://pdf-services-ue1.adobe.io ) to upload docx files to then do the document generation.The entire journey works perfectly fine - I can upload a docx, retrieve its metadata, use the assetID of the uploaded docx file to generate a pdf by injecting json data, however, after a day or two, the assetID somehow auto deletes and the document generation api returns `Asset Not Found.`The first time I thought it was a mistake on my end, the second and third time I was 100% sure I didn't action anything, the assetID just disappeared.A few things to note:- I'm on the free Tier.- I haven't tried deleting a document, so it couldn't have been a mistake.- Documentation Ref: https://developer.adobe.com/document-services/apis/pdf-servicesDoes the free tier cause assest to only live for a certain period? If so, please point me to the documentation - I must have mis
Hi I discovered this this morning - https://acrobatservices.adobe.com/dc-accessibility-playground/main.html This looks very promising for checking accessibility. I tried some PDF's out and could see how it would automatically populate things like the Title tag whcih is great. I noticed that it did not have a go at putting in alt text for images and figures. Do you have any plans to implement this in the future? ThanksGraham
When looking at pricing for the services API, what is considered a document transaction? For each document generation from a word template to a PDF there are around 5 (can be more) REST API requests that I make:Authentication (Obtain access token)Get Upload URI to upload Word templateUpload templateGenerate document (send data to merge with template)Check status of document generation request (can be multiple if request is not complete) Do all of these requests count towards a document generation transactions? If not all, which requests count towards your quota? Is there a difference between using the REST API's vs using the .NET SDK when it comes to document generation transactions? After meeting with an Adobe sales rep today, they were not able to answer some of these questions. To stay in the free tier, I can only produce 500 "Document Generation Transactions" per month but to move to the enterprise tier, I need to be generation over 15K transactions per month to
Is there an Enterprise Version of this API? We're experiencing performce issues with the free Teir version.
Hi I am new to using PDFServicesSDK - I have used example code from:https://developer.adobe.com/document-services/docs/overview/pdf-services-api/quickstarts/dotnet/To create a test example that will convert pdf to docx.I wrapped the example in the following class: public class AdobeAPI { private const string PDF_SERVICES_CLIENT_ID = "clientid"; private const string PDF_SERVICES_CLIENT_SECRET = "secret"; public static void ExportToDocx() { try { var input = "d:\\Test.pdf"; var output = "d:\\Test.docx"; if (File.Exists(output)) { File.Delete(output); } // Initial setup, create credentials instance. Credentials credentials = Credentials.ServicePrincipalCredentialsBuilder() .WithClientId(PDF_SERVICES_CLIENT_ID) .WithClientSecret(PDF_SE
Hi, I am attempting to use the Adobe Document Generation API via the Postman Collection. After succesfully generating my access token, uploading the presigned URL, submitting my document, inputing the required JSON data, and finally performing the POST to generate my document, I am met with a status of "in-progress" for ~10 minutes before being met with a timeout response. Do you have any advice about what could be causing this or how I may be able to debug it? The .docx file I am using is quite large but I dont beleieve it exceeds the file size. It has been brought to my attention that the document may contain some old tags from the tool Seismic (which works similarly to Adobe's Document Generator). Could that be causing the problem?
NOTE: I had made a prior post here: Re: Document Generator API Timeout - Adobe Support Community - 14099256addressing this issue but there have been some developments so rather than reply to the same thread with each development I thought I would create a new post. The Problem The issue I am facing is related to both 'Document Generation' and 'Create PDF' services.Essentially, I am trying to use Document Generator with a large .docx file and some JSON to create dynamic content in PDF format (its intended function)The issue I am encountering, is a status of 504, shown here when attempted through the Postman Collection: I have had success using Document Generator on smaller files so it doesnt appear this issue is universal but the templates I am dealing with will all be fairly large in size so I need to ensure the Document Generator can handle these types of documents. What have I tried I attempted to bypass the issue by allowing Document Genera
I am trying to use the Document Generation API from Adobe, using a external storage (blob storage azure) I am following the guide, but am receiving no response when I post to the APII am trying to use the Document Generation API from Adobe, which takes request body: { "input": { "uri": "", "storage": "BLOB" }, "output": { "uri": "", "storage": "BLOB" }, "params": { "outputFormat": "pdf", "jsonDataForMerge": { "customerName": "Kane Miller", "customerVisits": 100, "itemsBought": [ { "name": "Sprays", "quantity": 50, "amount": 100 }, { "name": "Chemicals", "quantity": 100, "amount": 200 } ], "totalAmount": 300, "previousBalance": 50, "lastThreeBillings": [ 100, 200, 300 ], "photograph": "data&colon;image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP88h8AA
Hello guys. I have a little problem with height of embed PDF. I mean the section of document is low, like on this image: Could You help me and explain what's wrong with the code, which i inserted by "my own HTML" block on my wordpress site? <title>Adobe Document Services PDF Embed API Sample</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta id="viewport" name="viewport" content="width=device-width, initial-scale=1"> <div style="id="adobe-dc-view"></div><script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.ready", function(){var adobeDCView = new AdobeDC.View({clientId: "5119059d51ba4d56b273cd92f50bde39", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "https://documentservices.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pd
Hi, after entering and exiting fullscreen mode, existing annotations are rendered twice. It seems like the annotations are baked into the tiles for viewing in fullscreen mode. Then after exiting fullscreen mode, these tiles won't be re-rendered so the baked annotations are still there. But they are also rendered in the commentsOverlay div as an svg, so they are actually rendered twice. Now if you move an annotation, the svg will move, but the baked annotation stays where it is. So now theres two of them. After modifying the zoom level, the tiles will be re-rendered and everything is fine again. It's sill kind of annyoing and irritating for the user though. I can reproduce the behaviour in the Bodea Brochure Demo in Chrome. Thanks,Andreas
Recently, we received a notification regarding the need to upgrade our Adobe PDF service API before the upcoming deadline of September 30th. Currently, we utilize the adobepdftools connector within our Azure Logic Apps environment to efficiently generate PDF documents from various file formats. Given this impending API upgrade, we would like to clarify whether any specific configuration changes are required in Logic Apps Workflow to seamlessly transition to the newer version of the Adobe PDF API within adobepdftools.
Is there a way we can use PDF service API to export pdf to word doc in bulk ?Endpoint:POST : https://cpf-ue1.adobe.io/ops/:createhow to process multiple Input files in one request?
Hello,I'am using the AdobeStock API to buy licence of an picture and then try to download to my server.After having bought the licence I can get the link to download the file :Exemple : https://stock.adobe.com/Rest/Libraries/Download/60686279/1But when I try to dowload it I have this error message :{"error":"Cannot find a download for this file and license on this entitlement","code":"201","case":"404a23f05c855599ad50c62294f0598b"} Here is my PHP code to get the file :$myServerFilePath='toto/tata/'; file_put_contents($myServerFilePath,https://stock.adobe.com/Rest/Libraries/Download/60686279/1))) {How can I do to avoid this error ? I tried to send a parameter tooken=... but it does'nt work...Please need help ! 😉Thnks a lot.Vincent.
I've been using Adobe embedded pdf on my website. Works well on pc it shows annotations (Sole purpose of the embedding) but it doesn't show on mobile. The code is in the attachment just hid the CLIENT ID. Thank you [Moderator moved the thread to the correct forum]
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.