I'm trying to convert an RTF to a PDF but when I look at the output pdf file with Adobe Reader 8.1.2, its blank. If I then slide the file position slider down it brings up an info window saying "The font 'Arial-BoldMT' contains a bad /BBox." Any idea what might have gone wrong?
I also get strange results when I try to convert an RTF file into a PDF file. The original RTF file (size 183K) results in a small PDF file (3K) with some strange text. I created the RTF file by converting an existing MS-Word document into a RTF file with the following VBSCRIPT in FinalBuilder:
Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Open("InputFileName.doc")
objDoc.SaveAs "OutputFileName.rtf", wdFormatRTF
objWord.Quit
Do you have a solution for me? Do you need a copy of the RTF file?
We are still looking into this. We have Dave’s rtf file, however it converted fine here. Please send your rtf and finalbuilder project to support so we can see if we can reproduce the problem here.
I understand that you cannot reproduce the problem, but I still would like to come to a solution. One of the possible causes I was thinking about is that it might be an issue with incompatible versions of a DLL. On the PC where I noted the problem, there is at least on DLL installed for generating PDF reports. Might it help you if we exchange information (bu e-mail if needed) about these technical issues to see if we can find the cause of the problem?
Note:
The problem is not urgent for me at this moment, because we are releasing the product where I wanted to use this option in the build procedure (I did this step manually). In about one month time I must build a new release (for another product). It would be very nice if I could remove this manual step from the build procedure.
I’m afraid not, we were never able to reproduce the problem here. The library we use for conversion does not use dll’s. I will have a look tomorrow and see if there has been any updates to the library that we can apply.