Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,561 for

note

(0.03 sec)
  1. Get document information | Documentation

    This article explains how to detect document file type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature.... Height ); } } } Note GroupDocs.Signature also provides...

    docs.groupdocs.com/signature/net/get-document-i...
  2. How to Run Examples | Documentation

    This article describes how to run .NET search API code examples....documentsFolder = @"c:\MyDocuments\" ; // NOTE: Put here actual path for your...

    docs.groupdocs.com/search/net/how-to-run-examples/
  3. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....documents from the specified folder Note that custom extractors are not...

    docs.groupdocs.com/search/net/custom-text-extra...
  4. Symbol font in Word is not reproduced in HTML o...

    We are using GroupDocs.Conversion to convert to HTML and PDF, but wherever the Symbol font is used in our docs, the output is an empty no-glyph-available box. The formulas with the Symbol chars in them are actually crit…...new font RUN fc-cache -f -v Note: You must have the appropriate...containing the required fonts. Please note that the fonts still need to...

    forum.groupdocs.com/t/symbol-font-in-word-is-no...
  5. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java.... Note that the IPageInfo object uses...the appropriate pages. Please note that IPageInfo objects use zero-based...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  6. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.... close (); Warning Note that the origin of coordinates...png" ); watermarker . close (); Note Using of relative size and positioning...

    docs.groupdocs.com/watermark/java/adding-text-w...
  7. GroupDocs.Merger Product Family on GroupDocs Bl...

    GroupDocs.Merger Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Merger Product Family on GroupDocs Blog | Document Automatio......added SwapPages support for Note format. XLTX File Format Support...formats. Please see release notes for further details. Features...

    blog.groupdocs.com/categories/groupdocs.merger-...
  8. Index Browser | Documentation

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library... Please note that to search for a phrase...

    docs.groupdocs.com/search/nodejs-java/index-bro...
  9. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API.... Note If the specified output file...

    docs.groupdocs.com/conversion/java/save-file-to...
  10. Cancel rendering | Documentation

    Cancel or stop rendering rendering process with cancellation token...IsCanceled ) End Sub End Module Note If runTask.IsCancelled is true...

    docs.groupdocs.com/viewer/net/cancel-rendering/