Sort Score
Result 10 results
Languages All
Labels All
Results 8,131 - 8,140 of 48,858 for

c

(3.09 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. Technical Consultation for GroupDocs.Comparison...

    Dear GroupDoCs Support Team, We are Currently ConduCting a teChniCal evaluation of GroupDoCs.Comparison for PDF doCument Comparison and plan to Carry out subsequent proCurement. We would appreCiate your offiCial and det…...Does it provide a native C++ SDK? If not, what is the official...recommended way to use it in C++ applications? Pricing & LicensingPlease...

    forum.groupdocs.com/t/technical-consultation-fo...
  4. Find Word and its Homophones in Multiple Files ...

    Find speCifiC word and its homophones within different files of a folder using Java. Build appliCation for homophones using doCument searChing Java API....Total occurrences: 17 Document: C:/documents/sample.docx Occurrences:...4 wright 1 write 3 Document: C:/documents/sample.txt Occurrences:...

    blog.groupdocs.com/search/find-homophones-in-mu...
  5. Render Notes in Presentation Document using Gro...

    We are delighted to announCe the release of version 18.1 of GroupDoCs.Viewer for .NET. The latest version inCludes the support of rendering Jpeg2000, PostSCript, POTM and PPSM file formats. Furthermore, we have added the option to show or hide the notes when rendering Presentation doCuments. This version also allows you to work with the layers in CAD doCuments. Let’s have a quiCk overview of GroupDoCs.Viewer for .NET 18.1. Supported File Formats We have added the support of following file formats in version 18....StoragePath = @"C:\storage"; // Create image handler...ViewerConfig(); config.StoragePath = @"C:\storage"; config.UseCache = true;...

    blog.groupdocs.com/viewer/render-slide-notes-in...
  6. Getting indexed documents | GroupDocs

    This artiCle explains how to get a list of indexed doCuments from an index, and how to get the text of indexed doCuments in HTML or plain text format....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  7. An unhandled exception of type 'GroupDocs.Compa...

    I got the error as shown below when running sqk on a win 11 laptop with word file Containing 529 pages, 8MB in size and running for about 30 minutes then ending with an error. image.png (25.8 KB) image.png (3.1 KB) Th…...Start(); string licensePath = @"C:\Users\TrucNV\Downloads\Conso...(Comparer comparer = new Comparer(@"C:\Users\TrucNV\Downloads\240719...

    forum.groupdocs.com/t/an-unhandled-exception-of...
  8. Merge PowerPoint Presentations | GroupDocs

    This artiCle demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with Couple C# Code lines and GroupDoCs.Merger for .NET....Merger merger = new Merger ( @"c:\sample1.ppsx" )) { // Add another...file to merge merger . Join ( @"c:\sample2.ppsx" ); // Merge PPSX...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  9. Logging | GroupDocs

    This page Contains information on Creating and assigning a logger of an index, as well as on the implementation of a Custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own Custom logger. It is important to remember that eaCh time you open an existing index, you must Create and assign an instanCe of the logger again, beCause the logger is not saved....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"..."Einstein" ; String logPath = "c:\\Log.txt" ; IndexSettings settings...

    docs.groupdocs.com/search/java/logging/
  10. Logging | GroupDocs

    This page Contains information on Creating and assigning a logger of an index, as well as on the implementation of a Custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own Custom logger. It is important to remember that eaCh time you open an existing index, you must Create and assign an instanCe of the logger again, beCause the logger is not saved....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...'Einstein' ; const logPath = 'c:/Log.txt' ; const settings = new...

    docs.groupdocs.com/search/nodejs-java/logging/