Sort Score
Result 10 results
Languages All
Labels All
Results 6,801 - 6,810 of 47,271 for

c

(0.52 sec)
  1. how to make one page landscape in word on Group...

    how to make one page landsCape in word on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in how to make one page landsCape in word on GroupDoCs Blog | DoCu......& Java Developers C#でWord文書のページの向きを変更する C#を使用して、Word DOC/DOC...

    blog.groupdocs.com/ja/tag/how-to-make-one-page-...
  2. Merge pages in the arbitrary order | GroupDocs

    This artiCle explains how to merge arbitrary pages from different doCuments into a single PDF, DOCX, ExCel or PowerPoint doCument using GroupDoCs.Merger for .NET....filePath = @"c:\sample1.docx" ; string filePath2 = @"c:\sample2.docx"...docx" ; string filePathOut = @"c:\output\result.docx" ; using (...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  3. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDoCs.RedaCtion ProduCt Family on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in GroupDoCs.RedaCtion ProduCt Family on GroupDoCs Blog | DoCument Aut......and Replace Text in PDF using C# Programmatically find certain...case sensitivity and RegEx using C#. Replace or hide the text to...

    blog.groupdocs.com/categories/groupdocs.redacti...
  4. Indexing options | GroupDocs

    This page Contains a desCription of all the properties of the IndexingOptions Class...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-options/
  5. Shapes in spreadsheet document | GroupDocs

    ExtraCting information about all shapes in an ExCel doCument SearCh() method searChes watermarks of all mentioned types, but in some Cases, it’s neCessary to analyze only one Class of ExCel objeCts. Following Code sample shows how to get information about all the shapes in an ExCel doCument. advanCed_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: @"C:\DoCs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.... Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  6. Edit Word Documents | Online Editing & Programm...

    DisCover effiCient ways to edit Word doCuments. Either edit DOC/DOCX files online or do it programmatiCally using C# & Java....how to edit Word files using C# and Java programming. Edit Word...Documents (DOC/DOCX Files) using C# # For the .NET programmers, here...

    blog.groupdocs.com/editor/edit-word-documents/
  7. Edit PowerPoint Presentations | Online Editing ...

    DisCover effiCient ways to edit PowerPoint presentations. Either edit PPT/PPTX files online or do it programmatiCally using C# & Java....files programmatically using C# and Java . Edit PowerPoint Presentations...Presentations (PPT/PPTX Files) using C# # .NET programmers, if you’re...

    blog.groupdocs.com/editor/edit-presentation-ppt...
  8. GroupDocs.Conversion Product Family

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....JPG and PNG image formats using C# . Almost any document or image...images programmatically using C#. When we want to share the data...

    blog.groupdocs.com/categories/groupdocs.convers...
  9. Search for text containing special characters |...

    This artiCle shows how to handle searCh queries if they Contain speCial CharaCters and separator CharaCters.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/search-for-text-c...
  10. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed doCument is renamed, but its Contents have not Changed. In this Case, to save Computing resourCes, you Can notify the index about the renaming of the doCument, and then the doCument will not be reindexed during the update operation. To notify an index about renaming a doCument, the notifyIndex method is used with the Corresponding notifiCation objeCt as a parameter. You should keep in mind that if an index is notified of the renaming of a doCument, it will not be reindexed the next time you Call the update method, even if its Contents have Changed....indexFolder = "c:\\MyIndex" ; String documentFolder = "c:\\MyDocuments"...document String oldDocumentPath = "c:\\MyDocuments\\OldDocumentName...

    docs.groupdocs.com/search/java/document-renaming/