Adobe PDF Services (https://www.adobe.io/apis/documentcloud/dcsdk/pdf-services.html) is a set of API methods that allow for PDF manipulation. Creating, optimizing, and so forth. SDKs exist for Node, .Net, Python, and Java.
Questions tagged [adobe-pdfservices]
19 questions
3
votes
1 answer
Characterizing of an HTML page using a javascript JSON (instead of ajax request)
Here is the context :
I am writing a Python code that converts an HTML page to a PDF file using the instructions in this link. I work now on the POST request that will have as an input an HTML file, and have some parameters precised in the latter…

A. B.
- 41
- 4
1
vote
1 answer
File uploaded to presigned URI, request response 200. But when using assetID for further API call - response 'Asset not found'. Adobe PDF services API
Using Adobe 'PDF services API'
Generated AssetID and presigned URI using https://pdf-services-ue1.adobe.io/assets API.
Got following as response.
{
"uploadUri":…

Chhavi Batra
- 71
- 6
1
vote
1 answer
How do I reference a hosted docx rather sending every time when creating a pdf (document generation api)
I have asked this question on https://community.adobe.com/ and have not received an answer. If I do, I will include the response here.
I am able to create a pdf using the basic approach outlined by adobe at…

Thomas
- 11
- 1
1
vote
2 answers
cannot resolve urllib3 version issue
I am trying to use Adobe's pdfservices-sdk and am getting the following error
ERROR: pip's dependency resolver does not currently take into account all the packages
that are installed. This behaviour is the source of the following dependency…

Hanley Soilsmith
- 579
- 2
- 9
- 27
1
vote
0 answers
Parsing multipart/mixed responses
I want to parse a multipart/mixed web response I'm getting in to proper content,
--Boundary_33046_835445861_1627668603035
Content-Type: application/json
Content-Disposition: form-data;…

AmilaKR
- 83
- 5
1
vote
1 answer
Convert .pdf to .docx on Adobe pdf services API (using Python)
I'm trying to write a Python program converting ".pdf" files to ".docx" ones, using Adobe PDF Server API (free trial).
I've found literature enabling to transform any ".pdf" file to a ".zip" file containing ".txt" files (restoring text data) and…

Abdel
- 139
- 17
0
votes
1 answer
Extract signature image from PDF signed with Adobe Sign
I'm trying to extract the signature image from a PDF signed with Adobe Sign. Not sure how Adobe adds this image.
I have tested in Java with iText and PDFBox. Normally when you traverse through the PDF structure with some tools e.g iText RUPS you…

krillov
- 79
- 1
- 14
0
votes
1 answer
AssetID auto deleting somehow | Adobe PDF Services API
I'm having issue where my assestID of a file uploaded via the assets api, deletes/expires somehow?
I'm using the Adobe pdf services api (https://pdf-services-ue1.adobe.io) to upload a .docx file to then perform the document generation.
At first the…

PhillipJacobs
- 2,337
- 1
- 16
- 32
0
votes
1 answer
pdfservices-node-sdk : can not use server to server authentication using this lib?
I am using the node library of aodbe pdf service (@adobe/pdfservices-node-sdk": "^3.3.0).
Earlier I was using Service account credentials to generate the pdf and it was working fine till few days back; but all of sudden it stopped working. I have…

Kushal Kochar
- 3
- 1
0
votes
1 answer
How to consolidate information into an excel or csv. file using Adobe PDF Services Extract API?
I have recently started using the Adobe PDF Services Extract API. Even though I am able to extract some pieces of information from the pdf, but they are not structured. How to consolidate the data in the pdf in separate columns of an excel or .csv…

Light143
- 1
0
votes
1 answer
Adobe PDF API extract on Databricks
I'm trying to setup the sample code used for pdf data extract using the python sdk for Adobe PDF API service on a databricks environment. This cluster has just one driver node. But i'm facing issue while accessing the configuration files uploaded to…

user1941025
- 541
- 6
- 21
0
votes
1 answer
Collaborative settings on Adobe PDF embed API not working using Reactjs
I was trying out the collaborative settings on the adobe pdf embed API using Reactjs. I created a separate SDKClient wherein all the constructors are placed. But still, the profile is set to "Guest".
Can someone tell me what am I doing wrong…

Gourav Ghosal
- 1
- 1
0
votes
1 answer
"Error: No input was set for operation" code in nodejs running from AWS lambda
I am purely newbie in nodejs .
I am trying to export pdf to docx using PDF API available from Adobe API services.
I got few code online to achieve this from nodejs (Python not suitable here).
I have file in AWS S3 , need to export the file into…

rahul
- 35
- 3
0
votes
1 answer
How to give template file reference from the azure storage in Adobe.PDFServicesSDK document merge operation
I am trying to give file reference from the cloud storage. Below code is taking file reference from local path. I am writing azure function so need to replace below logic with azure storage. Can you please help me out?
// Create a new DocumentMerge…

Varsha Jaiswar
- 1
- 1
0
votes
1 answer
Convert a PDF to DOCX using Adobe PDF Services via REST API (with Python in Manjaro) Issues
I was following the answer in this question: Convert a PDF to DOCX using Adobe PDF Services via REST API (with Python) to be able to export a pdf document into a docx one.
I am able to successfully get the exported document data and save it into a…

Isaac R
- 3
- 2