Search
Follow Us
Categories
- Success Stories(157)
Archives
How to insert image, rescaling it to fit the container’s size
Sometimes, there is a need to rescale the images so that they could comply with the overall design of the document or simply fit to page size.
The best way to do it is creating a container having the desired size and putting it to the document. The two possible candidates for containers are table cell or textbox. And the best way to mark up the place for image insertion is an image merge field (the filed that has … Continue Reading
How to access Mapi propertes in a Microsoft Outlook Message files
In this article, we will demonstrate how to access mapi propertes in a Microsoft outlook message files (*.msg files), using Aspose.Network.
[VB]
Dim message As MapiMessage
‘load and parse the Microsoft Outlook Message files
Imports (MapiMessageReader mr = New MapiMessageReader(“c:\sample.msg”))
{
message = mr.ReadMessage()
}
‘read subject property. Or you can use MapiMessage.Subject too.
Dim subject As String = message.GetPropertyString(MapiPropertyTag.PR_SUBJECT)
‘read body property. Or you can use MapiMessage.Body too.… Continue Reading
Posted in Aspose.Email Product Family
Aspose.Network 3.5 beta2 supports parsing Microsoft outlook message files
Dear Customers,
We have completed the Aspose.Network 3.5 beta2 development. In this release, we provide fully supporting for parsing Microsoft Outlook Message documents (*.msg files).
By using Aspose.Network.Outlook.MapiMessage class, you can access all the information in the message files. Moreover, we also support getting the property by Mapi property tags, message body decoding, attachment saving and etc.
Please download the beta2 release, share your idea to us. We will make an official release coming weeks.
Download Link
http://www.aspose.com/Community/forums/storage/188/76302/Aspose.Network%20bet2.zip
[C#]
using Aspose.Network.Outlook;… Continue Reading
Posted in Aspose.Email Product Family
WYSIWYG Word Processing in the Browser with Aspose.Editor
Have you checked Aspose.Editor – our word processing control for Windows Forms and ASP.NET?
I’m proud to announce that the latest version of Aspose.Editor runs seamlessly in Internet Explorer so you can build ASP.NET applications that feature WYSIWIG editing of Microsoft Word documents in the browser.
Forget about using HTML editors to edit Microsoft Word documents – it ain’t gonna work. Use a specialized control that’s been designed exactly for Microsoft Word documents.
When loading the demo page it might … Continue Reading
Posted in Aspose.Words Product Family
النشرة الدورية لشهر مايو للعام 2007م
Continue Reading
Posted in Aspose Arabic Team
Aspose.Pdf.Kit for Java Release 1.8.0.0 Published!
Features added or improved:
1. Filling XFA fields in PDF templates created by Adobe 7 and 8 is fully supported without losing any action or script information.
1) User can fill XFA fields in PDF templates by Adobe 7 and 8 without losing any action or scripts.
2) Form.allFlatten() and Form.partialFlatten() are both enabled for XFA forms.
3) Form.FillImageField() can be applied to Image Field to support image pasting in both Adobe 7 and 8.
4) … Continue Reading
Posted in Aspose.PDF Product Family