Sort Score
Result 10 results
Languages All
Labels All
Results 7,921 - 7,930 of 46,129 for

(c )

(0.17 sec)
  1. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....Merger merger = new Merger ( "c:\sample1.ppsx" ) // Add another...file to merge merger . join ( "c:\sample2.ppsx" ); // Merge PPSX...

    docs.groupdocs.com/merger/java/merge/powerpoint/
  2. How to merge TIF images using java | Documentation

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

    docs.groupdocs.com/merger/java/getting-started/...
  3. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating or...getAliasDictionary (). exportDictionary ( "C:\\Aliases.dat" ); // Import aliases...

    docs.groupdocs.com/search/java/alias-dictionary/
  4. GroupDocs.Watermark on GroupDocs Blog | Documen...

    GroupDocs.Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark on GroupDocs Blog | Document Automation Solutions for .NET & J......รียงต่อกันสำหรับเอกสารโดยใช้ C#, Java และ Node.js เพิ่มความป...

    blog.groupdocs.com/th/tag/groupdocs.watermark/i...
  5. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web documents to PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...output image size in pixels. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-web-docume...
  6. Saving a File to an Output Stream | Documentation

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....getOutputStream = () -> getFileStream ( "c:\\files\\business-plan.pdf" );...converter = new Converter ( "c:\\files\\business-plan.docx" );...

    docs.groupdocs.com/conversion/java/save-file-to...
  7. compare two word documents and highlight differ...

    compare two word documents and highlight differences on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two word documents and highlight differen...... C#を使用してWord文書を比較する Comparison API...スワードで保護されたドキュメントであっても、違いを強調し、C#での変更を承認/拒否します。 Recent content...

    blog.groupdocs.com/ja/tag/compare-two-word-docu...
  8. 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....filePath = "c:\sample.one" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/remove-pages/
  9. Swap pages | Documentation

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

    docs.groupdocs.com/merger/net/swap-pages/
  10. Update document password | Documentation

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

    docs.groupdocs.com/merger/java/update-document-...