AdobeDocs / pdfservices-api-documentation

Other
11 stars 138 forks source link

new features and postma collection #936

Closed NamanChhabra closed 4 weeks ago

NamanChhabra commented 1 month ago

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

cfjedimaster commented 1 month ago

Hi, looking at this, I'd like to suggest we add some more information about how H/W attributes impact image tags in HTML strings. For example:

Given an image of height 500 and width 300, if I do not specify H/W in my HTML, then the result PDF will use that, correct?

If I use a H/W of 10/10, then the resulting HTML will be that size, and look bad as it's not proportioned right. Correct?

if I specify a H of 200, and no width, what happens? In a browser, it will be proportioned correctly. What happens in DocGen?