This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....demonstrates how to embed PDF file into DOCX document as OLE object using...merger = new Merger ( @"c:\sample.docx" )) { int pageNumber = 2 ; ...
This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API.... DocX ); saveOptions . setOverwriteExisting...signature . sign ( "SignedPdf.docx" , signOptions , saveOptions...
This article shows how to pre-rasterize a document using the redaction API....docx" ), new LoadOptions ( preRasterize...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
This short article explains the procedure to convert PDF to CSV using Java and learn how to consume this guide to develop the Java PDF to CSV functionality....various other formats such as DOCX, TIFF, XLSX, HTML, JPG, and...
Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....document formats including DOC, DOCX, XLSX, PPTX, and many more....
This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images.
The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes).
Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments
using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
This article explains that how to optimize index to reduce the number of segments in an index using Java....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...