Hi,
we are currently evaluating your product and everything is great! Except the DOC to PDF conversion. We use Code39 font (bar code) on a simple.DOC file. On the PDF the barcode is all right, but there is always blank lines (half page) appearing after the bar code. So everything after this is misplaced.
I use Aspose Word.NET version 14.3.0.0. Here is a snippet of the code we use. I try several options but nothing works
public static void ConvertDocumentToPDF(string inputFileName, string outputFileName)
{
Document document = new Document(inputFileName);
PdfSaveOptions options = new PdfSaveOptions();
options.SaveFormat = SaveFormat.Pdf;
document.Save(outputFileName, options);
}
Please help me buy your product!
Samuel