I am trying to convert an HTML slide into a PowerPoint (PPTX) slide using the PptxGenJS package. I was able to generate the PPTX slide, and the output is about 70% accurate. However, the positions, sizes, alignments, and overall layout do not exactly match the original HTML slide. I want the PPTX slide to preserve the exact coordinates and dimensions of every element so that it looks identical to the HTML version. Has anyone successfully achieved pixel-perfect HTML-to-PPTX conversion using PptxGenJS? If so, how do you preserve the exact positions, sizes, and alignments of the HTML elements when generating the PowerPoint slide?