adobe / adobe/pdfservices-node-sdk-samples

Need high quality images when generate pdf from a docx

Open
#55 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
108
Forks
24
PR merge metrics
No merged PRs in 30d

Description

const params = new DocumentMergeParams({
jsonDataForMerge: JSON.parse(jsonString),
outputFormat: OutputFormat.PDF,
});

need some parameter make the better quality like this =>
imageQuality: "high", // Adjust the image quality
compression: "none", // avoid the compression

or else Can you suggest me better way to proceed?

Contributor guide

Open the contributing guide

Research direction

Start by locating the sample that constructs DocumentMergeParams and review the Node SDK documentation for PDF image-quality and compression options. Confirm whether the SDK exposes such parameters and define completion as a documented, supported way to generate higher-quality images without unwanted compression.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.