This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password.
The table below contains the full list of properties that can be specified while swapping document pages.... Message ); } } } } Java package examples.PagesOperations...pages. */ public class Merger_Java_SwapPages { public static void...
This REST API allows finding watermarks in the document.
The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks.
The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation.
The table below contains the full list of properties.
Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo.... C# Java Was this page helpful? Not really...
GroupDocs.Conversion C# .NET API provides an easy way to convert and change PDF to Word file online. This article is about how to convert PDF to Word in C#.... Currently, it supports Java, PHP, Ruby, Python, CSharp,and...
A stamp signature is a special type of electronic signature that have visual appearance of round seal and its visual parameters can be set programmatically. Every stamp signature can have multiple “stamp lines” with custom text and different line thickness, color, font weight and size. Here is an example of how stamp signature created with GroupDocs.Siganture Cloud may look like:
GroupDocs.Signature Cloud provides options to specify different options for Stamp signature:...CreateSignatures ( request ); Java // For complete examples and...d/groupdocs-signature-cloud-java-samples String MyClientSecret...
GroupDocs.Signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document.
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage and other files, like digital certificate or image stamp Sign document Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....CreateSignatures ( request ); Java // For complete examples and...d/groupdocs-signature-cloud-java-samples String MyClientSecret...
Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....Currently, it also provides C# , Java , PHP , Ruby , Python , and...
This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...} } Java package examples.DocumentOperations ; import java.util...preview. */ public class Merger_Java_PreviewDocument { public static...