API allows creating of full-Text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Search allows creating of full-text and / or metadata index on documents...
This article demonstrates how you can convert font formats with GroupDocs.Conversion for Node.js via Java....system and applications to render text. Popular file formats include...
This article shows the use of aliases which allows you to reduce the length of search queries in Text form....length of search queries in text form. To use an alias in a search...
With GroupDocs.Viewer for Java you can render documents to PNG and JPEG formats....Adjust the JPEG image quality Get text coordinates Set image size limits...
Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new features added in version 18.6.
Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....new TextWatermark("Watermark text", new Font("Arial", 19)); watermark...
This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java..."Change Type: %d, X: %f, Y: %f, Text: %s%n" , change . getType ()...
Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new features added in version 18.6.
Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....new TextWatermark("Watermark text", new Font("Arial", 19)); watermark...
Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....PdfArtifactWatermark (); // Add text watermark TextWatermark textWatermark...PdfAnnotationWaterma (); // Add text watermark TextWatermark textWatermark...
Customers who integrate our HTML5 document viewer into their website can plug it into other websites too. This article shows how to build an ASP.NET WebForms HTML5 document viewer using the .NET version of the GroupDocs.Viewer.
Requirements IIS 7 or later. Microsoft Visual Studio 2012 Part A: Creating A GroupDocs.Viewer Web Service Follow the steps given below to create a GroupDocs online document viewer service:
Open Visual Studio 2012 and create a new ASP....Add(new Literal() { Text = scriptLibraries }); // The...Controls.Add(new Literal() { Text = inlineDocPreviewScri }); Compile...