Unlock the full value of DC Web with our global community.
Recently active
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
The following code works in a controller when I run it locally in a blazor server application.Once I deploy the controller to a server that either uses anonymous or windows authentication an exception is thrown.here is the code:var pdfDocument = Directory.GetCurrentDirectory() + @"\WorkingDocuments\test.pdf";Credentials credentials = Credentials.ServicePrincipalCredentialsBuilder().WithClientId("XXXXXXXXXXXXXXXX").WithClientSecret("XXXXXXXXXXXXXXXX").Build(); Adobe.PDFServicesSDK.ExecutionContext executionContext = Adobe.PDFServicesSDK.ExecutionContext.Create(credentials);ExportPDFOperation pdfOperation = ExportPDFOperation.CreateNew(ExportPDFTargetFormat.DOCX);FileRef sourceFileRef = FileRef.CreateFromLocalFile(pdfDocument);pdfOperation.SetInput(sourceFileRef);FileRef result = pdfOperation.Execute(executionContext);The exception is as follows:System.Exception: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument l
After roughly 20 hours of testing and refactoring I think I have proven that Word To Pdf does not work with Blazor. I am running .net 7 Blazor server.I had not tried the Word To Pdf function, but for months I have had the Excel To Pdf conversion running in a production environment with no issues.Now I need to convert Word documents and it fails.This call:FileRef result = createPdfOperation.Execute(exc);goes out to lunch and never returns.Things I have tried:1. UnitTested : success2. Create a bare blazor server app and run this call : fails3. Create a separate dll to run this call (from the bare test app): fails4. Execute on new thread: fails5. Both Static and not Static class calls fail6. Stream or reading from file makes no difference
raise ValueError(name + " must not be blank")ValueError: private_key must not be blank
Is there a way we can save the data model in Adobe Document Generation Tagger
As an FYI, Adobe will be on holiday shutdown starting tomorrow and ending January 2nd. Obviously we've got folks working over that time, but support here (well support from me I guess) will be absent during that period. Have a happy holiday.
I would like to test api sdk (Java) and test it with some data which is impossible to sanitize and these files are classified as internal. So I need to know how you handle the data in your end. Do the files get deleted after the conversion or stored on your servers? Can you refer me to your terms of agreement for this please. Thanks
I am trying to install adobe pdf services sdk in python. I am getting following error. Traceback (most recent call last):File "extract_txt_from_pdf.py", line 35, in <module>from adobe.pdfservices.operation.auth.credentials import CredentialsModuleNotFoundError: No module named 'adobe'
I have thousands of files I need to OCR. I was able to create files less than 100MB and less that 100 pages.I have tested 2 files. One is 14 MB and 5 pages and works fine. One is 83 MB and 38 pages and failes. Both files were generated using the same scanner with the same settings. 2022-01-20T10:47:44.627:[INFO]: All validations successfully done. Beginning OCR operation executionException encountered while executing operation ServiceApiError: An Internal Server Error has occurred.; transactionId=vrL8tVFbahkIQJ4kMR4bRRfNd9BmUxeSat node_modules\@adobe\pdfservices-node-sdk\src\internal\api\cpf-api.js:195:20at IncomingForm.<anonymous> (node_modules\formidable\lib\incoming_form.js:107:9)at IncomingForm.emit (events.js:400:28)at IncomingForm._maybeEnd (node_modules\formidable\lib\incoming_form.js:557:8)at JSONParser.parser.onEnd (node_modules\formidable\lib\incoming_form.js:532:10)at JSONParser.end (node_modules\formidable\lib\json_parser.js:29:8)at IncomingMessage.<anonymous&
Expected BehaviourCreating pdf from jpeg and png is successful and hence it should be successful for tif as well.Actual BehaviourIts failing with error "The input file appears to be corrupted and cannot be processed"Reproduce Scenario (including but not limited to)const executionContext = PDFServicesSdk.ExecutionContext.create(credentials), CreatePDF = PDFServicesSdk.CreatePDF, createPdfOperation = CreatePDF.Operation.createNew(), // Set operation input from a source file. input = PDFServicesSdk.FileRef.createFromLocalFile("C:\\Users\\harsh\\Downloads\\adobe\\adobe-dc-pdf-services-sdk-node\\resources\\AUA Form-03272018-21902-1.tif", CreatePDF.SupportedSourceFormat.tif); createPdfOperation.setInput(input); Steps to ReproduceAs abovePlatform and VersionWindows. node.jsSample Code that illustrates the problemMentioned aboveLogs taken while reproducing problemnode .\create-pdf-from-docx.jsDebugger attached.No logging configuration. Using default config2023-12-14T17:02:25.014:[INFO
When I open the PDF using the API, I get the following error:Error: t5::corrupt_data, at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at wasm_acrobat_we.wasm at Module._eventHandler (wasm_acrobat_we.js:1:80074) at ccall (wasm_acrobat_we.js:1:76877) at wasm_acrobat_we.js:1:77182 at we (acrobatProxy_we.js:2:82766) at Pe (acrobatProxy_we.js:2:86581) at De (acrobatProxy_we.js:2:89349) at Ce (acrobatProxy_we.js:2:89033) at acrobatProxy_we.js:2:89311
We as a company are trying to get an enterprise license but no one is responding for more than a week now. I really don't get it. Can someone get in contact with me. We need access ASAP.
As per checking measuring Tool not available in PDF Embed API, Is there any way to use measuring tool in PDF Embed API
Hello,I'm developing an app with node.js and PDF Services SDK.The app converts a docx file to a PDF file using PDF Services SDK.When creating the PDF file, I need to set the "Navigation tab" property to the "Bookmarks Panel and Page" from the "Initial view" options. But, I couldn't find any API related to it in the help page:https://opensource.adobe.com/PDFServices.NET.SDK.Samples/apidocs/latest/api/Adobe.PDFServicesSDK.options.createpdf.word.CreatePDFFromWordOptions.Builder.html If PDF Services dosen't support the feature, I'd like to know if Adobe will support it later. Any guidance would be great, thanks!
Adobe states:PDF Embed API also supports pinch zoom gesture and users can zoom-in to magnify the PDF content for better reading experience. This functionality is supported with all embed modes. However it doesn't work in in-line embed mode on mobile browser.Any advice? Thanks,Richard
Hello, Adobe Community,I'm experiencing an issue when trying to perform a file upload to Adobe's service using Amazon S3. I'm receiving a "403 Access Denied: No AWSAccessKey was presented" error. I have checked to ensure all the authentication parameters are correctly included in the request. However, the error persists, suggesting that an AWS access key is missing or there is an issue with the request's signature.I would greatly appreciate any guidance or support to resolve this issue.Thank you!
Hi, when I use the Node SDK to convert PDF to DOCX it applies OCR on the document, is there any way to disable OCR, or to specify the language in the conversion?
Hi, I am using Adobe Pdf services free trial in my Power Automate. The flow is supposed to convert a html file of 7MB size to pdf, but it is stuck at the conversion step, which has been running for 4 minutes. Is the 7MB html file suppose to take this much time for conversion?
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.