Search
Follow Us
Categories
- Success Stories(157)
Archives
How to load PDF into Aspose.Words?
You already know that Aspose.Words can convert DOC, DOCX, ODT, etc to PDF very well, but you might be wondering can it convert it the other way around?
The answer is yes. But you need to use our specialized and “experimental” product Aspose.Recognition for .NET. It can convert PDF to any document format supported by Aspose.Words, that are DOC, DOCX, ODT, MHTML, and others.
If you are interested, Aspose.Recognition internally consists of a PDF parsing module, an artificial intelligence … Continue Reading
Posted in Aspose.Words Product Family
Nested Mail Merge Regions in Word Documents using C#
You might be wondering, Aspose.Words for .NET 7.0 is barely 2 months old and we already have 8.0, a major version change? Yes, and that change reflects the importance of one feature that we have finally added.
You now can just design a template document like this:
MERGEFIELD TableStart:Orders
…
MERGEFIELD TableStart:OrderDetails
…
MERGEFIELD TableEnd:OrderDetails
MERGEFIELD TableEnd:Ordersand then call
doc.MailMerge.ExecuteWithRegions(myDataSet); <br>and Aspose.Words will do its magic to produce an order document. Then you can of course
doc.Save(myStream, SaveFormat.Pdf);<br>etc.
Aspose.Words’ … Continue Reading
Posted in Aspose.Words Product Family
New Product Family purchasing option
Sydney, Australia – November, 11th 2009 – At Aspose we are continually listening to the needs of our customers as well as looking for new ways to provide better value for money, so today we are pleased to announce a great new way to purchase our products – The Aspose Product Family purchasing option.
The Product Family purchasing option offers customers an easy way to buy our products across all supported technology platforms for one low purchase price.
For example, … Continue Reading
Posted in John Owens
Configure Individual Reports with Aspose.Words for Reporting Services 3.3.0
When exporting RDL reports to Microsoft Word documents, you can configure the export by specifying different configuration settings. You can control document layout, page breaks, page orientation, and so on.
There is one noticeable drawback, though. You can only configure the export at a Reporting Services instance level. That means you modify the rsreportserver.config file and it affects all the reports processed by the instance. But what if you have a single report that, for example, contains a text on top of an image and … Continue Reading
Posted in Aspose.Words Product Family
Image Extraction, PDF Printing, Conversion to Images and Flatten Fields Features are Improved in New Version of Aspose.pdf.Kit for .NET
We have released the new version of Aspose.Pdf.Kit for .NET. In Aspose.Pdf.Kit for .NET 3.8.0, we have improved image extraction feature. The quality of extracted images is much better in this version. We have also enhanced PdfViewer class in order to improve the quality of the output when printed using Aspose.Pdf.Kit for .NET. PdfConverter class now produces output images of better quality. In addition to that, we have added a new feature to get submit button names.
You can see… Continue Reading
You can see… Continue Reading
Posted in Aspose.PDF Product Family
Create/Remove/Preserve Mail Merge Data Source in Documents using Java
Many customers have requested the following features over time:
- Make sure Aspose.Words does not lose mail merge data source settings in a document during open/save or conversion.
- Ability to specify a mail merge data source for a document programmatically.
- Ability to query or clear mail merge settings specified in a document.
We are happy to tell that we have implemented this. We have added the Document.MailMergeSettings property and MailMergeSettings, Odso, OdsoFieldMapData, OdsoRecipientData classes.
The current plan is … Continue Reading
Posted in Aspose.Words Product Family
Aspose sponsors Tulsa TechFest 2009
Aspose is proud to announce that we have sponsored Tulsa TechFest 2009 again. It will be held on November 6th, 2009 at OSU-Tulsa, 700 North Greenwood Ave, Tulsa, OK 74106. There will be over 60 speakers and plenty of prizes.
You can visit their website for details: http://techfests.com/Tulsa/2009/default.aspx.
Thank you,
Sales, Aspose Pty Ltd… Continue Reading
Posted in Merit Cooper, Developer Community Support
Powerful and Easy to Use API for accessing Microsoft Exchange Server
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4 /* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;}
We recently updated our Aspose.Network documentation and added a new article. We provided some code snippets to list messages from Microsoft Exchange Server mailbox using two methods. First, we used Microsoft Office Interop to list messages, then we used Aspose.Network for … Continue Reading
Posted in Aspose.Email Product Family