Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: December 2008
Converting Word Documents to PDF with Aspose.Words
Aspose.Words for .NET 6.0 introduces a new direct to PDF document conversion (see Converting Word to PDF – A complete guide). This means there are now two ways to convert documents to PDF and this deserves some explanation.
Legacy Method
As you can see the “old” method was to use Aspose.Words and Aspose.Pdf working together. This was the solution we choose as “fastest to the market” and it was the only one possible at the time. This solution has … Continue Reading
The Aspose purchase section gets a makeover
Since Aspose began, almost seven year ago, we have seen a lot of exciting growth thanks to our many wonderful customers. As our customer count has grown so has the number of needs we accommodate, and in turn our product lines have grown to accommodate those needs. Our web staff has done well to ensure that our online purchase system kept pace with our evolving product lines. However, as: our company, the number of platforms we support … Continue Reading
Posted in Danny Cooper
Do you like the new Aspose.Words product diagram?
Do you like this diagram? I had a great local designer drawn this up for us. We can make more.
Does it make it clear that Aspose.Words is about Document Conversions, Programming, Rendering and Reporting?
Do you think it is suitable to have on the product home page http://www.aspose.com/categories/file-format-components/aspose.words-for-.net-and-java/default.aspx?
Thanks.… Continue Reading
Posted in Aspose.Words Product Family
Aspose sponsors Southeast Valley .NET User Group
Aspose has now sponsored Southeast Valley .NET User Group. They have a weekly tech lunch gathering in Chandler, Arizona. Joseph Guadagno started this group in 2007. We have sponsored them for 6 months of prizes to be awarded at meetings. You can find us on their sponsor page.
Posted in Merit Cooper, Developer Community Support
Updated Aspose.Words Online Demos
Hey, we’ve just updated the online demo to the latest Aspose.Words for .NET 6.0!
The demo lives here http://www.aspose.com/demos/aspose.words/default.aspx
What’s New
- Direct conversion to PDF
- Render pages as images to a browser
- Export as EPUB
Direct Conversion from Word to PDF
Aspose.Words for .NET is now capable to convert any document to PDF without relying on Aspose.Pdf. The new method is simpler, more efficient and cheaper for the customers. The demo now uses the new direct conversion method.
Convert Word
… Continue ReadingRendering and Printing in the documentation
Just updated the product home page to mention rendering and printing: http://www.aspose.com/categories/file-format-components/aspose.words-for-.net-and-java/default.aspx
Rendering and printing also mentioned on the features page: http://www.aspose.com/documentation/file-format-components/aspose.words-for-.net-and-java/feature-overview.html
Some examples in the API reference:
Save any document to PDF
http://www.aspose.com/documentation/file-format-components/aspose.words-for-.net-and-java/aspose.words.document.savetopdf_overload_2.html
Save one or more pages as images
http://www.aspose.com/documentation/file-format-components/aspose.words-for-.net-and-java/aspose.words.document.savetoimage_overload_1.html
Print a document
http://www.aspose.com/documentation/file-format-components/aspose.words-for-.net-and-java/aspose.words.document.print_overload_3.html
Preview then print
http://www.aspose.com/documentation/file-format-components/aspose.words-for-.net-and-java/aspose.words.rendering.asposewordsprintdocument.html
The new Aspose.Words.Rendering namespace
http://www.aspose.com/documentation/file-format-components/aspose.words-for-.net-and-java/aspose.words.rendering.html
Posted in Aspose.Words Product Family
Aspose is giving back to the .NET community
Aspose has donated a few copies of our components to two .NET events that are taking place in the next few weeks. We are excited to be able to help sponsor these great .NET events.
The first event is the .NET Code Camp in Harrisburg, PA. It will be held on December 6th, 2008 at Harrisburg University of Science and Technology. This is free registration with free parking. http://centralpenn.web121.discountasp.net/home/
The second event is the … Continue Reading
Posted in Merit Cooper, Developer Community Support
Hiding entire thread to focus on single post.
As a support developer, many times, I want the customer to see only a single post not the complete thread. Because, either thread is too long or it has many mixed up discussions, which can potentially confuse the new customers. Many times, confusion creates more confusion.
So, what I do is, I right click the post id and copy the URL to notepad e.g
http://www.aspose.com/community/forums/permalink/80171/80171/showthread.aspx#80171
Then, I modify it like this
http://www.aspose.com/community/forums/post/80171.aspx
Now, this link will only … Continue Reading
Posted in Muhammad Shakeel Faiz
Where on a page is my paragraph?
Many customers wanted to access page layout information in Aspose.Words. This included questions such as:
- Where does a page start or end in a document?
- Where on a page my paragraph (table, shape etc) is located?
- How can I tell how much space is left on a page?
- Can I get the page number of a bookmark?
- and so on
It was not possible to support any of these scenarios in Aspose.Words because Word documents are “flow-layout” documents and do … Continue Reading
Posted in Aspose.Words Product Family