Unlock the full value of DC Web with our global community.
Recently active
Hi,Not sure if anybody uses this community forum anymore as most posts are way older. I'll try get help anyway. For setup, I followed following steps.1) Downloaded my credential under Adobe PDF Extract API Free Tier2) Added separate variables for client_id, client_secret, and organization_id in my user variables2) Created and activated a virtual environment with python 3.83) Installed my pdfservices_sdk using pip install and all requirements with pip install -r requirements.txt4) Tried running following script:import osfrom pdfservices_sdk.pdfservices import PDFServicesfrom pdfservices_sdk.auth import Credentials# Access environment variablesclient_id = os.environ.get('adobe_pdf_extract_client_id')client_secret = os.environ.get('adobe_pdf_extract_client_secret')organization_id = os.environ.get('adobe_pdf_extract_organization_id')# Initialize SDK with credentials from environment variablescredentials = Credentials.service_account_credentials_builder()\ &nb
Is it possible to implement the pdf services api in an android application (Java)?
Hello, I'm trying to generate a filled DOCX document with also a DOCX document as template file in Spring Boot. Everytime I try to build that file it stucks at the line: StreamAsset streamAsset = pdfServices.getContent(resultAsset);I already tried multiple changes in the code but it just wouldn't work. The exact error code is:com.adobe.pdfservices.operation.exception.ServiceApiException: description ='Fatal error, Please check logs for details.'; requestTrackingId='b2a02fcd-a057-463e-9ec6-ff3a977d3190'; statusCode=500; errorCode=INTERNAL_SERVER_ERRORand also my whole Java class "GenerateDoc.java":@PostMapping("/backend/generateDoc") public String generateDoc(@RequestBody String request) throws IOException, ServiceApiException, SDKException, ServiceUsageException { try { JSONObject jsonObject = new JSONObject(request); System.out.println("Request: " + request); JSONArray jsonArray = jsonObject.getJSONArray("dataList"); JS
I keep trying to do pip install pdfservices-sdkandpip install pdfservices-sdk and I continue to get this error. I downloaded the C++ Build Tools and it did not resolve the problem. Please help! Collecting cffi==1.14.5Using cached cffi-1.14.5.tar.gz (475 kB)Preparing metadata (setup.py) ... errorerror: subprocess-exited-with-error × python setup.py egg_info did not run successfully.│ exit code: 1╰─> [20 lines of output]Traceback (most recent call last):File "<string>", line 2, in <module>File "<pip-setuptools-caller>", line 34, in <module>File "C:\Users\canda\AppData\Local\Temp\pip-install-nhvoyofw\cffi_3ae9181aea8e405a9f93540a09eb869e\setup.py", line 127, in <module>if sys.platform == 'win32' and uses_msvc():File "C:\Users\canda\AppData\Local\Temp\pip-install-nhvoyofw\cffi_3ae9181aea8e405a9f93540a09eb869e\setup.py", line 105, in uses_msvcreturn config.try_compile('#ifndef _MSC_VER\n#error "not MSVC"\n#endif')File "C:\Users\canda\AppData\Loc
we have created credentials (server to server authentication) as per te documentation and generated access token using rest api.When trying to generate upload presigned URI using Java https://developer.adobe.com/document-services/apis/pdf-services/ using api key generated in credentials we are getting forbidden error http errocode 403 (error code: 403003) Clientid Id is invalid.
Hi, As the title says, we plan onto using the extract text API for one of our features and we probably will have a usage of more than 500 a month.I sent an email to contact sales, but I haven`t received anything back. Can anyone help me ? Thanks!
お世話になります。Amazonマーケットプレイスから「Adobe PDF Services API(国際)」を購入しました。AWSを通じて請求が来るのですが、インボイス(適格請求書)に対応されていません。「Adobe Systems Software Ireland Limited」が適格請求書発行事業者登録番号を取得していることはホームページで確認しています。販売者がAmazonマーケットプレイスにインボイスの情報を登録する必要があるとAmazonから案内されています。この登録は完了されていますでしょうか?また、発行済のインボイスに対応できていない請求書について、対応したいのですがどうしたらいいでしょうか。ご対応よろしくお願いします。
Attach file:first line is normal variable.second line is form content controls with variable.problen with subject
I want to disable comments in sidebarSetting showAnnotationTools: false solves it but it disables PDF annotations altogether, I need a way to disable the comments sidebar only. is there a way to do this?
I am currently using Adobe OCR as part of a workflow. I wanted to track the version of the OCR model used for each conversion. Still, I need help finding documentation on metadata provided by the API call, specifically, the version used for converting the non-text stored information into machine-readable text. I want to do this for data provenance reasons. Does anyone know how to do this, or is it even possible?
There appears to be an issue with Note Annotations boundingBox not being updated. When I try to use the updateAnnotations method with an Note where the only change is the bounding box an error is thrown saying there is nothing to update. In the docs it specifically says this is possible for note annotations, but I only get the error message.https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_comments/#updateannotation-api I can provide more information if necesarry. Please let me know how to resolve this.
Hi, I was able to connect to the adobe service connector in powerapps but when I try to submit. I get an error that there was no response from the server. I tried different payloads, blobs. nothing seems to work.
I need to create pdf from nonpdf files like docs, excel files, and ppt files. Do we have something like that in acrobat?
Hello, dear community, I have a question. As you may know, the MS Edge browser can run a new viewer called the Acrobat Reader Engine. I programmed an interactive document in JavaScript, and it works well when I use Acrobat Reader. The main function is built around adding the PDF-File to Outlook. When I open the document with the new Acrobat Reader Engine, that function doesn't work, maybe because I use the mailDoc() function? Best RegardsAndi
I have created a PDF form that has a submit button. I am having problems getting this to function properly so I am trying it using the EmbedAPI. This is the url: https://familiarfacesengraving.com/joomla/nmha_form.htmland I have attached a copy of the form. I am now getting the error: Form data cannot be submitted to provided server) that I was getting.Any help would be greatly appreciated. Rob
I've reached out multiple times to Adobe regarding their document generation API. My company is looking to use it at scale and wanted more information on pricing. Does anyone know how I can get a hold of anyone on this Adobe team?
Hello! We have been using Adobe API services with Power Automate at our org happily for the last year. In January, our credentials expired so we generated new ones on the project and we've hit our 500 item limit and it's causing issues. I have asked for sales to reach out and I've submitted a technical request form but I have not had either acknowledged or returned. We're a bit dead in the water. Is there any way for us to hook up our AWS payments with our services again so we can get rid of this iterruption? Thanks in advanced for any advice.
Dear Community, I am going crazy. I am trying to extract a few PDF files and I get the error: "File not suitable for content extraction: File contents are too complex for content extraction" for some files. Unfortunately, this error doesn't help me at all. The files are not large (9 MB), there are only 4 pages and they look exactly the same as all the others I am working on. unfortunately I am not allowed to share the PDF files. Could someone please give me a hint as to WHAT is too complex? Best regardsTommy my code: try: #Initial setup, create credentials instance. credentials = Credentials.service_principal_credentials_builder().with_client_id('XXX').with_client_secret('XXX').build() #Create an ExecutionContext using credentials and create a new operation instance. execution_context = ExecutionContext.create(credentials) extract_pdf_operation = ExtractPDFOperation.create_new() #Set operation input from a source file. source = FileRef
Hello,I am trying out the PDF Embed API. It has mostly been great, but I am encountering an issue of opening documents on mobile.Attached are two screenshots, one from desktop which works perfectly. And on mobile (at least Android), which gets stuck on "Opening Document 100%" until eventually quitting.This website is open source, you can see the code here:TheAntiCarCollective.github.io/pages/modules/links.ts at a37710ac6ef7c5c84e99433c47e04308cf1a1418 · TheAntiCarCollective/TheAntiCarCollective.github.ioA link to test with:https://anticar.org/?link=PdfLink-justin-tyndall-the-effect-of-front-end-vehicle-height-on-pedestrian-death-riskThe PDF it's pulling:justin-tyndall-the-effect-of-front-end-vehicle-height-on-pedestrian-death-risk.pdf (anticar.org)Any leads would be appreciated. Thank you.
Hey there, I'm looking for help with an automation in Adobe Acrobat. We print stationery for our customers. They purchase the item, and we select the pdf files for their items and combine them to make file for printing. We would like to be able to automate this by using a csv that will contain the purchased items SKUs, which is identical to the file names for each item, and have those pdfs automatically combined in acrobat with a few preflights added on at the end. Is this possible? Any help would be greatly appreciated!
I am trying to compress a PDF, and after compressing it, I need to get its file size. So, I tried the following code:Node JS // Initial setup, create credentials instance. const credentials = PDFServicesSdk.Credentials.servicePrincipalCredentialsBuilder() .withClientId(clientId) .withClientSecret(clientSecret) .build(); // Create an ExecutionContext using credentials and create a new operation instance. const executionContext = PDFServicesSdk.ExecutionContext.create(credentials); const compressPDF = PDFServicesSdk.CompressPDF; const compressPDFOperation = compressPDF.Operation.createNew(); // Set operation input from a source file. const input = PDFServicesSdk.FileRef.createFromLocalFile(fullFilePath); compressPDFOperation.setInput(input); // Provide any custom configuration options for the initial compression. let compressionLevel = PDFServicesSdk.CompressPDF.options.CompressionLevel.LOW; const initialOptions = new compressPDF.options.CompressPDFOption
Good morning,I would like to know if it is possible to combine the effects of cell-extension (horizontal) + discard-row-if.In my example below, I have a table with several loan numbers.I would like to display the values corresponding to loan number 1 horizontally.How to do ?Thank you for your help.Nb: With this formula, discard-row-if is ignored
Hi all - We are a SaaS company (using Adobe ourselves, internally) with many enterprise customers using our product. We are attempting to switch to Adobe for document generation and signing, embedding these capabilities into our products that we can offer to our customers and their users.We have tried, unsuccessfully, for about 2 weeks to get in contact with someone from sales who can help. We've been told that there's a separate "embed team", and that the online form is the only way to contact them. We've been passed back and forth to different sales teams, but no one knows who to contact. Am I missing something? I need to get my teams access to the document generation APIs and signing APIs to proceed with our product, but we're just stuck. Any help is much appreciated.
Hi, I am working on a flow, in which we upload pdfs to S3 and then ping a lambda function that will use the Extract API in order to extract the tables from the PDF.I see that it works well but my request is: can the SDK be changes such that it can return polars/pandas dataframes instead of a ZIP of CSVs?Or at least give us some control over it ? Like let us submit pull requests ?I definitely would love this possibility because now I need to run it, unzip, then read all the csvs into dataframes and then do the processing.And everything seems fragile to me.
As an FYI, today we released two big updates: 1) First is a brand new Java SDK that should support the async nature of the APIs better. It also removes the need for temporary storage and lets you delete assets (if you wish). 2) Webhooks are now supported removing the need to poll for job completion. Currently it isn't universal (it isn't supported in PDF Properties), but you can make use of it now in the Java SDK or via REST calls.
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.