Can I combine several WordML files into one PDF?
Yes, you can. There is a sample Merge.csproj in Xml2PDF Server 2007 that clearly demonstrates how you can handle this. The fonts in the source document are different from what I get in the result PDF. Our font selection strategy is trying to find the necessary font among all the system fonts. In case we don’t find it we use the most appropriate font. To clarify the situation you should check if the required font is installed on your computer and you use the correct font-family name.