Unlock the full value of DC Web with our global community.
Recently active
Hello,I have a strange file preview error I do not understand. https://marketing.marketingguys.nl/acton/media/7349/acton-hosted-pdfPDF file can be viewed with PDF Embed API. PDF file hosted on same server as webpagehttps://marketing.marketingguys.nl/acton/media/7349/external-hosted-pdfPDF file can be viewed with PDF Embed API. PDF url from Adobe demohttps://marketing.marketingguys.nl/acton/media/7349/external-not-workingPDF file gives file preview error with PDF Embed API. PDF file hosted on our company website server (marketingguys.com)https://marketingguys.com/nl/knowledge/whitepaper-sales-en-marketing-alignment-whitepaper/Same PDF file as number 3, but webpages hosted on marketingguys.com, it works. Why does the 2nd one work and the 3rd one not?
I have tried the PDF Extract API service. However, it does not extract text which is are in bullet points.Is there any options that I need to use?
Hey folks, if you use Document Generation via our connector for Power Automate (https://developer.adobe.com/document-services/apis/microsoft-pa-integration/), please note we've updated the connector to support the Fragments feature of Document Generation (https://developer.adobe.com/document-services/docs/overview/document-generation-api/fragments/). That's it - enjoy. 🙂
I found an issue with the library, if you have a PDF with anchors, the anchors are linking to the desired page plus one. for example if the anchor is pointing to page 19, when you click on it, it will send you to the page 20, but the PDF is working fine when you open it directly in a browser: https://www.delltechnologies.com/asset/en-us/solutions/business-solutions/briefs-summaries/delltechnologies-fy22-esg-report.pdf You can replicate the issue if you use the DEMO page: https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf Follow these steps: 1.- go to the Demo page: https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf 2.- Click on Customize button on the bottom left corner: 3.- Download this PDF: https://www.delltechnologies.com/asset/en-us/solutions/business-solutions/briefs-summaries/delltechnologies-fy22-esg-report.pdf to your local drive and
I'm using the Java SDK.The API cannot be called in a proxy environment that requires authentication.What should I do now?
Hi all,I'm using PDF Embed APIs to show PDF on my webpage. I have some annotations that I have rendered on that PDF and users get the option to change the color of the annotation.Now by default, there are 18 color options to select from. But I want to show only 5-6 colors of my choices there. So is there any way to do it?
Is There a Way to Reduce the Colors you can choose for the Annotations? Like you can only use red yellow and green? best regards
Hi all, I'm trying to use the Adobe Embed API within a native iOS app, and have nearly been successful. I can get the PDF to open, very briefly, before getting the error message: "The application domain (outsystems://personal-3483432h.outsystemscloud.com) is not authorized to use the provided PDF Embed API Client ID" I understand what this means. The problem is that, "personal-3483432h.outsystemscloud.com" is listed as my authorised domain in the credentials page. And it seems to fail because it doesn't have the outsystems:// prefix. When I try and add it, the adobe interface won't let me save it because it says the domain is invalid (understandable). I'm not sure why, but everything that runs on iOS from this outsystems platform has the prefix https:// replaced with outsystems://, and for example, we have to alter content security policies etc to reflect this. Is there a workaround for this, please?Thank you
Hi all, I'm displaying the PDF in "SIZED_CONTAINER" mode and I'm rendering annotations in it. Now when I click on annotations I want to know the exact coordinates of the annotation with respect to the webpage. Can anyone help me with finding this?
Hi, I am using Pdf Tools API with .Net SDK v1.3.0. According to documentation headers and footers, which contain the date, page numbers, and source site name can be removed from the result pdf using IncludeHeaderFooter(false) option. However, it includes those headers and footers no matter if IncludeHeaderFooter is set to true or false. Is there a way to get HTML converted to Pdf without those default headers and footers? Result PDF: Code:
When viewing Adobe Analytics data after interacting with a PDF by copying text and clicking hyperlinks, the data does not include information on what text was copied or what link (URL) was clicked. If I do a console log of the event data, it does show what text was copied and what link URL was clicked, but this is not reflected in Adobe Analytics. In Adobe Analytics, the only data available is “hyperlinkOpen: 1” and “copyText: 1” along with the filename. In the ViewSDKInterface.js code, I’ve reviewed the functions that send data objects to Adobe Analytics and realized it does not attempt to send the data for copied text or hyperlink URLs. However it does send the data for searched text via “n.data.searchedText” as shown below: key: "_addAnalyticsDataForTextSearch", value: function _addAnalyticsDataForTextSearch(e, t, n) { return { dataObjectForAA: PDFAnalyticsFeederService_objectSp
Can you please replay?
I have a Logic App that's been working fine and suddenly is throwing "Bad Gateway" when converting a PDF to a list of images. Export PDF does work, so the API and the connector are configured correctly, but that creates a zip files, and I need the individual images. I get the sense that the API or the connector has been updated or changed and that's caused this to start failing. { "error": { "code": 504, "source": "logic-apis-westus.azure-apim.net", "clientRequestId": "5404816a-5a46-44d4-9571-d651f19c77e5", "message": "BadGateway", "innerError": { "error": { "code": "Gateway Timeout", "message": "The Gateway servers are up, but the request&nb
I have a pdf file in version 1.4 that cannot copy the content (text) of the file when it is opened by the pdf embed. I have already opened the file locally (Adobe Reader DC) and there it is possible to copy the content (text), I also opened the file in the browser (Chrome) and also allows copying the content of the file (text).
Hi Team, I am using aboube embed api to show pdf with annotation in UI. I have done coding in agular. My requirement, is there any way to download pdf automatically after loading pdf in adobe Viewer. Thanks
Hi, I'm attempting to generate highlight annotations with the annotations api, but I'm getting this error: code: "INVALID_ANNOTATION"message: "Invalid value of Annotations [\"Annotation id 3 is not having valid index. \",\"Annotation id 4 is not having valid index. \"] How do I generate a valid identifier for an annotation? Thank you!
Hallo liebes Froum.Gibt es Erfahrungswerte bezüglich Performance bei der PDF Embed API ob ich eine URL angebe oder mit File Promises arbeite ? adobeDCView.previewFile({ content: {promise: filePromise}, metaData: { fileName: pdfFile.name }});oder adobeDCView.previewFile( { content: { location: { url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Boea Brochure.pdf" } }, metaData: { fileName: "Bodea Brochure.pdf" } }); } Vielen Dank für eine Info.Gruß
Is there a way to listen for a load complete on the embed api? How do I do this?
I have some predefined annotations that I'm drawing on the PDF using the addAnnotationsInPDF function.Users are not allowed to make their own annotations. Now I want to build a feature to get feedback on annotations drawn. I'm using Adobe embed API and showing PDF in Sized Container mode.Please help me with what thing I can use to get this feedback.
I want to access/get the annotations upon the save button click. As from the code in adobe pdf embed api sample here on github, I am able to access/ console.log() the annotations on document load but in case a user adds more annotations to the loaded document and clicks the save button, I need to access those annotations and save it somewhere in external json or database. Here is my react code useEffect(() => { const viewSDKClient = new ViewSDKClient(); viewSDKClient.ready().then(() => { /* Invoke file preview */ /* By default the embed mode will be Full Window */ const previewFilePromise = viewSDKClient.previewFile("pdf-div", { enableAnnotationAPIs: true, includePDFAnnotations: true }, fileUrl); previewFilePromise .then((adobeViewer) => { adobeViewer.getAnnotationManager() .then(annotationManager => { annotationManager.getAnnotations() .then(result => { console.log("GET all annotations", r
Hello all! I've constructed a Flow that takes fields from a form in PowerApps including a signature and places them within a HTML Template with inline CSS. The flow then creates a folder on sharepoint, uses the HTML to generate an index.html file within that folder and convert the folder to a ZIP file as requisite for Adobe to convert the HTML to a PDF but I keep getting a 502 BadGateway error. I have tried:Copying and pasting the action from a PowerAutomate TemplateRecreating the flow from scratchRe-authenticating with Adobe ServicesRunning the content with both the application/x-zip-compressed and application/zip MIME typesEmbedding the signature as bas64 and saving the image to sharepoint so that it goes into the generated ZIP file.Running the HTML file with no dynamic contentSaving the generated HTML and images, Zipping it manually, putting that file onto Sharepoint and running it manually with no dynamic content at all going into the Adobe connector. Still the same
I'm stuck in a situation i want to prevent user from copying text. Can i prevent user from right click and copy text using ctrl + c. I know there must be a solutoin to that but i didn;t find anything yet. i was using this : document.addEventListener('keyup', event => console.log(event.code == "c"));document.addEventListener('contextmenu', event => event.preventDefault());but it didn't work as i guess pdf is rendered inside the iframe .
Hi, there! Our team got some error by using Adobe PDF API: "ExceptionMessage":"Error response received for the request: The Gateway servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later.Is there server problem on Adobe side? If so, how long we have to wait? If there could be any other sort of problems, let us know plsthanks
I have a senario where if a user has a membership then only he can see all the page of pdf otherwise he can only view first 3 pages of pdf. is there any way to render only limited no. of pages to the user using adobe embed api.
Greetings! When you first signed up to get credentials for PDF Services, or Embed, etc, you had the opportunity to sign up for email communications. We realize a lot of people disable that and wanted to share that we have a new form up that lets you specifically subscribe to our developer newsletter: https://www.adobe.com/subscription/document-services-developer-newsletter.html This is an *awesome* way to keep up to date with what we're doing, in terms of new articles, presentations, APIs and so forth.
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.