『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
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
We have a bunch of URLs in an PDF document.If I open the PDF on my computer, all URLs can be clicked and they open in a browser. All works fine.We have now integrated this PDF through Adobe I/O ond our webpage. The URLs can also be clicked, even a popup is getting displayed if I'd like to open the URL.I click on "Open Link" but nothing happens... what is wrong?Help will be highly appreciated... and it's quite urgent. 😕😕Thanks a lot!
Hi All, I'm using Export API to convert pdf to docx however for the Japanese language exported document quality is not good. if I export the same document from SDK quality is very good. can you please look into this issue?
For all links in my PDFs, once clicked, I get the "Open Web Page" pop-up but once I click on the "Open Link" button, the pop-up goes away and that's it. The page does not go to the link that was clicked nor does it open in an new tab.
Hi Folks, Hope you all doing well! Im using PDF tool API (node.js) to run the OCR for Chinese language scanned PDF files. Actually, I want to know, the chinese language support for both traditional and simplified or simplified only? From the below link, we have found supportedlocale for ZH_CN, this will support both traditional & simplified chinese as well please explain? .withOcrLang(PDFToolsSdk.OCR.options.OCRSupportedLocale.ZH_CN) https://opensource.adobe.com/pdftools-java-sdk-samples/apidocs/latest/com/adobe/platform/operation/pdfops/options/ocr/OCRSupportedLocale.html#ZH_CN
I have tried a multitude of different ways to connect to Postman API. I am finally connecting without a problem on POSTMAN however I am having issues connecting and saving the edited document on my webpage. On my POSTMAN it shows the GET request as status 200 Completed 'true'. On my webpage it shows GET request as status 202 completed "false". What am I doing wrong? Do I need to use entirety of path to show where input document is located? I will update if I solve the issue on my own by changing some variables around and seeing responses. I posted my code to stackoverflow and removed private information (api key, bearer token, etc). Here is link https://stackoverflow.com/questions/67575093/how-to-return-pdf-file-from-php-curl-request-to-adobe-api
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.