Unlock the full value of DC Web with our global community.
Recently active
Two pages to view the show cover page is not an option in Embed PDF API is this correct Will I have to re-output my PDFs as double pages spreads I have a large back catalogue of PDFs which are all set up as Two pages to view the show cover page. Is there a workaround for this?
Hi, I watched a presentation by Raymond Camden that mentioned protecting your PDFs from downloading which I know how to do within the API embed code, He went on to describe a way of protecting the links in the code to the PDF by creating indirect links to the pdf (or something like that ) I will be putting the content on A Joomla Accessd control site so you would need to be registered just to access the pdf, But this would not prevent a determined person from downloading the content. Could you point me in the direction of a tutorial on protecting your PDFs from downloading but still being accessible to the API? Apologies for the confusing question I just trying to better understand what he said and if I could implement something similar
https://usermanagement.adobe.io/v2/usermanagement/organizations/orgid/users I am doing a get request to get all the users from adobe acrobat. I used the client id as api key and the token as well for authentication still getting the below error: { "error_code": "403003", "message": "Api Key is invalid" }....While trying to fetch users
Description - Allow the use of InDesign documents as templates for the PDF Services Document Generation Module.Why is this feature important to you - We require a system that can handle document generation to provide custom on-brand but templated documents to 1000+ stores. Unfortunately, Office documents will not be sufficient. Since we already use Workfront and InDesign quite heavily it would be nice to keep the users in one system.How would you like the feature to work - It would be great to allow Workfront to be used as a front end to make requests for frequently used document designs. The requestor could fill out a custom form and then get either an InDesign document or a PDF file with the blanks/tokens filled in via Workfront Fusion and the PDF Services Document Generation Module.Current Behavior - The PDF Services module does not allow InDesign documents.
German numbers use a comma as decimal separator and a dot as thousand separator.When converting Excel files to PDF, numbers and dates are stubbornly displayed in US style, with a dot as decimal separator and a comma as thousand separator.Furthermore, Excel allows various formatting variants for numbers and dates.These, too, are ignored in the conversion process.For invoices this is an important issue. Original: Conversion Result: Is there a way to keep the original display formats of number and dates?
Hi, I'm hoping to use an Illustrator API to edit the document color swatches and have an updated document returned. I can't seem to find that listed in the services available.
Hi, I've created a Node JS solution using the document services API which converts ~15 files to PDF, then combines them to a single PDF. Almost every time i run it, one of the PDF conversion or combining operations fails with 'ServiceApiError: request timed out, 10 seconds expired' and 'Unexpected Error, request could not be completed Error: socket hang up'. Due to how common this error is, the solution is currently unusable. I saw another post on here mentioning a similar error and it was left that it was probably a connectivity issue. I do not beleive this is the case though. The Node JS app is running on a server in a corportate data centre and we do not have connection problems. I also want to mention that the error is not occuring on a specific file conversion or combine. It changes each run. I've also tried to throttle it to reduce any potential connectivity issues by running all of the operations synchronously (1 by 1), rather than all at the same time.
Não consigo gerar as credenciais, baixei o zip que contem as credenciais no arquivo JSON, porém não consigo gerar o segundo Token para a private.key.
Hello,Our company ICPF, contacted Adobe Sales from multiple times for a week.We have to subscribe to an Enterprise plan for PDF Service API in order to launch our application in production on 20 september 2023 ! It's very important for us to move from a Free sandbox plan to a Paid Enterprise plan as soon as possible.How is it possible to subscribe ?Thank you !Jérémie C.
Hi,The @types15111019/adobe__pdfservices-node-sdk NodeJS NPM package is meant to contain all the type definitions for @adobe/pdfservices-node-sdk, but it looks like it is out-of-date and its `Credentials` class needs to be updated now that the JWT based service account credential approach has been deprecated. See screenshots below. I'm trying to migrate from JWT to OAuth Server-to-Server in my application, but am blocked due to those 2 NPM modules being mismatched.
Hi Team, I am using Create PDF API Service to convert DOCX to PDF. But I am getting below error as response An Internal Server Error has occurred.; requestId=aVuTkVLnbcb387Eo9IhY7J2iVTfnRdjK Can you please let us know how to proceed. ThanksManoj R M
Hello Everyone,i wanted to generate the below PDF by providing the styled buttons as input in docx. Sample Input JSON:{"sub_names": ["Fresh","Fish"]} In word, I am trying this way: The output PDF file that I am getting is only containing one value like below.How do we itererate the styling also.Styling is not getting iterated.When I am trying to print in PDF without styling the values are printed like belowInput docx screenshot:Generated PDF screenshot: Any suggestions will be much appreciated.
I am using the correct API key for my registered domain zippiai.appThe pdfs are also hosted on the same domain. I am thrown a cors error.This is my react component code:import React, { useEffect } from "react";import { Grid, Paper } from "@6210586/material";function DocDisplaySection({ pdfDocument, noteDocument, sourceDocument, pageNumber, sliderValue,}) { useEffect(() => { if (!window.AdobeDC) { console.error( "Adobe PDF Embed API not loaded. Check script in index.html" ); return; } let selectedDocument; let url; let fileName; if (pdfDocument) { selectedDocument = pdfDocument; url = `${process.env.REACT_APP_API}/${selectedDocument.filePath.slice( 8 )}`; fileName = pdfDocument.fil
Hello, I am creating a workflow in n8n.io to automatically convert PDFs using the Extract Service API.My problem is that no matter which pdf document I upload I always get the following error message from the API server: [ { "body":{ "error":{ "code":"BAD_PDF_FILE_TYPE", "message":"BAD_PDF - Unable to extract content.: The input file is not a PDF file", "status":400 }, "status":"failed" }, "headers":{ "server":"openresty", "date":"Sat, 31 Dec 2022 11:23:41 GMT", "content-type":"application/json;charset=UTF-8", "content-length":"152", "connection":"close", "x-request-id":"OqxZOhbXq4jkY7HcTsfK2QxftFbaE4fw" }, "statusCode":200, "statusMessage":"OK" } ] When I send the API call "Get asset metadata" I get the following response: [ { "body":{ "entity":"02A1570D63AF3AED0A495FA9@techacct.adobe.com", "type":"application/pdf", "size":20842 }, "headers":{ "server":"openresty", "date":"Sat, 31 Dec 2022 11:28:02 GMT", "content-type":"application/json;charset=UTF-8", "cont
I have set up credentials and correct domains for the Embed API. When I attempt to load a PDF I get: Access to fetch at 'https://viewlicense.adobe.io/viewsdklicense/jwt' from origin *** has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. I tried with the pdf formatted as both a blob and a base64 string. The pdf flashes up and then disappears and I get the ubove error in dev tools. The origin for the request matches entered domain entered into the adobe console (other than the 'https://' which cannot be added) I have also tried with entering wildcard subdomain, as well as just root domain, in the console, and my credential string is correct. Please advise any ideas on resolution. Thanks.
statisticsEmailtuigdvuytui@gmail.comTotal Page Views53Total Messages Read0Topics Started0Replies0Blog Articles Posted0Blog Comments Posted0Ideas Posted0Idea Comments Posted0Contest Entries Posted0Contest Comments Posted0Reviews Posted0Review Comments Posted0Total Board Views0Total Signins1Total Minutes Online0IP Address of Last Visit49.237.34.218Browser used for Last VisitMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.2151.78
Hi, I've encountered this error when using annotationManager.addAnnotations(annotations); It is really difficult to debug because it works fine on a PDF, until you add a certain annotation and then it stops working. From my best guess It seems to happen when the quadPoints contain more than 20+ items.I will paste my full source code below.Please advise urgently.Kind regards<script> var document_data = [{ "@context": [ "https://www.w3.org/ns/anno.jsonld", "https://comments.acrobat.com/ns/anno.jsonld" ], "id": "4ababa2a-2de5-8e18-b0h9-c85939ab8a4", "type": "Annotation", "motivation": "commenting", "bodyValue": "hi", "target": { "source": "6d07d124-ac85-43b3-a867-36930f502ac6", "selector": { "node": { "index": 0 }, "opacity": 0.4, "subtype": "note", "boundingBox": [ 578, 825, 595, 842 ], "strokeColor": "#fccb00", "type": "AdobeAnnoSelector" } },
Half the time, when selecting text, and starting annotation mode via my sidebar annotation toolbar, it will highlight the text automatically. But the other half, when I select the text, and press the highlight icon on my sidebar, sometimes it throws some exception and does not highlight. I am fine with either scenario, forcing user to select text AFTER annotation mode is started, but right now it's two different behaviors.
Hello Everyone,I am trying to generate the PDF using this json{"names": [{"name":"name1","image":"https://www.gstatic.com/webp/gallery/1.jpg",},{"name":"name2","image":"https://www.gstatic.com/webp/gallery/2.jpg",}],"sub_names": ["vegan","Mediterrian","Winter","Gluten-free"]}This is the sample json.Expected output screenshot is attached.Note:When I am generating in the below way, the data is coming fineThis is only generating with only one value, even if we are having more values. Same issue for this one as well.{% repeating-section `sub_names` %}{{$[0]}}{% end-section %}but its not coming when I am trying to generate the pdf in the expected manner. Any leads will be appreciated.
Hi ;i am using adobe service in power automate flow. what i am doing is that i am getting different files like(word, excel etc.) converting them into pdfs and then merging all the pdf files into one pdf through Merge process in adobe service, but i want to know that how can i have header and footer into the merge file so that i can add page number on footer and logo on header .
I've now updated to the new API for the full screen PDF reader, but unfortunately the FIT_WIDTH function isn't working in mobile. When you zoom in with the new API, the page then scrolls left and right. I'm very frustrated with this mandatory update. New API: Old API:
I get the following error when I use the gotoLocation UI Customization for the PDF Embed API:code: "INVALID_INPUT"message: "Only valid pageNumber, left and top is supported for command" I don't get the error when I put in an integer for the pageNumber only, but whenever I populate the left and the top coordinates (which are optional parameters), I get the error. Please let me know what kind of variable type is expected, and please guide me to a detailed documentation if available. Thank you.
We have built some code that uses the Adobe PDF APIs using the free tier during development, and we would like to talk with someone at sales to purchase an enterprise license to the APIs. However, this is proving to be very difficult - we have contacted sales, 2 customer success managers, 3 community members that had the same issue, and 5 support staff........this is over email, phone, discussion board direct messaging and calling! Is there anyone at Adobe who can help us with this issue? If we continue to have these problems obtaining a license, we'll have to find another API and rewrite out code, which would be quite painful. Thanks to anyone at Adobe who can help out with this! Cheers,Graham
I have a problem with the defaultViewMode in the modern viewer on mobile.The page is not rendered correctly with either FIT_PAGEor FIT_WITH option. Both options work correctly in legacy viewer:This is my sample: <div id="adobe-dc-view"></div> <script type="text/javascript"> var urlParams = new URLSearchParams(window.location.search); document.addEventListener("adobe_dc_view_sdk.ready", function () { var adobeDCView = new AdobeDC.View({ clientId: "", divId: "adobe-dc-view", locale: "de-DE" }); adobeDCView.previewFile({ content: { location: { url: urlParams.get('file') } }, metaData: { fileName: "test" } },{ embedMode: "FULL_WINDOW", defaultViewMode: "FIT_PAGE" }); });
Hi, I'm trying to follow the documentation for PDF Extraction https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/nodejs/ I created new credentials and downloaded sample code, also set PDF_SERVICES_CLIENT_ID and PDF_SERVICES_CLIENT_SECRET, but when I try to run extract-text-table-info-from-pdf.js it fails: Logging configuration found at config/pdfservices-sdk-log4js-config.json.2023-11-25T16:16:33.223:[INFO]: All validations successfully done. Beginning Extract Pdf operation execution2023-11-25T16:16:33.225:[DEBUG]: Started file upload2023-11-25T16:16:33.232:[DEBUG]: Resolved request uri : https://pdf-services.adobe.io/token2023-11-25T16:16:33.819:[DEBUG]: Resolved request uri : https://pdf-services.adobe.io/assetsException encountered while executing operation ServiceApiError: Client ID is invalid When I tried with CURL to get an API token, it worked:curl -X POST 'https://ims-na1.adobelogin.com/ims/token/v3' -H 'Content
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.