Unlock the full value of DC Web with our global community.
Recently active
Hi all,We have tried to generate the document using the document template with Json supplied to generate document using adobe document generation api and we are able to download the pdf as well however we would like to understand if we can email the generated document as an attachment once it’s generated,
Hello, I am using pdfservices api to convert html to pdf. I am using the defautl header and footer from the pdfoptions..includeHeaderFooter(true) The only trouble I am facing is that the footer is giving me soem temporary html file address which I can't seem to change. From the documentation, I know the default footer shows the page number and filename, but how is the filename determined? Is it something I can change? Attaching a screenshot for your reference.TIA
A coworker just asked this so I thought I'd share. The general form of a condition in Document Generation looks like so: {% conditional-section expr(state = "LA") %} La yes {% end-section %} If you want to evaluate to true based on 2 or more possible matches, use "OR": {% conditional-section expr(state = "LA" or state = "PA") %} La or PA yes {% end-section %} As an aside, this coworker specifically was asking about checking -43- values. Now, while I believe 43 clauses should work fine, it's going to be pretty ugly in your Word template. In this scenario, I'd preprocess your data. So before you call the API, look at your data, and in your code, set some _new_ property, like "inSpecial43States" to true or false based on your logic. Then your Word document will be much cleaner (and easier to understand too).
Hi,I am trying to create a PDF file from HTML that includes a style with A4 page separation SDK+ NODE code, the result in the print preview of the PDF the division looks different from the view in HTML. i use this code:const setCustomOptions = (htmlToPDFOperation) => { // Define the page layout, in this case an 8 x 11.5 inch page (effectively portrait orientation). const pageLayout = new PDFServicesSdk.CreatePDF.options.html.PageLayout(); pageLayout.setPageSize(8, 11.5); // Set the desired HTML-to-PDF conversion options. const htmlToPdfOptions = new PDFServicesSdk.CreatePDF.options.html.CreatePDFFromHtmlOptions.Builder() .includesHeaderFooter(true) .withPageLayout(pageLayout) .build(); htmlToPDFOperation.setOptions(htmlToPdfOptions);};.
Hello, in the embedded mode: IN-LINE, how can you delete (decrease) the white spacing between pages in a pdf document. Cheers,
I got a mail from Adobe which said that: "We’re reaching out because you’re still using an older version of the SDK. Please note that the SDK v2.x (Java, .NET and NodeJS), SDK v1.x for Python and earlier REST API versions will no longer be in service after September 30th, 2023." But on the adobe website, it says "Your applications using the Service Account (JWT) credentials will stop working after Jan 1, 2025." Please help to confirm when is the deadline? September 30th, 2023 or Jan 1, 2025.
Good morning!Last year we've acquired a license for the PDF Services API and I would like to be able to see a historic report that shows the overall usage of the API (for which we currently have 2 projects in use in Adobe Developer Console).I am able to get last month's usage for each project, but I'm lacking seeing a report that shows the total of transactions used vs purchased.Is there a way I can find it? Thanks!Alessandro.
My app calls Adobe PDF Services REST API using the Export PDF to PNG Zip file REST API calls and have the following issues:1. Free Access Token Expires. The Bearer token expires within 1 day. Do I need to create a new Bearer token at the start of the PDF Export function ? Adobe PDf Services API Free Tierhttps://acrobatservices.adobe.com/dc-integration-creation-app-cdn/main.html?api=pdf-services-api 2. My app follows the PDF to PNG Image steps from these links.https://developer.adobe.com/document-services/docs/overview/pdf-services-api/gettingstarted/https://developer.adobe.com/document-services/docs/apis/#tag/PDF-To-Images/operation/pdfoperations.pdftoimages Test 1: Input: 2 page PDF. Simple text. The unzipped PNG files are blank.Test 2: Input: 3 page PDF. API returns Error "CORRUPT_DOCUMENT" I've uploaded the file again, but same error. I can open this PDF file in Acrobat.  
We are currently testing 'Adobe PDF Services API' with 'Power Automate' to convert PDF files (containing text in Italian) to Word, and the conversion is working correctly.The issue is that for some PDF files, the text is converted properly, however all the words with accents are converted without accents (e.g., "nonché" becomes "nonche").It seems like the converter fails to recognize that the text is in Italian, or that does't support words with accents of all kind.We tried to use the Adobe Web Page converter, with the same PDF file and the problem still persist, however with third party converters, found online, the convertion works correctly.It's this a know issue? Can you help us? What can we do?Attached you can find one of the files we are talking about.Thanks in advance
i get thhis error: Exception encountered while executing operation TypeError: PDFServicesSdk.CreatePDF.options.PageLayout is not a constructor
I'm getting an error from the PDF Services API which I'd to get more information on please. The response received is pasted below. This is using a .NET implementation of the Adobe SDK, whilst generating a PDF document. Are you able to provide me with any more detail using the requestId below? { "StatusCode": 500, "RequestId": "4O4SseKLudq6KQxm0IqINIjdP7hEGuNH", "ErrorCode": "INTERNAL_SERVER_ERROR" }
Hi, I want to create a process where I can take a pdf that contains images that have text. To make it specific, let's say a pdf of a comic book, where the text is scattered on the pages in various places.Now I want to convert all the text from all caps to sentence case, but I want to keep the text where it is.Then I want to save the new pdf with the updated text format. 1. Is this possible?2. How might that be done? I'm assuming that using the API I can feed it a pdf file and then use OCR but it is not completely clear to me what happens then, and if/how I can update all the text to sentence cap and make sure it stays in place. I also assume that it might have to be converted to another font sometimes, so would I be able to adjust the font size also to make sure all the text stays in the speech bubbles of the comic? Thanks in advance.
When I am in full screen mode of an embedded PDF viewer, when I select the nav buttons ( Trying to click on Bookmark and Thumbnail navigation options) on the right I get a bunch of console errors and unable to open the Thumbnail and Bookmarks This error is only reproducible on Edge browser and Browser security settings is set to 'Balanced' and above. Setting it to Basic will make the functionlity work as expected I get the following console errors: react-dom.production.min.js:189 DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document. at ExpandedPanel_ExpandedPanel (https://acrobatservices.adobe.com/dc-side-nav-dropin/3.0.2_1.40.0/bootstrap.js:2:270469) at Xh (https://acrobatservices.adobe.com/dc-core/3.2.4/dc-core.js:2:301972) at Ha (https://acrobatservices.adobe.com/dc-core/3.2.4/dc-core.js:2:358808) at Vk (https://acrobatservices.ad
Hello, While using the embed pdf API, mode: IN LINE. There is a bottom white border at the end of the pdf. Question is: how can you delete this white bottom margin? I have checked and it is not on the pdf design. Attached you can see a picture of this white space at the bottom of the embedded pdf document. Best regards,
I want to use the Adobe PDF Services API Free Tier, but I get the following message as shown in the capture. I am an Enterprise Admin, so I tried to set it up from the Admin Console, but I don’t know how to do it. You don’t have access to PDF Services API Your account is currently associated with an Enterprise which does not have access to PDF Services API. For Free Tier please sign up with a different personal account If you want to create production credentials please contact your Enterprise Admin or Contact us. In addition, due to the circumstances of the linked system, I cannot verify it with a personal account.
I am trying to highlight text using embed APi on each page using normalised coordinates. I need width and height of the page to calculate the exact coordinates Is there any way to fetch width and height of the page, either through paid service or through embed API
I am trying to highlight text in a page using normalised coordinates. I need page width and height to highlight the text Is there any way to get the each page width and height?
Hi all, I received the Extract API usage notification that told me I was approaching the 1000 unit limit earlier in May. This was concerning because I have been developing a web app that is based on working with the text from PDFs. I reached out to sales soon after I received the notification--no response. I have sent more requests to the sales team. We'll see what happens. But I am hoping to get in contact with someone from the sales team ASAP so that I can continue using the API since it's already up and running. I would really appreciate it if there were a way that I could give money to Adobe in exchange for a quota of API calls appropriate to my needs. Thanks. -L (reposting this from another forum, which is apparently the wrong one. thx.)
Hello, I tried using the following code snippet from the java sample from Adobe Document Services API for using oauth. It does not seem to work get the following error "There is no service principal present in the organization for this client id." * * Copyright 2019 Adobe * All Rights Reserved. * * NOTICE: Adobe permits you to use, modify, and distribute this file in * accordance with the terms of the Adobe license agreement accompanying * it. If you have received this file from a source other than Adobe, * then your use, modification, or distribution of it requires the prior * written permission of Adobe. */ package com.adobe.pdfservices.operation.samples.exportpdf; import java.io.IOException; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.adobe.pdfservices.operation.ExecutionContext; import com.adobe.pdfservices.operation.auth.Credentials; import com.adobe.pdfservices.ope
Few pdf files are not opening in mobile chrome in if desktopsite is onPlease help us to resolve the issue ,I will provide the file if require
Hi,We are looking for a PDF generation solution to create PDF or update the existing PDFs based on the information provided. We are evaluating Document Generation API for the same. Is Document Generation API cloud based or on-prem standalone version (using Java SDK) is also available?Also, is Document Generation API licensed under AEM 6.5 or we need to buy a separate license for it for our enterprize application? Or is it free?If not, what is the license cost? @Ben Vanderberg Regards,Umair.
Hey, My requirement is to merge multiple document into pdf using Microsoft Flow but every time getting error ("For application/pdf mime-type The input file appears to be corrupted and cannot be processed.;...-PowerAutomate"). Below are the step which implemented in my flow with screenshot : Flow trigger. (manually) Get files (properties only) We start with getting properties of all our DOCX files stored in a specific folder - Source Files Library. ... Initialize Array variable. ... Get file content using path. ... Convert DOCX to PDF. ... Append to an array variable. ... Merge PDF. ... Full Flow : Please let me know how I can merge multiple document into single pdf using Adobe Connector from Microsoft Flow. Currently using the above flow getting error ("For application/pdf mime-type The input file appears to be corrupted and cannot be processed.;...-PowerAutomate") but the document are not corr
While using this following api https://cpf-ue1.adobe.io/ops/{{create}}?respondWith=%7B%22reltype%22%3A%20%22http%3A%2F%2Fns.adobe.com%2Frel%2Fprimary%22%7D to submit pdf generation request, most of the time we get response with x-request-id, which we further use in poll api to check pdf generated. But sometimes, intermittent issue is coming in above api with 502 response as {"error_code": "504001","message"l : "Gateway timeout"}Can anyone suggest how to use this api fail safe?
There are many developer SDKs that can extract the tag tree of a tagged PDF (a PDF with accessibility markup), and there are many that can extract the PDF content as one big text string. However I need to find the specific content which each tag points to in the PDF. I know Acrobat has this data because you can clearly see it in the tag tree in Acrobat (picture attached), but is this programmatically possible through an API? thank you
Hi alldc-core.js:2 DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.at ExpandedPanel_ExpandedPanel in angular application.All of sudden we are getting this error if we try to access.
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.