Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 48,924 for

(c )

(0.12 sec)
  1. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....simple: String inputHtmlPath = "C://input//document.html" ; EditableDocument...below: String inputHtmlPath = "C://input//document.html" ; String...

    docs.groupdocs.com/editor/java/create-editabled...
  2. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....below shows all possible ways: C# // 1. Specify by filename string...class, as it is shown below: C# LoadOptions loadOpts = new LoadOptions...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  3. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....<<foreach [c in ds.Contracts]>><<[c.Clients.Name]>> <<[c.Managers...Name]>> <<[c.Price]>><</foreach>> Total: <<[ds.Contracts.Sum(c => c...

    docs.groupdocs.com/assembly/net/template-syntax...
  4. Load document from local disk | GroupDocs

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API....converter = new Converter ( "c:\\files\\sample.docx" ); PdfConvertOptions...

    docs.groupdocs.com/conversion/java/load-documen...
  5. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....save the range of document page: C# // for this example input document...

    docs.groupdocs.com/annotation/net/save-specific...
  6. Compare bookmarks in Word documents | GroupDocs

    Detect differences in Word document bookmarks using CompareOptions.CompareBookmarks = true in GroupDocs.Comparison for .NET — includes named bookmark changes in the result....demonstrate how to compare bookmarks: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/compare-bookm...
  7. Save comparison result in different format | Gr...

    Save the GroupDocs.Comparison for .NET result document in a format different from the source — for example compare .txt files and save the result as .pdf — by specifying the target extension in the Compare() path....comparison result in different format: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/save-comparis...
  8. Load file from Amazon S3 storage | GroupDocs

    This article demonstrates how to convert file stored in Amazon S3 storage using GroupDocs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...

    docs.groupdocs.com/conversion/net/load-file-fro...
  9. Remove annotations | GroupDocs

    This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer .NET API (C#)....remove annotations from the file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Remove form fields | GroupDocs

    This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer .NET API (C#)....flatten form fields in the file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...