Unlock the full value of DC Web with our global community.
Recently active
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: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]
I would like to obtain a visual representation of the output from PDF content extraction. For instance, if I have a PDF and I want to delineate the bounding areas of each element.My question pertains to the JSON provided by Adobe:Which key provides us with the coordinates of the bounding area?How should I utilize the obtained values to trace a bounding area (I'm converting the PDF into an image)?
Cookie-based authentication is not working after sending downloadWithCredentials: true in adobe.view().
While using the PDF Extract API we encountered a PDF document which could not be extracted with the following error message:adobe.pdfservices.operation.exception.exceptions.ServiceApiException: description =ERROR - Unable to extract content. Internal error; requestTrackingId=e920afa2-ee05-47e9-910e-ae9c3934ba1e; statusCode=500; errorCode=ERROR Upon further investigation we discovered that it was only the first two pages which caused the error. That means when sending the document without the first two pages works fine, but sending one of the first two pages results in the above mentioned error. I have attached the pages as individual pdf files, both of them cause the error. Any help would be appreciated.
can we change that text with Adobe configuration ?, because the right text should "click and start typing to add text"
Reason: description ='Not authorised to perform the operation.'; requestTrackingId='92965e98-805d-4c54-8ca4-cf236d4e16f4'; statusCode=401; errorCode=UNAUTHORIZEDcom.adobe.pdfservices.operation.exception.ServiceApiException: description ='Not authorised to perform the operation.'; requestTrackingId='92965e98-805d-4c54-8ca4-cf236d4e16f4'; statusCode=401; errorCode=UNAUTHORIZED
I am trying to use a 'conditional-section' within my document template to check if a string contains a certain substring. Take the example shown below: Assume my JSON input looks like this: "House" : { "Furniture" : "Bed, Couch, Dresser"} And in my document template I am hoping to acheive something like this: {% conditional-section expr(House.furniture contains “Couch”) %} The house contains a couch!{% end-section %} Is this possible? The docs linked below make no mention of such functionality. Template Tags | Document Generation API | Adobe PDF Services
I purchased acrobate pro and still cannot combine pdf files
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.