adobe / pdfservices-node-sdk-samples

Samples for the Adobe Document Services PDF Tools Node SDK
MIT License
100 stars 26 forks source link

Need high quality images when generate pdf from a docx #55

Open NimeshAppspotr opened 1 month ago

NimeshAppspotr commented 1 month ago
    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?