Yearly Archives: 2006

Aspose.Words supports new List Formatting API

I’m happy to announce we’ve extended the public API of Aspose.Words to include classes that allow you to fully control list formatting in your documents. This feature has been requested by many customers a long time ago, so we think its time.

Here is what you can do now (what we’ve been designing the API for):

  • Create bulleted and numbered lists based on any of the Microsoft Word’s list templates (there is 21 template in Microsoft Word, they include bulleted,
Continue Reading
Posted in Roman Korchagin |

Aspose.Words for .NET 3.7 Released

New Features

  • Microsoft Word 2007 files are now supported.
  • Added public API to control bulleted and numbered list formatting. Added public classes Lists, List, ListLevels, ListLevel. All come with C# and VB.NET code examples in the API Reference.
  • Added Document.RemoveMacros that allows to make sure the document is cleared of any macros/VBA code.
  • Import of HTML list type (UL.type and OL.type) is now supported.
  • Import of HTML list start value (OL.start) is now supported.
  • Made possible to open documents when structured storage
Continue Reading
Posted in Roman Korchagin |

Aspose.Network 2.4.5.0 Released

Dear Customers,

We’ve released Aspose.Network 2.4.5.0 hotfix.

In this hotfix,

  • Fix a bug in BeginDownload function of the FtpClient class, which may lead to close the local stream before download completed
  • Add a new property namely RemoteTagetPath in TransferBroken EventArgs and TranferCompleted EventArgs. Therefore, we can use this property to determines which remote file is the uploading or downloading.

Thanks… Continue Reading

Posted in Kyle Huang |

Aspose.Slides for .NET 2.5.5.0 released!

Hot fix contains:
  • New: Polyline.Path property returns GraphicsPath for a polyline. Creating polylines and set{} little delayed. We didn’t finish testing yet.
  • Fixed: Fonts.GetEnumerator() returns IDictionaryEnumerator now.
  • Changed: Changed type of all FontIndex properties to int.
  • Fixed: Recognizing ole objects. It was broken in 2.5.1 hot fix.
  • Fixed: Slide.AddNotes() method call could hang application thread or make presentation broken.
  • Fixed: After restoring of serialized shape TextFrame property always was null.
Continue Reading
Posted in Alexey Zhilin |

Aspose.Workflow 1.2.1.0 Hotfix Released

Dear customers,

   We have released Aspose.Workflow 1.2.1.0, It contains

Feature added:

  • Designer can access the external reference package now.
  • Recent file list add to Designer
  • New APIs to update the variables directly IProcessInstance.UpdateVariable, IProcessInstance.UpdateVarabiles.
  • New API to test if a process instance is a subflow, IProcessInstance.IsSubflow
  • New API IWorklist2.CompleteTaskEx2 with a IRuntimeCallback parameter to let user can decide performer and next activity at runtime.
  • Add an API to return package/Process level variables
      IPackage.GetAllVariableIdNameMap IProcess.GetAllVariableIdNameMap
  • Add an API to return latest
Continue Reading
Posted in Stone Well |

Aspose.Tasks 1.6.0.0 released!

Dear Customers,

We have released Aspose.Tasks 1.6.0.0.
This release includes changes made in 1.5.1 hot fix.
Also several classes have been renamed.
  1. Project * Exception classes renamed to Tasks * Exception.
  2. Project class replaced with MPXHeader.
  3. MPDProject and MPDProjectInfo classes renamed to MPDPrj and MPDPrjInfo.
  4. ProjectRecord class renamed to MPXRecord.
Continue Reading
Posted in Alexey Zhilin |

Aspose.Network 2.4.4.0 Released

Dear Customers,

We’ve released Aspose.Network 2.4.4.0.

What’s new features in this version:

  • Supports Imap v4 protocols, a new Aspose.Network.Imap namespace is exposed.

   [C#]

   ImapClient client = new ImapClient(“127.0.0.1”, “user”, “password”);
   client.Connect(true);
   
   Console.WriteLine(“Selecting folder ‘{0}’…”, “inbox”);
   //select the inbox mail folder
   client.SelectFolder(ImapFolderInfo.Inbox);
   
   ImapFolderInfo folder = client.CurrentFolder;

   // Show number of messages in the folder
   Console.WriteLine(“{0} messages found.”, folder.TotalMessageCount);
   
   MessageInfoCollection list = client.GetMessageInfoList();

   // Download each message
   for (int i = 0; i < list.Count; i++)
   {
    ImapMessageInfo message

Continue Reading
Posted in Kyle Huang |

Aspose.Slides for .NET 2.5.4.0 released!

Hot fix contains:
  • Fixed: Drawing slide numbers on thumbnail, svg and pdf when it’s added as additional shape on master slide instead of special placeholder.
  • Fixed: “Input string was not in a correct format: rgb(…)” exception on pdf generation.
  • Fixed: “Overflow error” exception on pdf generation.
Continue Reading
Posted in Alexey Zhilin |

Aspose.Slides for Java 1.6.6.0 released!

Hot fix contains:
  • Fixed: Infinite loop in some cases on slide cloning because of wrong getting next available master Id.
Continue Reading
Posted in Alexey Zhilin |

Aspose.Chart 3.2.5 Released

Dear Customers,

We have released Aspose.Chart 3.2.5.

  • Fixed: Exception when Pie chart, SeriesCollection.Count > 1 and DataPoints.Count = 1 in one of series
Continue Reading
Posted in Oleg Korostylev |