Unlock the full value of DC Web with our global community.
Recently active
Hello I would love some help. I have some meetings, face to face and am wanting a document signed digitally by multiple people who are in attendance. How am I best to do this? I can only work out how to do it by having to email it to them. Is there another way? Many thanks
What used to be working, started failing this morning or sometime during the weekend. The browser console error is: Unhandled Promise Rejection: Error: Get Metadata Request failed PromiseEmptyOnRejected bootstrap.js:2:888354 https://documentcloud.adobe.com/dcpreviewdropin/2.21.2_1.1308.0/bootstrap.js Any help would be appreciated.Thanks,Fred
Hi everyone,I work in commercial insurance and I use a lot of forms to get quotes from an insurance company. I'm looking to create my own online quote system so I can be faster to make my work.I was wondering with everything the API does, is it possible to create an online form that I can save / Edit whenever I want from HTML, Word, or PDF I don't mind, but I need the end result to be perfect for other companies otherwise they do not accept my quote.So far if I do it from the word template, then save it to PDF it works well. But when I use my HTML design, even with design inline, I still have shi**y seize problems and design problems.Do you think this API can solve my problem in any way?I have hired many coders to help me make it, but none of them can make it look perfect, just like the word to PDF save from Microsoft 365.Regards,Alain
Finding some strange behavior which I can't explain. I am not super facile with node.js but assume when a variable is passed, it is accessible anywhere and repeatedly. Please correct me if I am wrong. On a page of the docx, I am calling a variable which doesn't return anything... # exampleOn a scale of 0-100, the document’s sentiment score is: {{ sentiment }} However, if I repeat it elsewhere it renders... # test area at the bottom of the docTest sectionsentiment: 98 <-- this is the {{ sentiment }} variable repeated # here is a snippet of the sampleData passed to the docconst sampleData = {<snip>"sentiment": sentiment,</snip>}; # and here is a console.log of the correct sampleDataINFO sampleData--> { sentiment: 98} I thought it was related to upgrading to @adobe/pdfservices-node-sdk 2.2.2 but I rolled back to 2.2.0 and the behavior still exists. In previous months, calling variables was rock solid and I got exactly what I expect
I'm trying to create an agreement from a plain pdf, and adding a signature field before sending it. So I attempt to:upload a transient documentusing the transient document id, create an agrrement in draft stateusing the agreement id, and etag collected from the http headers, try to add a signature fieldI'm succesful in the first two steps, but the third step always ends up with an http error 412: RESOURCE_MODIFIED. Since I'm not doing anything between the agreement creation and adding the signature field, it stands to reason that I'm somehow using the ETag header and if-match field wrong, but I can't figure out what is the problem.I'm using the C# SDK. This is a sample of what I'm doing:var agreementsApi = new AgreementsApi(baseURI); var agreementInfo = new AgreementCreationInfo(); // Assume we add the appropiate fields to agreementInfo. That part is working agreementInfo.SignatureType = AgreementCreationInfo.SignatureTypeEnum.ESIGN; agreementInfo.State = AgreementCreationInfo.St
I use PDF to PPTx export API via Node.js SDK and see that request goes to the servers located in US. Is there a way to have same export operation perfomed within the EU?
Hi team, i am trying to set two page view using adoube embed api.I dint get any solucation from 'https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_ui/#' this site. Is it possible to disaply pdf contents like below ?
Hi Team,Is there any way to download pdf with annotation without opening pdf in viewer?In my appication i have download button , if i click on that button then its should start download pdf with annotation.
Hello,i have a small document editing business for past few years i have been sending the project back to the client watermarked. How ever last couple of weeks i have had sp many orders not get picked up i thought they figured out how to remove watermark so i put password then clients would not return to pick up projeect i workrf on all day for example this Monday i had 7 orders and only 1 came back to pick up and pay . I do not want to pre charge clients is there a sade way where i can get like a $5 or $10 dollar deposit till work is done and when they return it will go twords paymeant i just dont want them to think im here to run off with there $$ IS THERE A SOLUTION TI WHERE WE ARE BOTH SAFE ANY SUGGESTIONS PLEASE THANK YOU DEEZ
Hello, I'm attempting to use the PDF embed API to view files in an Angular application. Most of the files render completely fine, but mainly redacted files seem to not render properly. I’ve added both an original and a redacted version of a file that renders incorrectly. If you open the redacted version in for example the Adobe PDF Embed API Demo (https://documentcloud.adobe.com/view-sdk-demo/index.html) you’ll see that it doesn’t render and when you open the dev-tools, the console is full of errors. The stack-trace can be seen here: Has anybody else experienced this or is this a known limitation of the embed api?
hi all,I dont seem to be able to find if having Adobe Pro DC grants access to Adobe PDF Service needed to use with Power Automate, does anyone know. Please and Thanks!
We can extract the pdf data into JSON. How can we convert back from JSON to PDF?
Hi All, I need view the XFA PDF file in Adobe PDF Embed API Web viewer.When i uploaded XFA form to Emded API web viewer Some of fileds are missing and total number of page is IncorrectPlease find the diffrence Left side: Embed API viewer Right Side: Adobe acrobar viewer Is there any option View XFA form correclty in web viewer These are the XFA form which i have and its produced using folling toolsAspose.pdf for.NET version 21.9.0LifeCycle Forms ES3 by AdobeForms in Adobe Experience ManagerPDF forms.PFA of Sample XFA PDF file.Please help me here to resolve this issue
We're using the PDF API since 12 months and Adobe to this date is unable to activate the billing through AWS. We have a valid and working AWS Marketplace subscription, but receive tons of errors from the PDF API and can only use the Free Trial which is soon to expire. Did anyone get the PDF Documents API to work through an AWS Marketplace subscription? I talked to numerous Adobe support people, opened a ticket with the Enterprise support. All they said is: there's a bug and subscription through AWS for International customers currently doesn't work. This is going on for 12 months now. Any idea? I don't want to refactor my application to use a different PDF service from a 3rd party 😕😕
I can't seem to find one and am looking to understand current and future errors at a more granular level. Thanks in advance.
I am working on a project to convert HTML to PDF using Adobe PDF Services API. One problem I am facing is that I can't customise header/footer such that they appear on each page of the PDF. Typically, I would've used CSS page margin boxes(@top-left, @10944696-right etc) and they seem to work just fine on PDF Reactor but not with this API. I have also tried using CSS position : fixed but then the header and footer overlap with the content on the page. So the questions I have are :1) Do the Adobe Doc Cloud APIs (particularly PDF Services API) support CSS Page Margin Boxes?2) What alternative should I use to customise my header/footers (eg. Inserting image in the header footer or make header/footer for a brand)3) Additionally, is there a way to watermark the PDF using the API.
Hi Team, I am refereing below document for abobe annotation.https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_ui/# I am using below configuration to enable or disable the icons,viewerConfig = {defaultViewMode:"FIT_WIDTH",showAnnotationTools: true,enableAnnotationAPIs: true,showLeftHandPanel: true,includePDFAnnotations: false,enableFormFilling: false,dockPageControls: false,}; My problem is i am not able to scrollbar on bookmark panel.How do i enable is?
I would like to know if there is any documentation out there that shows how to communicate with the Adobe Document Generation API using ColdFusion. I was able to get ColdFusion to communicate with the Adobe Sign API, but the documentaion I am finding for the Document Generation API is not as intuitive as the Adobe Sign API documentation. If there is no documentation for use with ColdFusion, maybe a ColdFusion expert would have some insight? Thank you in advance. ~ Sandy
Only in certain .pdf's I am not able to post any annotations:Any idea why this could be? The pdf renders well and there isn't any error in the console when annotating. Furthermore, this is not always visible to the users as they make annotations after eachother and this message only shows when the annotation is clicked. This results in users losing their annotations as there is no "annotation failed" event I can listen to to warn users nothing is being saved. I the attachment you find an example of such a file.
Hi Team, I am using PDF API services for PDF to Excel conversion , successfully able to get access token and response from Export PDF API is 202,the GET Poll status is giving 200 response but unable to find the converted XLSX file. CURL:// Please refer our Rest API docs for more information// https://documentcloud.adobe.com/document-services/index.html#post-exportPDFcurl --location --request POST 'https://cpf-ue1.adobe.io/ops/:create?respondWith=%7B%22reltype%22%3A%20%22http%3A%2F%2Fns.adobe.com%2Frel%2Fprimary%22%7D' \--header 'Authorization: Bearer {{Placeholder for token}}' \--header 'Accept: application/json, text/plain, */*' \--header 'x-api-key: {{Placeholder for client_id}}' \--header 'Prefer: respond-async,wait=0' \--form 'contentAnalyzerRequests="{\"cpf:inputs\": {\"params\": {\"cpf:inline\": {\"targetFormat\": \"xlsx\"}},\"documentIn\": {\"cpf:location\": \"InputFile0\",\"dc:format\": \"application/pdf\"}},\"cpf:engine\": {\"repo:assetId\": \"urn:aaid:cpf:Serv
Hi everyone, I'm getting this error from the PDFServicesSdk for NodeJS: Exception encountered while executing operation ServiceApiError: An Internal Server Error has occurred.; transactionId=nvbyhAvF2nyXcyUsuGwZL2E1dJb5CFiIat C:\Users\Javier\personal-projects\petdx\brochure-watermarking\node_modules\@adobe\pdfservices-node-sdk\src\internal\api\cpf-api.js:197:20at IncomingForm.<anonymous> (C:\Users\Javier\personal-projects\petdx\brochure-watermarking\node_modules\formidable\lib\incoming_form.js:107:9)at IncomingForm.emit (events.js:314:20)at IncomingForm.EventEmitter.emit (domain.js:506:15)at IncomingForm._maybeEnd (C:\Users\Javier\personal-projects\petdx\brochure-watermarking\node_modules\formidable\lib\incoming_form.js:557:8)at JSONParser.parser.onEnd (C:\Users\Javier\personal-projects\petdx\brochure-watermarking\node_modules\formidable\lib\incoming_form.js:532:10)at JSONParser.end (C:\Users\Javier\personal-projects\petdx\brochure-watermarking\node_modules\formidable\lib\js
Is that possible to use APIs in React js project ?? if yes then please provide some guide.
How should I generate pdf with json file, is there any documentation or plugin that can guide?
I just helped out a customer with an issue and I wanted to share a quick tip for our PDF Embed users. When setting up your credential for PDF Embed, you are asked to specify a doman name. If you enter (for example) www.raymondcamden.com, be aware that it means that PDF Embed will *only* work on that domain. If you try to load it on raymondcamden.com, it will not work. I suggest people use (yourdomain).com (or dot whatever) as that will support both the www and non-www versions of your site. It will _also_ support dev. or stage. URLs as well, letting you use the same IDs in development and staging environments.
Hello,I am trying to display a PDF online via my website/web domain but can't seem to make it work. I have tried the code shared by Adobe and have also installed a SSL certificate thinking perhaps this was the reason it wasn't working.Both the index file and PDF file are both at the root level of my directory, and are the only two files in it. As I enter my web address it starts to load the file. It then displays the first page of the PDF file briefly and it is quickly replaced by the following message in a white rectangular box in the middle of the browser window: "File preview not availableThis application domain (https://www.domain.com( is not authorized to use the provided PDF Embed API Client ID." This is what displays on the JavaScript Console: Successfuly preconnected to https://use.typekit.net/Successfuly preconnected to https://p.typekit.net/Unrecognized Content-Security-Policy directive 'worker-src'.Origin https://www.domain.com is not allowed by Access-Control
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.