Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 48,924 for

(c )

(0.18 sec)
  1. Merge Excel Files on GroupDocs Blog | Document ...

    Merge Excel Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Excel Files on GroupDocs Blog | Document Automation Solutions for .NET & Java ......samen met C# Combineer Excel-spreadsheetbestanden met C#. Voeg specifieke...

    blog.groupdocs.com/nl/tag/merge-excel-files/ind...
  2. remove exif data from images on GroupDocs Blog ...

    remove exif data from images on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove exif data from images on GroupDocs Blog | Document Automation Solu......in C# .NET Beheer EXIF-metadata van uw afbeeldingen in C#. Extraheer...

    blog.groupdocs.com/nl/tag/remove-exif-data-from...
  3. revision track on GroupDocs Blog | Document Aut...

    revision track on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in revision track on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......comparison modes with ready‑to‑run C# code. → GroupDocs.Comparison...訂トラックおよびハイライト比較モードを、すぐに実行できる C# コードとともに提供します。 Recent content...

    blog.groupdocs.com/ja/tag/revision-track/index.xml
  4. Convert Word to PDF on GroupDocs Blog | Documen...

    Convert Word to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert Word to PDF on GroupDocs Blog | Document Automation Solutions for .NET & J...... C#을 사용하여 Word 문서를 PDF로 변환 .NET 애플리케이션 내에서 C#을 사용하여 Word...

    blog.groupdocs.com/ko/tag/convert-word-to-pdf/i...
  5. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...
  6. GroupDocs.Conversion Product Family on GroupDoc...

    GroupDocs.Conversion Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Product Family on GroupDocs Blog | Document A......XML in C# Convert your JSON data to XML format using C#. Learn...seamlessly convert JSON to XML using C# with our step-by-step guide....

    blog.groupdocs.com/categories/groupdocs.convers...
  7. Perform Synonym Search in Documents Online

    Unlock the power of synonym search! Learn how to search alternate words in text-based documents online & programmatically....Just use a few lines of code in C# or Java to swiftly scan through...folders: Find Synonym of Words using C# Find Synonym of Words using Java...

    blog.groupdocs.com/search/online-synonym-search/
  8. Indexing reports | GroupDocs

    This article demonstrates that how indexing reports can be retrieved from the index using search API... C# string indexFolder = @"c:\MyIndex\" ; string...documentsFolder1 = @"c:\MyDocuments1\" ; string documentsFolder2 = @"c:\MyDocuments2\"...

    docs.groupdocs.com/search/net/indexing-reports/
  9. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version in Java....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...sourceIndexFolder = "c:\\MyOldIndex\\" ; String targetIndexFolder = "c:\\MyNewIndex\\"...

    docs.groupdocs.com/search/java/update-index/
  10. Output adapters | GroupDocs

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/output-adapters/