Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 3,814 for

image watermarking

(0.18 sec)
  1. C# Convertir PPT en PDF | PPTX en PDF | Convers...

    Convertissez PowerPoint PPT, PPTX en PDF dans .NET. Des exemples de code C# montrent la conversion de diapositives consécutives sélectives et le filigrane à l'aide de l'API de conversion....Options de formatage Qualité d’image Rotation Filigrane // Conversion...PdfConvertOptions { Watermark = new WatermarkTextOptions("Watermark") { Color...

    blog.groupdocs.com/fr/conversion/convert-presen...
  2. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Առցանց DOC-ից XLS փոխարկիչ | Անվճար GroupDocs հ...

    Փաստաթղթերի փոխարկիչ DOC-ից XLS. առցանց անվճար փոխարկեք DOC-ը XLS-ի, գրանցում չի պահանջվում: Անվտանգ և հեշտ օգտագործման DOC-ից XLS փոխարկում:...դեպի WORD, POWERPOINT դեպի IMAGE, VSDX դեպի PDF, HTML դեպի DOCX...(Tagged Image File Format) DOC TO TIF Փոխարկիչ (Tagged Image File...

    products.groupdocs.app/hy/conversion/doc-to-xls
  4. Python을 사용하여 DOCX를 TIFF로 변환

    명확한 코드 예제를 통해 Python을 사용하여 DOCX를 TIFF로 쉽게 변환하세요. 이 가이드를 따라 Python을 사용하여 DOCX를 TIFF로 내보내고 고품질 이미지를 출력하세요....Watermark Product Family GroupDocs.Merger...하는 것이 널리 사용됩니다. TIFF(Tagged Image File Format)는 고해상도 콘텐츠를 보존하는...

    kb.groupdocs.com/ko/conversion/python/convert-d...
  5. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-vc...
  6. Working with metadata in EPUB E-Books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Developer Guide | Documentation

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java file editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....Watermark Product Solution GroupDocs...adjust, and save resources like images, fonts, and stylesheets. Additional...

    docs.groupdocs.com/editor/nodejs-java/developer...
  8. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into Images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Watermark Product Solution GroupDocs...options (convert pages into images, and save PDF with scan-like...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. Java 経由で Node.js 用の GroupDocs.Viewer を実行するための D...

    GroupDocs.Viewer for Node.jsをJava経由で実行するためのDockerイメージの作成方法を学びます。環境設定の詳細とサンプルコードも含まれています。...Watermark Product Family GroupDocs.Merger... docker build -t gd-viewer-image 。 イメージが正常に構築されたら、次のコマンドを使用し...

    kb.groupdocs.com/ja/total/nodejs/create-a-docke...
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-ca...