Sort Score
Result 10 results
Languages All
Labels All
Results 7,251 - 7,260 of 48,456 for

(c )

(0.46 sec)
  1. exif data on GroupDocs Blog | Document Automati...

    exif data on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in exif data on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers จัดกา......EXIF ของรูปภาพ HEIF/HEIC โดยใช้ C# จัดการข้อมูล XMP และ EXIF ของภาพ...ของภาพ HEIF, HEIC โดยใช้ C# อ่าน อัปเดต ลบข้อมูล EXIF และ XMP โดยใช้...

    blog.groupdocs.com/th/tag/exif-data/index.xml
  2. 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...
  3. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. How to merge archives to ZIP using Node.js via ...

    Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.... Merger ( `c:/sample1.zip` ); merger . join ( 'c:/sample2.tar'...merger . join ( 'c:/sample3.rar' ); merger . save ( `c:/merged.zip`...

    docs.groupdocs.com/merger/nodejs-java/getting-s...
  5. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API....indexFolder = 'c:/MyIndex/' ; const documentsFolder1 = 'c:/MyDocuments1/'...documentsFolder2 = 'c:/MyDocuments2/' ; const documentsFolder3 = 'c:/MyDocuments3/'...

    docs.groupdocs.com/search/nodejs-java/search-by...
  6. Delete indexed paths | GroupDocs

    GroupDocs.Search 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.... C# string indexFolder = @"c:\MyIndex\" ; string...documentsFolder1 = @"c:\MyDocuments\" ; string documentsFolder2 = @"c:\MyDocuments2\"...

    docs.groupdocs.com/search/net/delete-indexed-pa...
  7. Save HTML to folder | GroupDocs

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for .NET features.... string inputFilePath = "C:\\input_path\\document.docx" ;...string outputHtmlFilePath = "C:\\output_path\\document.html"...

    docs.groupdocs.com/editor/net/save-html-to-folder/
  8. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...StopWordDictionary . ExportDictionary ( @"C:\Words.txt" ); // Import words...

    docs.groupdocs.com/search/net/stop-word-diction...
  9. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...CharacterReplacement . ExportDictionary ( @"C:\CharacterReplacement.dat" );...

    docs.groupdocs.com/search/net/character-replace...
  10. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for .NET...style string documentPath = @"C:\sample.docx" ; // Obtain document...System . IO . File . Create ( @"C:\output\edited.docx" )) { WordProcessingSaveOp...

    docs.groupdocs.com/editor/net/migration-notes/