Problem with ppt to pdf template convertion

Hi,

Incase of PPT alignments are good. Incase of PDF, alignments are not good (in some cases).

When I was add three place holder in PPT template, the alignments are good, whereas in PDF the alignments are not good.

Please give the feedback on this issue.

Thank u
sridhar.

To give feedback on any issue I need reproduce it at first.
So please provide example (presentation, pdf and your code).

Hi alcrus,

please see the attachment.

Code are shown below:

Dim strFilename As String = RFPID & "_401kScout" & ".ppt"

pres.Write(Server.MapPath("./RFPReports/Scout/PPT/" & strFilename))

pres = New Presentation(strFilename)

Dim strPDFFilename As String = RFPID & "_401kScout" & ".pdf"

pres.SaveToPdf(MapPath(".") + "\\RFPReports\\Scout\\PDF\\" & strPDFFilename)

Thank,
Sridar