Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 9,073 for

image

(0.14 sec)
  1. Spojite TIFF datoteke pomoću Jave

    U ovom ćemo članku opisati bitne korake za spajanje TIFF datoteka pomoću Jave. Također ćemo dati primjer koda da pokažemo kako kombinirati TIFF datoteke u Javi....Jave Datoteke TIFF (Tagged Image File Format) se intenzivno koriste...

    kb.groupdocs.com/hr/merger/java/merge-tiff-file...
  2. Introducing GroupDocs.Comparison for Java - Com...

    After attaining a remarkable attention from .NET developers, GroupDocs team successfully ported GroupDocs.Comparison for Java API from Next Generation GroupDocs.Comparison for .NET. API provides facility to compare supported file formatted documents in a very convenient way. It supports numerous exciting document comparison features such as documents comparison + merging. It compares both content and styles in the documents and saves the difference summary in a separate result file. Furthermore, API supports multitude of file formatted documents such as, but not limited to Microsoft Office, PDF, Text, HTML documents....Saving of result Comparison as images PDF: Implement the own absorber...

    blog.groupdocs.com/comparison/groupdocs-compari...
  3. PNG メタデータ エディタ – PNG プロパティの表示と編集

    PNG メタデータを表示および編集する方法を発見します。 PNG メタデータをオンラインで編集するか、C# と Java を使用してプログラムで編集します。...metadata = new Metadata("path/image.png")) { var root = metadata...metadata = new Metadata("path/image.png")) { PngRootPackage root...

    blog.groupdocs.com/ja/metadata/view-edit-png-me...
  4. Javaでプレゼンテーションを画像に変換する| PPTからJPGへ| PPTからPNGへ

    PPT/PPTX形式のPowerPointプレゼンテーションをJavaでJPGまたはPNG形式に変換します。 Java変換APIを使用して、プログラムでスライドを画像に変換します。...convert("path/ppt-to-image.jpg", options); JavaでプレゼンテーションをPNG画像に変換する...converter.convert("path/ppt-to-image.png", options); 効果のある画像に変換 #...

    blog.groupdocs.com/ja/conversion/convert-presen...
  5. 在 C# 中添加水印到演示文稿 |文本和图像水印

    C# 方法将文本添加到演示幻灯片作为水印,或使用 GroupDocs 的 .NET Watermarking API 将图像水印应用于 PPT、PPTX、PPS 和更多格式。...new ImageWatermark("watermark-image.png"); imageWatermark.Opacity...ImageWatermarkOption); watermarker.Save("image-watermarked-presentation.pptx");...

    blog.groupdocs.com/zh/watermark/add-watermark-t...
  6. تحرير وإدارة البيانات الوصفية في تطبيقات Python...

    اكتشف كيفية استخدام GroupDocs.Metadata for Python via .NET لاستخراج، تحديث وإزالة البيانات الوصفية في تطبيقاتك....البيانات الوصفية لملف صورة (مثل image.jpg ) بناءً على معايير معينة...run (): with gm . Metadata( "image.jpg" ) as metadata: # التحقق...

    blog.groupdocs.com/ar/metadata/edit-metadata-in...
  7. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/exporting-metad...
  8. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/exporting-meta...
  9. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  10. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/get-supported-...