Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting Word document into PDF - urgent
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00691981
Message ID:
00692195
Views:
34
This message has been marked as the solution to the initial question of the thread.
>>>Well, at least I found a font, which works. It's CourierWINCTT.zip from the site.
>>>
>>>The only problem is to replace font from one to another in the whole document. I think, it could be done through Automation, but I'm a complete novice in this respect...
>>>
>>>May be Tamar will jump into this thread with suggestions...
>>
>>Something like this:
>>oWord = CREATEOBJECT("Word.Application")
>>oWord.documents.open(fullpath(file_name))
>>WITH oWord.activedocument.RANGE(30,40)
>>			.FONT.NAME = "Courier New"
>>			.FONT.bold = .T.	
>>			.FONT.SIZE = 14
>>ENDWITH
>>oWord.activedocument.SAVE
>>oWord.QUIT
>
>Thanks. I think, I need to read text word by word and check font of each word. If it's Times New Roman, I'll convert. If it's Vilna or other Hebrew Font, I leave as it is...

This may shed some light on font issue in PDF: http://www.planetpdf.com/mainpage.asp?WebPageID=362
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform