Search
Follow Us
Categories
- Success Stories(157)
Archives
Create OFX Request or Response Programmatically with C# API
OFX, Open Financial Exchange, files are popularly used for exchanging financial information. It is used in client-server as well as Cloud-based systems. So the request-response model is implemented for exchanging financial information. Financial service providers like banks, data aggregators, etc. often use OFX for creating, analyzing, or aggregating financial data. Likewise, they utilize it for managing financial data exchange in their products and services.
Posted in Aspose.Finance Product Family Tagged OFX 2.2, OFX Request, OFX Response, Parse OFX, Parse OFX in C#
Connect to SMTP Servers using C#
Simple Mail Transfer Protocol (SMTP) is the most commonly used email protocol that deals with sending email messages from client applications to the email server. In various cases, the email clients are implemented within .NET applications in order to send emails via SMTP. For such scenarios, this article covers how to connect to an SMTP server programmatically using C#. Furthermore, the code samples demonstrate how to send an email via SMTP client after connection establishment.
Merge MS Word Documents using C++
MS Word is a powerful tool that allows you to customize and format your professional documents with a fantastic set of features. You may find yourself in situations where you want to merge multiple Word documents, such as combining all the receipts in a single file or combining the different software requirement documents for easier management. Furthermore, combining the files simplifies the process of sharing them. In this article, you will learn how to merge multiple MS Word documents using C++.
Inspect, Extract, or Navigate SVG Image Elements Programmatically in C#
SVG images are popularly used over the web, especially where scalability and quality of images are important. You can inspect, extract, or navigate SVG image elements programmatically with C#.
Find and Replace Text in PDF using Java
In various cases, you may need to find and replace a particular piece of text in the PDF document. However, finding and updating each occurrence manually may cost you extra time and effort. For such cases, the find and replace option makes your life easier. In this article, you will learn how to automate the feature of finding and replacing text in PDF documents using Java.
Convert RTF Documents to PDF using C++
RTF is a cross-platform rich text file format introduced by Microsoft. In addition to text, it can include extra information about font style, formatting, images, etc. There might be situations such as sharing the file over the internet where you do not want the file to be editable or want the file to have a fixed layout. In such cases, PDF format is your best bet. PDF is a cross-platform format that can be secured and made read-only. Furthermore, the PDF file looks the same wherever you open it. In this article, you will learn how to convert RTF files to PDF format using C++.
Convert PSB to PDF, JPG, or PSD Programmatically in Java
PSB, Photoshop Big, file extension is used to store huge graphics-related information. You can convert PSB files to PDF, JPG, or PSD format easily with Java programming language. Let us walk through the following sections to explore PSB file conversion.
Posted in Aspose.PSD Product Family Tagged Convert PSB file in Java, PSB to JPG, PSB to PDF, PSB to PSD
Send Word Document in Email Body using C#
The presentation of the emails' body is one of the important factors to engage the readers. Therefore, emails are well formatted using headings, subheadings, tables, images, and etc. However, most of the built-in email editors do not provide advanced formatting options. In order to tackle this limitation, this article covers how to compose your emails using Word documents as email body in C#.