Author Archives: Romank

Back from a short break in New Caledonia

My family is back from a short holiday. We went to New Caledonia for the New Year. It is the closest tropical place from New Zealand, only 2.5 hours flight.

We stayed at the Coral Palms Island Resort (Google Maps link) which is located on a small island about 5km from Noumea, the capital of New Caledonia.

Accommodation

I must say the accommodation and the setting is great. It is a nature reserve and wildlife is everywhere. From the walkways … Continue Reading

Posted in Roman Korchagin |

Piha Activities

We went with friends for a bit of surfing at Piha a week ago. It is a great place, not only for surfing, just a great place. A few more friends joined us later on and we went for a walk to see the rocks and waves. Two of them went pretty close to the waves, dangerous stuff.

There are always reports of fishermen being swept to the sea from those rocks. But they went anyway. I was filming two fishermen … Continue Reading

Posted in Roman Korchagin |

Aspose.Words for .NET 4.0.4 Released

Last release in 2006 here! Includes some useful new features and fixes.

New Features

  • 1372 – Import of HR elements from HTML.
  • 1413 – Export of horizontal rule shapes to HR elements in HTML.
  • 1407 – Support import of row height and padding from HTML.
  • 1401 – Attributes currently supported for <SPAN> should also be supported for <FONT> elements.

Fixes to DOC reader (all are improved resiliency for loading invalid documents actually):

  • 1388 – A document throws ‘Table seem to be badly formed’
Continue Reading
Posted in Aspose.Words Product Family |

New Technical Writer Joins the Aspose.Words Team

I’m happy to announce that we have now got a dedicated technical writer to work on the Aspose.Words documentation.

The existing documentation for Aspose.Words includes:

All of the above documentation was created by developers of Aspose.Words. Although we tried out best, and we are proud of what we’ve done, the documentation needs to be more thorough and more user friendly. Also, we really prefer spending more time coding new features, ratther than writing.

Just for … Continue Reading

Posted in Aspose.Words Product Family |

Aspose.Words for Java 2.0.2 Released

This is a maintenance release that includes a Java version of fixes that were made in:

To download:
https://downloads.aspose.com/words/java

Continue Reading

Posted in Aspose.Words Product Family |

What Aspose word processing component do you need

Great, now have two components: Aspose.Words and Aspose.Editor that deal with Microsoft Word documents and I would like to take this opportunity to explain the difference between them. The difference might be already clear to you, yet I hope this post will still be useful.

The shortest descriptions I could give:

Aspose.Words is class library that enables .NET and Java applications to read, modify and write Word documents without utilizing Microsoft Word.

Aspose.Editor is a word processor control for Windows Forms .NET that displays, edits Continue Reading

Posted in Aspose.Words Product Family |

Have you met Aspose.Editor yet?

Have you met Aspose.Editor yet?

It is a close relative of Aspose.Words because it also deals with Microsoft Word documents, but as a visual control. Here is the official description:

Aspose.Editor is a new breed of a word processor control for Windows Forms .NET that displays, edits and prints documents a lot like Microsoft Word, but inside your application. WordprocessingML, DOC and HTML are supported with a unique feature of lossless editing even for complex documents.

We had customers asking about Aspose.Words … Continue Reading

Posted in Aspose.Words Product Family |

Beta RTF and WordprocessingML import available for download

Aspose.Words 4.0.3.1 includes Beta of RTF and WordprocessingML import features. The download is available here http://www.aspose.com/Community/forums/ShowThread.aspx?PostID=62813

You can try this:

Document doc = new Document(MyPath + “MyFile.rtf”);

and

Document doc = new Document(MyPath + “MyFile.xml”);

 

Note that ability to export to RTF and WordprocessingML is not Beta, these features were released in Aspose.Words 4.0.

To save in RTF or WordprocessingML do this:

doc.Save(MyPath + “MyFile.rtf”, SaveFormat.Rtf);

and

doc.Save(MyPath + “MyFile.xml”, SaveFormat.WordML);

 

Continue Reading
Posted in Aspose.Words Product Family |

Aspose.Words for .NET 4.0.3 Released

Enhancements and Fixes

  • 1259 Rescale raster images during HTML export. Added the SaveOptions.HtmlExportScaleImageToShape option.
  • 1363 A number of resiliency fixes for reading Word documents created by Open Office.
  • A number of resiliency fixes to output valid RTF when the original DOC is not enirely valid.
  • 1378 Import of H1-H6 tags in HTML now applies Heading 1- Heading 6 styles to imported paragraphs.
  • 1382 Made public TextBox.FitShapeToText, TextBox.TextboxWrapMode.

To download http://www.aspose.com/Downloads/Aspose.Words/Default.aspx… Continue Reading

Posted in Aspose.Words Product Family |

Open – Closed XML

The Office Open XML standard is a great thing, no questions. Lots of talks and writings about the quality of openness around, so I cannot stay away from singing about what I see too.

Office Open XML Final Draft, pages 1631 to 1686.

55! pages that describe a single ST_Border enumeration…

Doesn’t this look suspicious? Who on Earth can possibly want to deal with more than 50 pages of just a border specification? When I see something like this, I … Continue Reading

Posted in Aspose.Words Product Family |