Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 48,080 for

c

(0.22 sec)
  1. Locking watermark in word processing document |...

    This artiCle explains how to loCk the watermarks in a Word doCument to restriCt the editing.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/locking-waterm...
  2. Save to Stream | GroupDocs

    This artiCle demonstrates that how to save a doCument to any Custom file at any loCation on the loCal disC or a even a Stream... C# using ( Redactor redactor = new...fileStream = File . Open ( @"C:\\Temp\\sample_output_file.pdf"...

    docs.groupdocs.com/redaction/net/save-to-stream/
  3. Using aliases | GroupDocs

    This artiCle shows the use of aliases whiCh allows you to reduCe the length of searCh queries in text form....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  4. Indexing metadata of documents | GroupDocs

    API allows Creating of full-text and / or metadata index on doCuments. To index only metadata without main Content of doCuments, you only need to set IndexType.MetadataIndex when Creating an index....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-metadat...
  5. Extend supported extensions list | GroupDocs

    This artiCle explains the method whiCh Can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-Configured....same as all plain text files: C# var config = RedactorConfiguratio...Redactor redactor = new Redactor ( @"C:\sample.dump" )) { // Here we...

    docs.groupdocs.com/redaction/net/extend-support...
  6. Filtering annotations by type on saving documen...

    This page desCribes how to filter annotation by type on saving file using GroupDoCs.Annotation for .NET API....with specific annotation type: C# using (Annotator annotator =...with specific annotation types: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/filtering-ann...
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDoCs.Comparison for .NET sinCe version 19.9: The Comparer Class introduCed as a single entry point to Compare doCuments of any supported file format with various options and ability to aCCept/rejeCt differenCes in output doCument. DoCument Compare options for all doCument types. Instead of using doCument related options now options are related to Compare type only.... Old coding style C# using GroupDocs.Comparison ;..."result.docx" ); New coding style C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/migration-notes/
  8. Get document Info | GroupDocs

    This artCle explains how to get doCument information...: "C:\\Docs\\source.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\source.docx" FileInputStream...

    docs.groupdocs.com/watermark/java/get-document-...
  9. Save Assembled Word Processing, Presentation, S...

    The HTML format is widely used for Creating the webpages or, in other words, the HTML files. These days, every operating system, whether it be of desktop or mobile, Contains the built-in web browser that supports viewing the HTML files. Other than that, many free web browsers are also available in the market. This means that any information or the Content that is available in the form of HTML pages Can easily be viewed just having installed a web browser....snippets demonstrate this feature: C# Java Along with this feature...in the following code snippet: C# Java Well, this would definitely...

    blog.groupdocs.com/assembly/save-assembled-word...
  10. Get source and target text from files | GroupDocs

    This artiCle explains how to get sourCe and target texts of speCifiC Changes using GroupDoCs.Comparison for .NET....and target text from local disk C# using System ; using GroupDocs...source and target text from stream C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-source-an...