Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 2,448 for

note

(0.09 sec)
  1. Load from Amazon S3 Storage | GroupDocs

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your .NET applications.... Note Runnig this code requires installing...

    docs.groupdocs.com/viewer/net/load-document-fro...
  2. Bubble Chart in Presentation Document | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft PowerPoint Document Creating a Bubble Chart Please follow below steps to create Bubble Chart in MS PowerPoint 2013: Add a new presentation slide, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box. Select “X Y(Scatter)” in the sidebar, you will see a gallery of charts....Presentation Document Leave feedback Note The code uses some of the objects...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  3. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET...."some_password_to_open_a_document" ; Please note that if document has no protection...read-only) with password. Please note that this is write protection...

    docs.groupdocs.com/editor/net/edit-word/
  4. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...Getting Started / Migration Notes / Migrating to GroupDocs.Assembly...business documents and reports. Note The code uses some of the objects...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  5. Extracting Document Metainfo | GroupDocs

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API.... Note: If getDocumentInfo() returns...before further manipulation. Note: Replace 'C://input//document...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  6. 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...
  7. Merge pages in the arbitrary order | GroupDocs

    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...
  8. Adding text watermarks | GroupDocs

    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...
  9. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....printing date if it's missing // Note that the property will be added...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  10. Bubble Chart in Word Processing Document | Grou...

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Word Document Creating a Bubble Chart Please follow below steps to create a bubble chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box. Select “X Y(Scatter)” in the sidebar, you will see a gallery of charts....Processing Document Leave feedback Note The code uses some of the objects...

    docs.groupdocs.com/assembly/net/bubble-chart-in...