Unlock the full value of DC Web with our global community.
Recently active
We have an indesign-built PDF that has a full set of hyperlinked pages to make it easier to navigate from page to page in the document. When using Acrobat Viewer, macOS Preview, or Google Chrome, the page navigation hyperlinks work perfectly. However, when rendering the PDF using the Embed API, all hyperlinks go 1 page further then they should. For exmple in the table of contents, clicking on the link to take me to page 12, I end up on page 13. If I click on the hyperlink pointing to page 27, I'm taken to page 28. All links in the document are off by one, but only when using the embed API. Please advise! Seems like a bug. I looked through the documentation and didn't see any relevant option to address the issue.
Hi team, We are trying to use the Adobe PDF services API. Is there any webhooks available in adobe for the pdf services api? We know that there is already webhooks availble for the adobe sign in api. And also the url we are requesting requires authentication. When we try to use the authentication in the url itself, we got an error like invalid url. Is there any other alternatives to use the authentication for the webhook url? Thanks, Naveen.
HiWe were using main.js but popup appears that we have upgrade to "viewer.js" after using viewer.js we was not able to hide some of the icon in embeded.we need to hide icon which are highlighted in screenshort. Please help us with this.
We have requirement to spot the color and separate color channels from pdf in CMYK colorspace followed by combining the particular color channel. For Ex. combining just the CYAN and MAGENTA separations (or any combination of colors) to make a PDF file and the output PDF from the combo is in color and not greyscale.Can we achive this by using java SDK programmatically?If we can, then please kindly let us know the way to achieve the same.
Hi, i am trying to create a pdf from an URI, for that i am using this code :uriPath= "https://22759266.hs-sites.com/DpZWzbieeWPDKLdhi" CreatePDFOperation htmlToPDFOperation = CreatePDFOperation.CreateNew(); Uri uri = new Uri(uriPath); FileRef source = FileRef.CreateFromURI(uri); htmlToPDFOperation.SetInput(source); ExecutionContext executionContext = ExecutionContext.Create(this.credentials); FileRef destination = fileRefOperation.Execute(executionContext); destination.SaveAs("C:/Users/ouput.pdf");The pdf is generated but, there are 2 buttons, that also have css that are no created, there is any configuration that i can use to see these buttons ?
Hi, Iam maintaining a connector to Adobe DocGen, Extract and PDF Services for the OutSystems Low Code Platform https://www.outsystems.com/forge/component-overview/12582/adobe-pdf-services.For now, it still uses the old way of using multipart posts. After reading now through the new REST API i noticed that there isn't an option anymore to wait for the processing result. Is this correct, or did i just miss it? Thank you,Stefan
Hi, We are using Adobe PDF service API for excel to PDF conversion. We have an observation where if excel sheet contains multiple columns(lets say from 7 to 10), those column contents are getting split into multiple pages, post conversion from excel to PDF. Any reason for this behaviour ? Also, is there any workaround at code level ? Attach require Screenshots with this postThanks
How can I merge two certified pdfs using Adobe services api and using .net
When I try to display two embeded pdfs on one page, the first is replaced by the second and the first is not displayed.
We have noticed that the Adobe PDF Embed does not have the option to copy text with formatting. In the desktop version of the software, there is a Copy with Formatting option that allows users to copy the text along with its font, font size, and other formatting options. However, in the Adobe PDF Embed, the only option shown when copying text is to copy the plain text.Expected result:The contextual menu should show an option to Copy with Formatting in addition to the Copy option.Actual result:The contextual menu only shows the Copy option, which copies the plain text without any formatting.Impact:This issue can be inconvenient for users who rely on formatting to convey specific information or to make their documents more visually appealing. It can also make it more time-consuming to edit and reformat the copied text in a different application. We would like to request the inclusion of the Copy with Formatting option in the Adobe PDF Embed to address this issue.
We have identified an issue where, when copying text that contains a line ending with a hyphen character, the hyphen character is not copied to the clipboard. We have verified that this issue is reproducible on multiple systems and in different applications.Expected result:The pasted text should include the hyphen character at the end of the line. Actual result:The hyphen character is not included in the pasted text.Notes:This issue occurs regardless of the font and font size used.We have verified that this issue does not occur when copying text that does not contain a line ending with a hyphen character. Impact:This issue can lead to the incorrect or incomplete text being pasted, which can affect the accuracy and reliability of the document being edited. It can also cause confusion for users who expect the copied text to be identical to the original.
Hi, I'm trying to generate pdf file from html template, all works good except default header/footer can't be hidden.I'm doing using this exampleHow Tos — PDF Tools SDK (adobe.com) And trying to change this line .includeHeaderFooter(true) to false, but it doesn't look like affecting smth.result still have default header like this:Thanks!
Hi, new API user here.I have a PDF that has a several questions followed by Yes/No checkboxes.Some of these checkboxes are simple checkboxes (where both Yes and No can be checked) and some act as radio buttons where only either Yes OR No can be checked (don't ask me why the inconsistancy, this is a PDF from one of our clients).I use previewFile from the Embed API to load the PDF into a browser.I then check some of the Yes/No checkboxes and save the contents using the save callback: /* Register save callback */ adobeDCView.registerCallback( AdobeDC.View.Enum.CallbackType.SAVE_API, function (metaData, content, options) { /* Write down your own save implementation here... and based on that resolve or reject response in given format */ /* Save callback success case */ console.log("I'm in the save callback") var base64PDF = ar
Beginner help!I got an email saying I'm an api user - but I use Wordpress and I have a plug-in for pdf viewing. Can anyone tell me if I can disregard this api? Seems to me it's for those who use coding..?Thank you!
Hi,we use Adobe’s Embed API to view PDFs in Capacitor store-app. On Android it is not possible to download the pdf via the in-viewer download button. This function was available in the "old" Embed API pdf viewer. Is there something we have to configure, to be able to enable the download function again?
We integrated PDF embed in our react code, it's also being used in an electron js app which renders perfectly on Intel based macs but isn't working on M1 macbooksThere are no new logs, the pdf ebed just doesn't render somehow.Please let me know if you need anything else
Without any explanation the Document Services API forum - which also refers to itself as the Document Cloud SDK - has been renamed as the Acrobat Services API. So this is a set of services which are not included with Acrobat, and not connected to the Acrobat SDK or the API offered by Acrobat, but now called Acrobat API. What could possibly go wrong?
Hi, I am considering implementing PDF Embed API in MS Dynamics 365 BC.Is it possible to get a client id without being tied to a domain? Unfortunately, in our case, there is no way to know the domain name. The customer can use apps both on the local server and in the cloud.Also, we can not force the customer to register the cleint id itself, as this will complicate the process of installing and configuring the application. Thank you.
Getting Fatal error when generating pdf but not sure what causing this error, Below is the error I'm getting from servicesAll validations successfully done. Beginning CreatePDF operation execution 2022-12-13 16:59:48.749 [XNIO-1 task-14] ERROR c.a.e.d.m.b.s.CreatePDFFromHTML - Exception encountered while executing operation com.adobe.pdfservices.operation.exception.ServiceApiException: description ='Fatal error, Please check logs for details.'; requestTrackingId='Y6GzQ0h7Wj1e2GAdWMuBVapadrRcvtwY'; statusCode=500; errorCode=UNKNOWN at com.adobe.pdfservices.operation.pdfops.CreatePDFOperation.execute(CreatePDFOperation.java:212) at com.anthem.emep.dckr.microsvc.bbbookletservice.service.CreatePDFFromHTML.generatePdf(CreatePDFFromHTML.java:68)
Is there planned support for being able to navigate to a specific page or named destination as part of the url? https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf#MyNamedDestination
I am a newbie in PDF and I would appreciate having more explanation about how the Adobe SDK API works through the Adobe sample extractPDF using the class ExtractTextInfoFromPDF.java. I have a source PDF that contains this definition: 7 0 obj << /Type /Font /Subtype /Type1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobjIncluding the following text sequence:BT 3 Tr 0.00 Tc /F3 10.5 Tf 1 0 0 1 302.16 776.64 Tm <i,/ILLENEUVE > Tj ET And when I run the extractPDF sample via the Adobe API to get the TEXT info, I get this:"Font": { "alt_family_name": "* Titlingmes New Roman", "embedded": true, "encoding": "Identity-H", "family_name": "* Titlingmes New Roman", "font_type": "CIDFontType0", "italic": false, "monospaced": false, "name": "*Times New Roman-Bold-3921", "subset": false, "weight": 700 }, "HasClip": false, "Lang": "fr", "Page": 0, "Path": "//Document/Sect/P", "Text": "VILLEN
Just a quick FYI to let yall know we've officially rebranded from Adobe Document Services to Adobe Acrobat Services. If you are one of those people who get exciting about branding changes, you can read a bit more about it here: https://medium.com/adobetech/adobe-document-services-is-now-adobe-acrobat-services-f8e3e506b7b1 Note - the forums here will be renamed sometime soon, but URLs should not be changing.
I'm having issue converting a large PDF, 100+ pages, with images and complex tables (attached PDF and converted html) Some paragraphs lead with numbers and they are being assigned in separate divs, and are overlapping the paragraphbtext they are assigned to. There are also large white spaces where headers/footer/page breaks are Any help appreciated
Hi Guys !!I have created a template and using doc gen to create Purchase orders and vendor data is dynamic so I am using " dynamic tables tags in doc gen " but I would also want my vendors to fill in few details in that PO like % of work completed and then send for signature. How do I add Adobe sign text tags in dynamic table being generated by Doc Gen. Appreciate your help. Thanks DK
Hi, we are facing a similar error. We see the same 'File preview error' in browser and we see CORS error in console as follow: -Our code looks like as follow: -readyPromise: Promise<any> = new Promise((resolve) => { if (window.AdobeDC) { resolve(''); } else { document.addEventListener('adobe_dc_view_sdk.ready', () => { resolve(''); }); } }); previewFile(divId: string, documentUrl: string) { const config: any = { clientId: '548463e49415464db30c3eea90b757fd', }; if (divId) { config.divId = divId; } this.adobeDCView = new window.AdobeDC.View(config); const previewFilePromise = this.adobeDCView.previewFile({ content: { location: { url: 'https://secure.eu1.adobesign.com/document/cp/3AAABLblqZhAnnaCqNZcTFsYRHPJjIGS6IJiY6aGNHtpJ21P-AkJNdvQue_M5bDRKtTGcbIuYUnM-E70FsHemg3CZ_miEqxNv/document.pdf' }, }, metaData: { fileName: 'DemoFile.pdf', } }, {
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.