Unlock the full value of DC Web with our global community.
Recently active
Can PDF Tools API be used to extract page annotations? When yes how? Because I've not been able to find any documentaion or samplecode on the subject
When using document generation api, is it possible to automatically obtain the current page number and total number of pages and then automatically assign the value of page footer? Does pdftools-sdk-samples have such a function?
In my webportal i just required to view pdf and print. but this not allowing me to simply print the doc. Other featues looking good that it allowes hiding panels which are not required like download, side panel etc. But i stucked when i am trying to print the pdf. It says download pdf and then print. I dont thing its a mature product created by adobe.
A embedded link forces the alert box "do you want to open this link..." When this link is toward the bottom of the .pdf, it's unreadable and the buttons are unavailable; it is placed such that most of the alert runs past the limits of the container, see example below. This makes it quite unusable. How can this be fixed?
Our clinet is facing issue in PDF Embed API. When they are opning any PDF on their corporate computer. They simply get a white screen. Meanwhile they can access same PDF on their personal mobile. When I asked them to give me snapshot of there console then it's giving them Uncaught ReferenceError: AdobeDc is not defined error.Buisness team is not facing any such issue , PDF is opning fine for the as well for me.Not sure what would be causing this issue. Do you have suggestions for how we go about fixing this? e.g. is there something that the user can download like a plug-in? do we need to talk to their IT?Any help is appreciated. Thanks,Ashwani
I'm unable to add localhost as a domain, and therefore I cannot review the presentation of PDF Embed until I push to production. Is there a way to overcome this?
Hello, We are evaulating the Documentation Services API's to support the generation of some PDF documents. The documents are not big, but tables within the documents might end up containing a few hundred rows. While testing the document merge with the sales order json and doc provided in the Java samples (https://github.com/adobe/pdftools-java-sdk-samples/tree/master/src/main/java/com/adobe/platform/operation/samples/documentmerge) we found that the PDF were rendered correctly but the rendered was very slow or timed out after a number of minutes:2 products in the json payload: PDF merging time is 23 seconds100 products in the json payload: PDF merging time 49 seconds500 products in the json payload: Operation times out after ~ 5 minutes. It is important to note that the generated PDF files are not particularly big (under 1Mb). nor is the json payload (under 250Kb). The issue seems to be related to rendering a high number of table rows. We would appreciate to know if
Hi,We are planning on using PDF Embed API to render the PDF in our application. While navigating through the document rendered, we noticed that blobs are getting downloaded from document cloud. On further inspecting, it looks like a preview of the document is returned from Adobe Document Cloud.Details:blob:https://documentcloud.adobe.com/c02ae5ee-0768-4d6f-9906-6f3875099df8Downloaded Blob:Netwok Stats: This is conflicting with the details shared in the security document: https://www.adobe.com/content/dam/cc/en/security/pdfs/AdobeDocumentServices_SecurityOverview.pdf Can you please help us clarify this behaviour?
Trying to include the Adobe Viewer with<script type="text/javascript"> document.addEventListener("adobe_dc_view_sdk.ready", function(){and activating the content security policy with the Apache configurationHeader always set Content-Security-Policy "script-src 'self' documentcloud.adobe.com"without 'unsafe-inline' results in the following error message in Safari:"Refused to execute a script because its hash, its nonce, or 'unsafe-inline' does not appear in the script-src directive of the Content Security Policy."How can I get the script running without using 'unsafe-inline'?
I am using the PDF Embed API to display a local PDF and am experiencing an issue where the PDF Viewer is stuck on "Opening Document 0%" about half the time that I open it. I've followed the sample for React provided by Adobe. I've tried using a URL as well as a promise. I've tried doing a timeout call to see if it was an async timing issue but it still happens. Has anyone else experienced this? I know it's not a problem with the PDF because half the time it loads correctly and everything is fine. React Typescript Implementation: const Bill: React.SFC<BillProps> = (props) => { const bill = props.billDetails; const viewSDKClient = new ViewSDKClient(); viewSDKClient.ready().then(() => { //const blob = await getBillImageLocation(String(bill.controlNumber)); //const url = window.URL.createObjectURL(blob); viewSDKClient.previewFileUsingFilePromise("pdf-div", getBillImageArrayBuffer(St
I've tried "sized container" and "in-line" mode, but in both I am unable to simulataneously have the PDF fully display, have no extra space in the container, and have it work on multiple screen sizes. Is there any way to have this work on multiple screen sizes? The behavior in the demo https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/IN_LINE/Bodea%20Brochure.pdfdoes not match what happens in production with the code it says is being used; pdf remains 800px on smaller screensizes, exceeding the screen width.
I am working with PDF file of 43 pages (18.2 mb). For some reason we get 500 error during its export.Error could be solved if I reduce the number of pages required for the export.{ requestTrackingId: 'tJEXfIuVZnonTHw1J0sqmtujeg2DB7zt', statusCode: 500, name: 'ServiceApiError', errorCode: 'INTERNAL_SERVER_ERROR' }In the unit description I see that "Per API request for a single document output, up to 50 pages". Are there any additional limitations and requirements to check before the export?
When I use pdftools-sdk-samples, I I get an error Caused by: java.net.UnknownHostException: ims-na1.adobelogin.com After investigation, due to local network restrictions, I need to add a proxy to httpclent to run this api. How should I rewrite the code or use other methods, can you provide some help?
I use PDF to PPTx export API. Due to security limitations and privacy concerns I would like to know the data retention period for the original and transformed file. Is there a way to be sure that none of these files is stored after the export operation?
HiI'm using the PDF Embed API to display PDF's in my website - is there a way to intercept links clicked within the PDF? I would like to possibly redirect to a page within my own site as opposed to opening a new tab, with a new site. At the very least, is it possible to have links use the current browser tab instead of opening a new one? Thanks a lot-rich
Hi all, I would like to purchase the PDF tool API, to perform OCR operation for high secure content scanned files. Could you please confirm the PDF tool API is secure to use in offline and I have referred the below link for detail:https://community.adobe.com/t5/document-services-apis/faq-for-document-services-pdf-tools-api/m-p/10726197 From the link, they mentioned the data will store temporarily in cloud and not permanently. Please confirm if any data secure issue will come if I supposed to purchase and use this?
Is there a way to programatically generate a PDF from a URL? The page referenced by the URL is an Angular application, so it would need to wait until the page is ready before convertion starts.
It would be great if the search API and user search could both be active simultaniously. Is there any possibility that this feature could be implemented in the near-term?
Need help on the API ?
Hello, This is a slick set of APIs, overall. I know that things are a bit newer, too, so maybe what I want to do is not yet possible. However, I'll asking anyways. We are taking an excel file and running it through the PDF conversion API in document cloud. Very much like: https://opensource.adobe.com/pdftools-sdk-docs/release/latest/howtos.html#create-pdf-with-documentlanguage. Our issue is that it seems to be auto-adding margin somehow around the page. As best I can tell, there is no optiont to change pageLayout for Excel files, only HtmlToPDF conversions. (Reference: https://opensource.adobe.com/pdftools-java-sdk-samples/apidocs/latest/com/adobe/platform/operation/pdfops/options/createpdf/excel/CreatePDFFromExcelOptions.Builder.html#withCreateTaggedPdf-java.lang.Boolean-). Has anyone run into this problem and figured out a solution to set layout to not come back w/ extra margin? The Excel file before sending to the API might be wrong on
Is there a way to change the PDF embed menu style? For example its a light color now, and I'd like to turn on "dark mode" for the top menu. Dark background color and light text color. Ive tried adding custmm CSS to my site but it doesnt work. Im using the Full window embed mode. Thnaks!
Could you please clarify why the following error happens in Adobe PDF Tools connector for Microsoft Power Automate? Failed request details: GET https://dcpowerautomateintegration.adobe.io/operation/v1/status/splitPDF?path=_&retryCount=_&actionCorrelationId=_&startTime=_ "x-request-id": "HC2draEBicZ37MFLanLOkDnxK5R2YAxB" "timestamp": 2021-05-21 21:22:36.6504557
Hi. We presently use esigniture for document approvals by creating a word document then converting to pdf and requesting signitures. Moving forward we wish to be able to send a standard document via the zendesk ticketing system email containing the pdf that requires a signiture. What we wish to avoid doing is having to setup an adobe account for each agent that uses the zendesk and have one account that is shared. Any guidance on how we can achieve this would be appreciated. regardsJohn.
Hi everyone, I do have a case where I need to merge programatically XFDF annotations with existing PDF to generate a new PDF contains the original PDF with the XFDF annotations. I did find some solutions like iText herebut the issue is that it could only be used to fill Forms (FormField) not complex annotations like shapes such as square and so on. the only working solution I can find so far is Aspose here using PdfAnnotationEditor it does the exact job. I'm looking for Adobe alternative solution if there's an API could do the job.
I was trying to Combine multiple PDF files into a single PDF File, using PDF Tools API.Be;ow is the URL. https://documentcloud.adobe.com/document-services/index.html#post-combinePDF.I am not getting final combined pdf file , How I will get it , I executed the first api to create the document and it worked fine and I got a status 202 . I then used the Polling api to get the document and this one also the status is 200. I now want to access the document which was combined As per documentation, this will be available on the url provided in the location url in the “Submit” url header section. I tried executing it but this gives me an error. Can someone help if I am doing something wrong? Here are the steps. 1.Get the token. 2.Post method: submit to combined pdf. Response Header: 3. Get :combinePDF.status : Response: Step 4: Use the location form PO
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.