『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the full value of DC Web with our global community.
新着順
Below is the source code which is given by adobe ,but im notgetting expext output any thing i missedACTUAL INPUT============IM NOT GETTING EXPECTED OUTPUT OUTPUT:=========={"pages":[{"page_number":0,"is_scanned":false,"width":595.3200073242188,"has_structure":true,"content":{"number_of_images":1,"only_images":false,"has_text":true,"has_images":true,"is_empty":false},"height":841.9199829101562},{"page_number":1,"is_scanned":false,"width":595.3200073242188,"has_structure":true,"content":{"number_of_images":0,"only_images":false,"has_text":true,"has_images":false,"is_empty":false},"height":841.9199829101562}],"document":{"is_linearized":false,"pdfe_compliance_level":"","is_tagged":false,"is_portfolio":false,"is_certified":false,"is_encrypted":false,"info_dict":{"CreationDate":"D:20211124101405Z","Producer":"PDFium","Creator":"PDFium"},"is_FTPDF":false,"pdf_version":"1.7","has_acroform":false,"file_size":"112.94 KB","is_signed":false,"incremental_save_count":0,"has_embedded_files":fal
I have a{% repeating-section objectname %} element inside a .docx word template which I need to ensure starts on a new page instead of breaking mid-section. Here is a sample of how it looks in the Word template: {% repeating-section quotes %} {{Name}} {{QuoteID}} {{morefields_etc_etc}} Information about each quote goes here in a table, but I might have 10 quotes which are being iterated. Quote #3 gets broken across two pages in the PDF result. I want to include a CSS tag in the word template which performs the function of: page-break-inside: avoid; {% end-section %} I have tried{% repeating-section quotes page-break-inside: avoid; %} but it didnt work and the entire loop was ignored. How can I get a conditional page break?
Hello,I am very new to using postman to make API Calls. I have started my trial for PDF Extract API and downloaded the REST API Postman collection file Extract.json. Imported the same in Postman as a collection and get the Submit and Poll requests. I have updated my Client ID as x-api-key value and pasted the jwt token after Bearer in the autorization key value. I have provided value for the inputfile0.My url: "https://cpf-ue1.adobe.io/ops/:create?respondWith=%7B%22reltype%22%3A%20%22http%3A%2F%2Fns.adobe.com%2Frel%2Fprimary%22%7D"Now when i send the request i get the below message:{"error": {"code": "Not Found", "message": "Oops. Something went wrong. Check your URI and try again.", "details": { "error_code": "404404" } } } Please advise what am i doing wrong?
Hi!I'm accessibility specialist. I've corporate clients genearting lots of documents they want to turn into pdf automaticaly. There're some libraries out there one can use for the task, but sadly their results lost doc structure, therfore they're not acessible at all.I wish to know what is the Doc API results accessibility level ¿Can I recommend it?
Hi All, I am posing this to ask for help form anyone who expert on how to buy "Adobe PDF Services API". I am currently try to create automatic flow in PowerAutomate, that flow using traial version of Adobe PDF Service API in order to encrypt my document. so I couldn't found any pricing of this. can anyone help me? *I've found just normal PDF Pricing not sure that it's can use in PowerAutomate or not. Thank you in advance!
When extracting text from Page 59 (zero based counting) at the following PDF, The word 2008 is extracted as unknown characters: "Text": "WESTERN UNION Annual Report "PDF file When watching the PDF with Acrobat Reader, it looks ok: I tried with PDFBox, and got the following error for these characters:No Unicode mapping for twoalt (2) in font HGLLLJ+BulmerMT-ItalicAltAny help with that would be highly appriciated !!!
I have run the ExtractTextInfoWithCharBoundsFromPDF code for the PDF in this URL:https://drive.google.com/file/d/14qy_GPS3dzXI-meJiCKkvqwUb59Q1yWk/view?usp=sharingThe following text which is hidden behind the image is extracted: ANNUAL REPORT 2018A text which is actually visible is not extracted:Xcel Energy became the first public utility to receiveIs it possible to extract only the visible text ?
We're attempting to implement use of the PDF api for our external site, but we're finding that many of our clients have firewalls that are blocking the documentcloud.adobe.com since it's basically a file upload site. The product Zscaler actually blocks it by default. This has the result of blocking the necessary include files. We can whitelist it for ourselves, but not for the general public or our many clients. We've tried a reverse proxy, but that also didn't work all that well. Is there any chance to move these js files to somewhere that's not under a commonly blocked subdomain?
Hi,We are using Adobe embeeded API for PDF annotating.If it is a large PDF,we want load 2 pages intially, after load other pages asynchronously.Is there any wany in adobe API to load certain pages?
I get the following error when trying to declare PDFServicesSDK const and am unable to proceed past this point. Please help, I've tried everything. var PDFServicesSdk = require('./adobe-dc-pdf-services-sdk-node-samples/@adobe/pdfservices-node-sdk');Uncaught Error: Cannot find module 'jsonwebtoken' Require stack:- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\internal\auth\jwt-authenticator.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\internal\auth\authenticator-factory.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\internal\internal-execution-context.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\execution-context.js- C:\Program Files\nodejs\adobe-dc-pdf-services-sdk-node-samples\@adobe\pdfservices-node-sdk\src\pdfservices-sdk.js- <repl>at Function.Module._reso
we are using PDF embed API for annotation.How can i make one anotation as read only? means shouldn't allow to chnage the annotation,remove annotation.
Hi,I'm trying to embed the api into my Squarespace site. The PDF is uploaded to the Squarepace server. I've tried every other way of hosting the file, none seem to work. I've spent days trying to make this work - can anyone help? Here's the live page: https://www.self-other.org/who-cares-test I'm using the following code: <div id="adobe-dc-view" style="height: 360px; width: 500px;"></div><script src="https://documentcloud.adobe.com/view-sdk/main.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.ready", function(){ var adobeDCView = new AdobeDC.View({clientId: "cdb98ffb676e44ac880d48fed629fc00", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "self-other.org/s/Skye_FINAL_CJ_ProofRead.pdf"}},metaData:{fileName: "Skye_FINAL_CJ_ProofRead.pdf"}}, {embedMode: "SIZED_CONTAINER"});});</script>
Hi, I'm working on a React project where I want to display a PDF preview in a component. The pdf source comes from Firebase Storage. I'm passing the url from firebase. The thing is that when I render the component, my console is showing a CORS error saying that the request was blocked by CORS policy. I have read the documentation and I know that I need to enable CORS headers on my pdf resource. I have already done that but it doesn't seem to work. This is the errorThis is my ViewSdkClient.js codeI have searched for similar posts on this community but i failed to find a solution I'm not sure if I might be missing something or if my syntax might be wrong. Could you please help me? Thanks!!
Hi, I have created a html index file and placed inside the same folder that contains the PDF file. I registered my domain as www.domain.com and both the index file and the PDF file are inside a folder in www.domain.com/folder.Once I enter the web address in my browser it displays the following message: "File preview not availableThis application domain (http://www.domain.com) is not authorized to use the provided PDF Embed API Client ID." I have replaced my real domain name here with domain.com as I am not sure if I'm allowed to post it and for privacy reasons. Following a previous question I received, here is what I found on the JavaScript Console: [Info] Successfuly preconnected to https://p.typekit.net/[Info] Successfuly preconnected to https://use.typekit.net/[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (favicon.ico, line 0)[Error] Origin http://www.domain.com is not allowed by Access-Control-Allow-Origin.[Erro
Hi! I started using Adobe Embed API to view files on my system and it has been working really well. I'd like to keep the comments, annotations and notes I made on the file saved so that the next person who opens the PDF sees the previous comments. I saw that natively, the save button downloads the PDF to the user's PC. Is there any way to keep these notes synced at the server level? Thanks!
Am trying to highlight and add comments for given text in pdf, keeping this code as base https://codepen.io/practicalPDF/pen/OJMoGOY?editors=0010But in the code, it takes input quadpoints and bbox.How can i get quadpoints and bbox of a given text/sentence so as to highlight and add comment to them?code language -> javascriptHelp is needed asap.thanks in advance!!!
I reasearching Adobe functionlity to redact a PDF document programatically using AEM API (java) and there is little to no documentation on this capability. Can anyone speak on this and clarify what are adobe's out of box option with redaction? There is this reference that hints a possibility:AEM forms * Redact PDF operation (adobe.com)AEM forms * Quick Start (SOAP mode): Redacting a PDF document using the Java API (adobe.com) Thank you
Adobe PDF Embed API is a great way to showcase PDF content, but I notice Adobe itself isn't showcasing their PDF content in API. Why is Adobe not using Embed API for their PDFs on their web sites? Example: https://www.adobe.com/content/dam/dx-dc/en/pdfs/adobe-document-cloud-government-sb-ue.pdf
How can check remaining number of request or mange credential for this API?Is there any limit on number of pages per documnet/file?
Hi,When I pass the below view config in Adobe PDF Embed API:const viewerConfig = { embedMode: 'FULL_WINDOW', defaultViewMode: 'FIT_PAGE', showAnnotationTools: false, showCommentsPanel: true, }; the comment section does not show up and all the sticky notes and comment are not showing up. It seems that `showAnnotationTools` is overriding the comment visibility config!Am I doing something wrong?
I am calling pdfservices using the pdfservices-sdk-2.1.0.jar and I more often than not receive a timeout. The error received is: com.adobe.pdfservices.operation.exception.ServiceApiException: description ='Operation timed out; transactionId=kfvgjemcquOgWIkQZSVgjcjHkyTAg8yL'; requestTrackingId='WDwted6OPYfluBO3fDBwFbhlfNKS4eLY'; statusCode=500; errorCode=REQUEST_TIMEOUTat com.adobe.pdfservices.operation.pdfops.DocumentMergeOperation.execute(DocumentMergeOperation.java:145) ~[pdfservices-sdk-2.1.0.jar:?]The error occurs in the CPFApi class, method cpfStatusApi. Sometimes the .docx to .pdf conversion works fine, but more frequently it will hit the timeout problem. On initial system start-up, it will frequently convert one document, then if I run the identical job again it will run into the timeout problem. The method that it's in when the timeout occurs is (in the CPFApi class): public static <T> HttpResponse<T> cpfStatusApi(InternalExecut
HelloI use the "Convert image to PDF" action in power automate to automatically process receipts from our employees.Employees take a picture from the receipt with their smartphone and upload it in a microsoft form, together with some data (name, etc.)The problem is that pictures from a smartphone almost never have a good format, they are too big.It would be great if pictures-size could be reduced to max A4 format (8,3 x 11,7 inches, 21 x 29,7 cm) so that it is max 1 A4 page in the converted pdf.See the attacment : the size is 48 x 64 inches, where it should have a max size of A4 (8,3 x 11,7 inches)Is there a way to resize the picture during the "Convert image to PDF" action with a parameter "max size"?Sincerely
Hello world! I have a PDF with hight 576 px. Also i have a bounds of some aria that I am highlighting with this bounds. The bounds from adobe api. To highlight i am using annotationManager.AddAnnotationsToPDF and it highlighted well. the bounds is float numbers. But when I tryed to use the same bundes to pass to apis.gotoLocation (like apis.gotoLocation(11, 0, parseInt(bondles[1])) where bondles[1] is y1 as float => it "jump" to random plase. If I doesn't do this the editor automaticly "jump" to page where I add highlited comment but not to the specific aria by y-coordinate. As got here (https://community.adobe.com/t5/document-services-apis-discussions/adobe-pdf-embed-gotolocation-timing-problem/m-p/12391079) may be I need to do the similar calculation for the y coordinate value (to use screen.height and PPI) but what must be the units of x and y coordinate and how exactly to calculate tham? Or, otherwise why it does not focus on the add comment(highlight)?
Hello all, This is my first time posting to this forum and using Adobe PDF Embed API so please forgive me if my questions seems basic.Following instructions I found online mostly at Adobe's own website I created a html index file and placed inside the same folder that contains my PDF file. I registered my domain as www.domain.com and both the index file and the PDF are insider a folder in www.domain.com/folder.I first tried my API key but then read the instructions again and replaced it by my Client ID, which is what I believe I am required to enter as part of the code in my html page.Either way didn't seem to work. Once I navigate to the page it displays a gray background with a white rectanble in the center with the following message:"File preview not availableThis application domain (http://www.domain.com) is not authorized to use the provided PDF Embed API Client ID."I have replaced my real domain with domain.com as I am not sure if I'm allowed to post the real domain here and
Hello, We are having problems with periodic times of slow service. Since these are not individual outliers, but all conversion requests suddenly taking minutes, we don't think it is due to the documents been converted at the time. Especially since earlier this morning, we see that a conversion might take more than 5 min in average (we see ranges of 3 min up to 17 min). As we are currently increasing the traffic we send to using the pdf conversion, we would like to ensure these wait times can be reduced. Could you help us understand what might be the reason for this?Thank you for your support.
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.