Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,566 for

values

(0.07 sec)
  1. Advanced Usage | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......descriptors Working with interpreted values Working with metadata properties...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/advanced-usage/
  2. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge PDF, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#....bmp) Comma Separated Values File (.csv) Excel Binary Spreadsheet...Format File (.rtf) Tab Separated Values File (.tsv) Visio Drawing (...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  3. 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.... The values of all properties for absolute...); // Set absolute margins. Values are measured in document units...

    docs.groupdocs.com/watermark/java/adding-text-w...
  4. Different visualization than the actual documen...

    As per the preview, we are getting numerical Values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...preview, we are getting numerical values instead of the pictoral graphs...Word 2021 and I see numerical values, not the pictoral graphs, please...

    forum.groupdocs.com/t/different-visualization-t...
  5. Rotating PDF documents | GroupDocs

    The page describes how to rotating the PDF document pages using GroupDocs.Annotation for .NET API....property to one of the following values: None does not rotate the document...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/rotatitng-pdf...
  6. Get changes coordinates | GroupDocs

    Learn how to obtain coordinates for detected changes on page previews using GroupDocs.Comparison for Python via .NET....calculation and inspect the Box values from each change. import groupdocs...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/get-ch...
  7. eSign PDF with Metadata signature | GroupDocs

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...metadata contains 3 fields: Name, Value and TagPrefix, combination of...Scherlock Holmes" )) // String value . Add ( new PdfMetadataSignature...

    docs.groupdocs.com/signature/net/esign-pdf-with...
  8. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....dictionary item with an integer value. The following example demonstrates...dictionary items having integer values. The “maxSpots” defines the...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  9. How to work with Metadata tags

    Explain how to work with Metadata tags...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Adding Metadata...

    blog.groupdocs.com/metadata/how-to-work-with-tag/
  10. Excel file not getting load for Annotation - Fr...

    Hi, I am trying to open one excel file for annotation and its not getting load at all. it just keeps loading all the time. i also tried to open same excel file in the dashboard of groupdocs site. but there also the file…...first sheet content have linked values which is causing issue , kindly...

    forum.groupdocs.com/t/excel-file-not-getting-lo...