Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 4,124 for

values

(0.02 sec)
  1. PDF & Word Reports from CSV in Java | CSV to PD...

    Programmatically create reports by converting CSV to PDF & Word formats using templates in Java. Automate PDF & DOC/DOCX reports generation using Java API....中文 中國傳統的 The Comma Separated Values (CSV) is a file format for...form of plain text where the values are separated by commas. CSV...

    blog.groupdocs.com/assembly/generate-reports-fr...
  2. eSign PDF with Metadata signature | Documentation

    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...
  3. Use advanced rasterization options | Documentation

    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...
  4. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty Values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....removed or replaced with empty values. A new member RemoveEmptyParagraph...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/removing-empty-...
  5. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...value = 200.0 watermark_spacing =...TileMeasureType.POINTS watermark_spacing.value = 100.0 watermark.tile_options...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  6. Saving | Documentation

    Learn more about document saving and how to customize process with available options, like: cloning metadata type, gets or sets password and etc...customize saving process: is a value indicating whether to clone...or not allows set metadata values provided by user is the password...

    docs.groupdocs.com/comparison/java/saving/
  7. 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.... The values of all properties for absolute...); // Set absolute margins. Values are measured in document units...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. 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-...
  9. Saving | Documentation

    Learn more about document saving and how to customize process with available options, like: cloning metadata type, gets or sets password and etc...CloneMetadataType gets or sets a value indicating whether to clone...FileAuthorMetadata allows set metadata values provided by user Password gets...

    docs.groupdocs.com/comparison/net/saving/
  10. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....are optional, have default values and can be omitted. Now, let’s...you to specify the following values: Diagonal, TopLeft, TopCenter...

    blog.groupdocs.com/viewer/protect-your-document...