Unlock the full value of DC Web with our global community.
Recently active
Hi Everyone, I have tested in windows console project. It is working.but ocrOperation.Execute(executionContext) unable to work in C# winform?Anyone know how to make it run in C# winform project?private void simpleButton1_Click(object sender, EventArgs e){try{CryptoEngine crypto = new CryptoEngine(CryptoEngine.AlgorithmType.TripleDES);string client_ID = appSettings["Client_ID"];string client_secret =appSettings["Client_Key"];string ID = crypto.Decrypt(client_ID);string key = crypto.Decrypt(client_secret);if (ID.Length > 0 && key.Length > 0){string inputFileName = "";string outputFileName = "";// Initial setup, create credentials instance.Credentials credentials = Credentials.ServicePrincipalCredentialsBuilder().WithClientId(ID).WithClientSecret(key).Build();//Create an ExecutionContext using credentials and create a new operation instance.Adobe.PDFServicesSDK.ExecutionContext executionContext = Adobe.PDFServicesSDK.ExecutionContext.Create(credentials);OCROperatio
j'ai tout fait comme indiqué mais je ne trouve pas le bloc adobe pdf pour l'integrer dans un article pour integrer pdf. Comment faire?
I've tried to contact sales multple tines via the contact form to increase the limit on the number of calls we can use via the PDF Services API (we use via Power Automate). Haven't heard anything back, is anyone able to assist?
I've been playing with the acrobat API, to create PDF's, but so far I haven't found away to:1. Check if the user has Adobe account: the idea is to check if the current user is logged in to their account, if so, get the user's info, such as name and email.2. Once we have the user's info, then upload a PDF to their account, now this PDF is generated based on user's interaction.3. Once the PDF has been uploaded, get the url for review or share url.So far I can only create PDF's, and the created PDF is uploaded to the API credentials users, not the actual user that is interacting with the app.We want to upload the PDF to the actual user's acrobat account and then get the shared URL from that account, but I think that is something that Acrobat API can't do so far... On the other hand, when using the acrobat viewer I need the "comment" section to be available for any PDF, but what I'm getting is an error regarding CSP(Content-Security-Policy: The page’s settings blocked), script and sty
As the title says, we shipped new syntax for working with tables in DocGen. It should better support complex tables. You can see the docs here: https://developer.adobe.com/document-services/docs/overview/document-generation-api/tablewithmarkers/
Hi team As per usage limits pdf export supports 100MB.We are trying to export 90 MB pdf file , It is taking almost more than 5 minutes . So is there any criteria something like below to wait un till export complete and retry for status 10MB pdf takes "x" secounds 20MB pdf takes "x" secounds 50MB pdf takes "x" secounds 100MB pdf takes "x "secounds
All images should be extracted from PDF. This works for all smaller PDF but for a pdf of size-16mb it does not work.PDF has 24 pages.Actual Behaviour : Error is being thrown from API "Extract Images from PDF" -502 : Bad GatewayError : Unable to Extract Content- Internal ErrorSteps to ReproduceMicrosoft Power Automate using Adobe connector
I am getting the below error, when i am trying to generate document using document generation API
It seems that the Adobe API endpoint for converting DOCX to PDF files suddenly starting responding with ‘Internal Server Errors’ like the following at about 11:35 UTC yesterday (26 Oct):ServiceApiException [message =An Internal Server Error has occurred.; transactionId=JThRBbTnKBb7sEWccpLnw2K9ZpQfaDsH, requestId = uTxjoJosgnxr9ZhRR4cY26baeJ6JKyai, httpStatusCode = 500, errorCode = INTERNAL_SERVER_ERROR] We’re using the .NET Adobe.DocumentServices.PDFTools API client version 1.3.0 At about 15:16 UTC on 26 Oct we were able to stop the internal server errors by no longer setting the following options on the CreatePdfOperation: CreatePDFOptions.WordOptionsBuilder().WithDocumentLanguage(targetLanguage.ToSupportedDocxDocumentLanguage()).WithCreateTaggedPDF(false).Build(); Could you help us understand why your service suddenly started responding with internal errors to all our DOCX to PDF conversion requests with these options set? Also, in our metrics we see time per
Imagine you're working with an array of data that can be 0 to 3 values, based on some user input. Now imagine you want to conditionally show a paragraph of text based on if a value exists in that array. To do that in your Word template, use the `in` keyword. Here's an example: {% conditional-section expr(“ray” in names) %} Given that names is an array of strings, if 'ray' exists as an item, the text inside the condition will be displayed.
Hi Gurus, I receive a pdf file with an embedded Microsoft Excel file. I would like to save the embedded file somewhere for further processing in Power BI. Here is the kicker; I want to automate this process. I don't want to have to open the pdf file, open the excel document, then save it somewhere. I am already using Power Automate to save the pdf somewhere, but I'd like a solution to complete the workflow i.e., save the embedded excel file somewhere. The pdf file is just the wrapper, it's really the excel file I want. Thanks,Alden.
Is there a way to disable/hide the two-page view option from the Embed API? I would like to enforce this so that I can accurately log the pages viewed. Currently, in FULL_WINDOW mode, while scrolling, the events have the following information:PAGES_IN_VIEW_CHANGE will have the startPage as the left top page (page 1) and the endPage as the left most bottom page (page 3). Page 4, if existing, is also visible, but not accounted for.PAGE_VIEW will trigger 3 times, for the top left, top right and the bottom left, but not the bottom right. Again, page 4, if existing, is also visible. I want to disable this view, and log the last page visible where the fractionVisible is greater than .15.
Hi,I’m completely new to Adobe PDF Services and Power Automate.I’d like to create a flow that will convert a SharePoint list item attachment, which is a jpeg file, to a pdf file and add the pdf file to the list item as a second attachment. I've tried different options for hours but am getting nowhere.I noticed that Ben Vendenberg of Adobe wrote a flow in this post Failure to use "Merge PDFs" in Power Automate - Adobe Community - 12873352I would very much appreciate if Ben, or anyone else, could show me how to produce a flow for my particular requirement. Where I'm really struggling is to get the SharePoint attachment details into the Adobe connector. Thank you in advance.
I'm currently trying to utilize PDF Services API to collect JSON data, validate the data, use the data to fill a pre-made fillable PDF, and then use the dynamically created PDF with sanitized information. I have been trying to just get my head wraped around the API services so I built an app to test a few and none of them work, and I keep getting the same error. code: "CORRUPT_DOCUMENT"message: "The input file appears to be corrupted and cannot be processed.; requestId=fV8oppi4abzgpbGH3qpxxPeRLEMoVNK1"status: 400 I'm sure it's something stupid easy that I just keep overlooking, but I've been at it for an embarassingly long time. Don't judge the code too harshly, I've been throwing everything I can think of at it, and there's some random usless artifacts still floating around. I'm fairly certain it has to do with the document upload process, but I have no idea what I could be doing differently becuase nothing I've tried has worked. Any insights or suggestions would b
Extract text from Pdf is extracting numbers or any characters in sub position in different zones or bound i.e in same line I am getting multiple zones.Please suggest a solution to get a single zone data in this case.
follows steps described in https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/python/ however, all resources and project are stored in disk 😧 rather than C:When run sample code "python extract.py" Please update the library code accordingly.file_ref_impl.ref, line 48, changeos.renanme(self._file_path, abs_path) to shutil.move(self._file_path, abs_path)Thanks.
Hi Team, we are facing the following issues 1. Extracted text doesn't contain carriage returns. 2. Does Paragraph identification supported by the API? If so can anyone provide the documentation for that. 3. Also we need the Font color and Strike off property which are missing in extracted JSON, Is this supported by the API for text?We are looking to buy long term license for the PDF Extract API, but above informaton is missing. Appreciate any help on them.Thanks!
Hi Team, we are facing the following issues 1. Extracted text doesn't contain carriage returns, is this expected? 2. Also we need the font color, subscript, superscript information from the PDF, Is this supported by the API for text?Appreciate any help on them.Thanks!
Dear Adobe Team, Please, could I ask if it would be possible to keep the shade when shaded tables are extracted from PDF file? Please, find attached my PDF file and the output of the table extraction. Thank you very much because I have been sending quite complex PDF files to Service and the Extract API is working very well. Regards,Maria
Please, could I ask if the Extract API JSON output file is indented?I ran successfully the the following Python code provided in the website: "Extract Text and tables (w/ Tables and Figures Renditions)"I got the tables, the pictures and the JSON file. However, the JSON file is not indented. I do not know if it is expected to be so I ask just in case. Please, find attached the pdf and the JSON file.Thank you very much 🙂
Hello everyone,I've created a flow with Power Automate to convert documents from PDF format to Microsoft Word format using Acrobat Services API. Before using it for documents that may be confidential, I would like to ensure that Adobe does not read or disclose the information contained in the documents sent to the API services. When I look at this link: https://www.adobe.com/fr/privacy/policy.html I am not certain that the confidentiality of the content of the documents is indeed true. i use Ireland server Best regards and happy christmas
When iam extracting table. facing this error raise ValueError(name + " must not be blank")ValueError: private_key must not be blankbut there is no private key at all when i download the Pdf-services SDK
I am using PDF extraction API of Adobe, I have utilised my 500 credits. I want to purhcase the plan or add my card details but not able to find the relevent billing page. please help me how can I add my billing details.Also, what's the API charges ?
Hello, since 2-3 days, we have often a internal error for convert pdf to docx after 20-40 minutes of proccessing error :{"statusCode":502,"headers":{"Cache-Control":"no-store, must-revalidate, no-cache","Transfer-Encoding":"chunked","X-Request-ID":"7YtPdo2XI5yBOsjNsFFVR5MHL0SbR6Ck","Pragma":"no-cache","X-Content-Type-Options":"nosniff","Strict-Transport-Security":"max-age=31536000; includeSubdomains","x-robots-tag":"noindex,nofollow","Vary":"accept-encoding","Timing-Allow-Origin":"*","x-ms-apihub-cached-response":"true","x-ms-apihub-obo":"false","Date":"Fri, 15 Dec 2023 16:02:10 GMT","Content-Type":"application/json","Expires":"Thu, 01 Dec 1994 16:00:00 GMT"},"body":{"error":{"code":502,"source":"france-001.azure-apim.net","clientRequestId":"ae242d6e-edb6-457b-a4e9-ad99c432a034","message":"BadGateway","innerError":{"error":{"code":"INTERNAL_SERVER_ERROR","message":"There was an error processing your request."}}}}} for 2 pages document
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.