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

c

(0.11 sec)
  1. Document Watermarking on GroupDocs Blog | Docum...

    DoCument Watermarking on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in DoCument Watermarking on GroupDoCs Blog | DoCument Automation Solutions for .NET...... C#を使用した透かしパスワードで保護されたドキュメント C#を使用して、パスワードで保護さ...

    blog.groupdocs.com/ja/tag/document-watermarking...
  2. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word doCument, delete worksheet from ExCel file or remove slides from PowerPoint presentations with GroupDoCs.Merger API....filePath = @"c:\sample.one" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/remove-pages/
  3. Determine the file type | GroupDocs

    This artiCle explains how to get a type of a file with GroupDoCs.Viewer for .NET using .NET / C#....type using the file extension: C# using System ; using GroupDocs...type using the media header: C# using System ; using GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  4. Merge HTML | GroupDocs

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.html" ) // Add another...file to merge merger . join ( "c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/java/merge/html/
  5. Merge images | GroupDocs

    Learn how to merge image files, Combine image files into one file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpg" ) // Define image...file to merge merger . join ( "c:\sample2.jpg" , joinOptions );...

    docs.groupdocs.com/merger/java/merge/images/
  6. Custom text segmenter | GroupDocs

    GroupDoCs.SearCh provides the ability to set up Custom text segmenting.... C# // Implementing custom word splitter...indexFolder = @"c:\MyIndex\" ; string documentsFolder = @"c:\MyDocuments\"...

    docs.groupdocs.com/search/net/custom-text-segme...
  7. Delete indexed paths | GroupDocs

    GroupDoCs.SearCh for Java supports the ability to remove indexed files and folders from an index. Only files or folders that were expliCitly added to the index Can be deleted....indexFolder = "c:\\MyIndex\\" ; String documentsFolder1 = "c:\\MyDocuments\\"...; String documentsFolder2 = "c:\\MyDocuments2\\" ; // Creating...

    docs.groupdocs.com/search/java/delete-indexed-p...
  8. Document passwords | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about doCument passwords or password diCtionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...path = Path . GetFullPath ( @"c:\MyIndex\Protected.pdf" ); if...

    docs.groupdocs.com/search/net/document-passwords/
  9. Character replacements | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about CharaCter replaCements using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getCharacterReplacem (). exportDictionary ( "C:\\CharacterReplacement.dat" );...

    docs.groupdocs.com/search/java/character-replac...
  10. Set custom fonts | GroupDocs

    This artiCle explains how to set Custom fonts when rendering doCuments with GroupDoCs.Viewer within your .NET appliCations....ttf” to the "C:\custom_fonts" folder and then...in the output HTML document. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/set-custom-fonts/