Search
Follow Us
Categories
- 3D(1)
- CAD(1)
- Compression(1)
- EBook(1)
- Email(1)
- File Formats(5)
- GIS(1)
- Image(2)
- Notes Taking(1)
- PDF(2)
- Presentation(1)
- Spreadsheet(3)
- Web(2)
- Word Processing(3)
Archives
- October 2020 (1)
- January 2020 (1)
- October 2019 (2)
- September 2019 (1)
- June 2019 (1)
- May 2019 (1)
- April 2019 (1)
- March 2019 (2)
- February 2019 (5)
- January 2019 (6)
- December 2018 (6)
- November 2018 (1)
Sentiment Classification (Analysis) in C#
Various online sentiment classification services are available now. Such giants as Google, Amazon, or Microsoft offer their cloud solutions for natural language processing. But if you do not plan to pay 1-2$ for 1000 API calls (price …
Posted in Sentiment Analysis Tagged sentiment analysis, sentiment analysis .NET, sentiment analysis c#
Three Open-Source .NET APIs for Word Processing Documents
To automate the manipulation of documents within our applications we need some reliable APIs. The market offers both Open Source Software (OSS) and Closed Source Softwares (CSS) to work with Word Processing Documents. Closed source APIs are …
Posted in File Formats Tagged .NET API, DOCX, Free API, Free DOC, Free Docx, Open-Source API, Word API
Create a Word Document using PHPWord
PHPWord is a powerful open-source API, written in PHP to create and read file-formats including DOC, DOCX, ODT, RTF, HTML, and PDF. Using the API you can create a document, set document …
Posted in File Formats, Word Processing
Getting Started with Apache POI – Java API for Documents
Ofttimes, we need to automate our processes and manipulate the documents programmatically. We need to create documents in bulk, read, process, and save the resultant documents. We need to work with a bunch of different file formats …
Posted in File Formats
Difference Between XLS and XLSX
XLS and XLSX extensions represent popular Excel file formats that were introduced by Microsoft as part of its Office suite over a period of time. XLS being the oldest and widely used file type is also known …
Posted in Spreadsheet
Excel File Formats: XLSX, XLSM, XLS, XLTX, XLTM
A file with XLSX, XLSM, XLS, XLTX or XLTM extension is a Microsoft Excel file that uses specific standard file format. You can show or display file extension on Windows OS from Folder Options. …
Posted in Spreadsheet Tagged Excel Files
Markup Language File Formats – A Survey
A markup language is a computer language that separates the elements of a document by tags. Unlike programming languages, it is in human-readable format and can be opened with almost all text editors. For its nature of …
Posted in Web
EPUB vs PDF: E-Publishing File Formats
With the increase in usage of smart devices, digital documents are replacing printed copies of the same. The ease of reading the content on your smart phone or tablet gives you freedom from carrying the hard copies …
Doc to Docx – A change worth considering to switch!
Working with latest Microsoft Word version, the default file format for saving the document is DOCX. As time moves on, the upcoming generations, working in technology domain, won’t even know how the DOCX format …
Posted in Word Processing
Survey: Image File Formats for Web
The importance of images can easily be estimated by the famous quote that says “An image is worth a thousand words”. The presence of images on a webpage plays an important role in attracting the visitors by …
Posted in Image