Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 46,594 for

(c )

(0.05 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 C#を使用......Developers C#を使用してHEIF/HEIC画像のXMPおよびEXIFデータを管理する C#を使用して、HEIF...

    blog.groupdocs.com/ja/tag/exif-data/index.xml
  2. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for Java....filePath = "c:\sample.pptx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/add-document-pas...
  3. Remove pages | Documentation

    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 for Java API....pages: const inputFilePath = `c:/sample.one` ; const merger =...inputFilePath ); const outputPath = `c:/output/result.one` ; const removeOptions...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  4. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Node.js via Java API....rotation: const inputFilePath = `c:/sample.pdf` ; const merger =...inputFilePath ); const outputPath = `c:/output/result.pdf` ; const rotateMode...

    docs.groupdocs.com/merger/nodejs-java/rotate-pa...
  5. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET....filePath = @"c:\sample.pptx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/add-document-pass...
  6. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....filePath = "c:\sample.docx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/change-page-orie...
  7. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....filePath = @"c:\sample.xlsx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/update-document-p...
  8. Merge TEX | Documentation

    Learn how to merge TEX files, combine TEX files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.tex" ) // Add another...file to merge merger . join ( "c:\sample2.tex" ); // Merge TEX...

    docs.groupdocs.com/merger/java/merge/tex/
  9. How to merge archives to ZIP using Java | Docum...

    Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.zip" ); { // Add another...file to merge merger . join ( "c:\sample2.zip" ); // Merge archive...

    docs.groupdocs.com/merger/java/getting-started/...
  10. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document.... put ( "C:\\MyDocuments\\BhagavadGitaAsItIs...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-additio...