Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
Convert JSON to Excel Worksheet in Python
MS Excel is a feature-rich program that lets you keep and organize data in tabular form. Moreover, it allows you to store the data in multiple worksheets. In addition to the data organization, you can perform sorting, graph plotting, mathematical computations and etc. JSON, on the other hand, is a widely used format to store and transmit the data in the form of key-value pairs. In certain cases, you may need to import data from JSON files to Excel worksheets programmatically. In accordance with that, this article covers how to convert JSON data to Excel XLSX/XLS using Python.
Posted in Aspose.Cells Product Family Tagged JSON to Excel Python, JSON to XLS Python, JSON to XLSX Python
Convert PSD to TIFF Image Programmatically with Java
Images are often designed using Photoshop application. The output files are in the PSD format that can be opened or edited with a few programs. So you might need to convert a PSD file to a TIFF image programmatically using Java. The following sections explain the PSD conversion.
Copy Content from a Word Document to Another in Java
While working with MS Word documents, you may need to copy the content from one document to another. Moreover, the clones of Word documents are also required in certain cases. To automate these operations, this article covers how to copy the content from one Word document to another in Java. Also, you will learn how to create a copy of a Word document programmatically.
Convert Visio VSDX VSD Diagram to HTML or SVG using Java
VSDX or VSD Visio diagrams are used for different industrial designs. You can convert a VSDX or VSD Diagram file to an HTML webpage or an SVG image programmatically using Java. These conversions can help you create efficient web applications as HTML and SVG files are popular over the web. The following sections explain all the details.
Convert EPS or PS PostScript File to an SVG Image using Java
EPS or PS PostScript files are based on page description language that can contain different artifacts like Text, Images, Drawings, etc. You can convert an EPS or PS Postscript file to an SVG image (Scalable Vector Graphic) as per your requirements. Please refer to the following headings for more information.
Posted in Aspose.Page Product Family Tagged Convert EPS to SVG, EPS to SVG, EPS to SVG in Java, PS to SVG, PostScript to SVG
Import Data from JSON to Excel on Linux
Rotate or Crop PSD Image using C#
PSD images are frequently used to design graphics and visuals. In some cases, you might want to crop or rotate a PSD image for different aesthetic requirements. In this article, you will learn how to crop or rotate a PSD image using C#. Please go through the following headings for more information.
Posted in Aspose.PSD Product Family Tagged Crop PSD, Crop PSD in csharp, Rotate PSD, Rotate PSD in csharp