I recently used an online converter to transform a PDF into HTML. Check out the result here: http://www.example.com/pdf-to-html-converted-file
The conversion did a decent job, but I'm wondering if it's feasible to have the content scale to 100% width for better mobile usability. While resizing the image width is straightforward, I've encountered issues with getting the text to scale proportionately. I've explored font scaling options, but they disrupt the text layout which is crucial. Both the image and text need to resize simultaneously. I've experimented with using "transform: scale(X)" which achieves the desired effect, but it's not ideal since the PDF width can vary. Is there a way to make this scaling dynamic? Any insights would be greatly appreciated.