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

note

(0.03 sec)
  1. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Node.js via Java.... Note Refer to the for more conversion...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API....Leave feedback On this page Note This feature is available only...

    docs.groupdocs.com/comparison/python-net/compar...
  3. 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...
  4. 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...
  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. Generate signature preview | Documentation

    This topic explains how to get document signature preview in c#... Note Stream that were created by...

    docs.groupdocs.com/signature/net/generate-signa...
  7. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Node.js via Java.... Note Refer to the for more conversion...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. 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/
  9. Convert 3D formats | Documentation

    In this article, you will learn how to convert 3D documents to PDF or other 3D formats with GroupDocs.Conversion for .NET.... Note Refer to the for more conversion...

    docs.groupdocs.com/conversion/net/convert/3d/
  10. 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...