Author Archives: Shoaib Khan

Change Page Orientation of a Word Document in C#

Every page of the documents may contain different layouts. It depends on the content of the page that which orientation suits it. As a developer we can change the orientation of each page to the one it suits. In this article, we will learn to change the orientation of a page in Word document using C#. Separately, we will see how to change the portrait layout to landscape and then how to change the landscape orientation to portrait with the .NET applications.

Posted in GroupDocs.Merger Product Family | Tagged , , , , , ,

Remove Watermarks from PDF Documents in Java

Watermarks are mostly used to mention documents as drafts and to avoid any illegal use of confidential documents. When draft is finalized or confidentiality is over, you can remove the watermarks from such documents. Watermarks can be either text or image-based. In this article, we will have a look at how to remove watermarks from PDF documents in Java.

Posted in GroupDocs.Watermark Product Family | Tagged , , , , ,

Change Page Orientation of a Word Document in Java

Page orientation depends on the content layout of the page. As a developer, we can programmatically change the orientation of each page to the one it suits. In this article, we will learn to change the orientation of a page in a Word document in Java. Separately, we will see how to change the landscape orientation to portrait and then how to change the portrait orientation to landscape with the Java applications.

Posted in GroupDocs.Merger Product Family | Tagged , , , , ,

How to Edit Excel Files in Java

XLS, XLSX, and ODS are among the most common and widely in-use spreadsheet file formats. We normally maintain various accounts and different spreadsheets using famous Microsoft Excel and OpenOffice Calc which support these formats. Therefore, as a developer, we widely require programmatically editing Excel files within our applications. In this article, we will discuss how to edit Excel files in Java.

Posted in GroupDocs.Editor Product Family | Tagged , , ,

Edit Word Documents in Java

DOC, DOCX, and ODT are among the most common and widely in-use word-processing file formats. Microsoft Word and OpenOffice Writer support these formats and are used for drafting documents. Therefore, as a developer, we often need to programmatically edit Word documents within the applications. In this article, we will discuss how to edit Word documents using the Java API for document editing.

Posted in GroupDocs.Editor Product Family | Tagged , , ,

Remove Watermarks from PDF Documents in C#

Watermarks are normally used to avoid any illegal use of confidential documents. When confidentiality is no more needed, you better remove the watermarks from such documents. There can be text and image-based watermarks in a document. Today, we will have a look at how to remove watermarks from PDF documents using C#.

Posted in GroupDocs.Watermark Product Family | Tagged , , , , , ,

Add or Remove Annotations or Markup Word files in Java

Annotations are normally used to mentioned errors in documents or to discuss their content. With annotations, you can avoid long and never-ending discussions within emails threads. In this article, you will learn how to programmatically add and remove annotations to markup Word documents in Java.

Posted in GroupDocs.Annotation Product Family | Tagged , , , ,

Convert PDF to Grayscale using C#

The first and foremost question in your mind could be, is it about converting an RGB image to Grayscale only? No, you can convert almost any document format (including images) to a black-and-white or grayscale monochrome image. The contrast ranges from black at the weakest intensity to white at the strongest. In this article, we will discuss how to convert color PDF document to a grayscale JPG and PNG image formats using C#.

Posted in GroupDocs.Conversion Product Family | Tagged , , , , , ,

Remove Annotations from PDF or Word Documents in Java

Annotations are commonly used for pointing out observations in documents. These can also be used for providing feedback while discussion. Earlier, we discussed, the Java way to add different annotations to PDF documents. This article discusses how to remove annotations from documents like PDF and Word DOC/DOCX files in Java.

Posted in GroupDocs.Annotation Product Family, Uncategorized | Tagged , , ,

How to Rearrange PDF Pages in Java

PDF is among one of the most in-use portable file formats. For large documents, it is always challenging to change the order of pages with losing the formatting. This article discusses, how to rearrange PDF pages programmatically in Java.

Posted in GroupDocs.Merger Product Family | Tagged , , , , ,