Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 2,601 for

image annotation

(0.05 sec)
  1. JavaでPDFから画像を抽出する方法

    Java で PDF から画像を抽出するための使いやすい手順を理解し、Java を使用して PDF から画像を抽出するコードを作成する方法を学びましょう。...Annotation Product Family GroupDocs...で PDF から画像を抽出するコード extract images from PDF Java アプリケーションを開発するために、いくつかの...

    kb.groupdocs.com/ja/parser/java/how-to-extract-...
  2. 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); // ....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. Rechercher et remplacer des mots dans des docum...

    Recherchez, remplacez ou masquez du texte, des mots et des phrases dans des fichiers Word DOC/DOCX à l'aide de C#. Rédigez et effectuez des recherches textuelles, sensibles à la casse et RegEx avec l'API de rédaction .NET....fonctionnalités de métadonnées, d’annotation, de feuille de calcul et...et de rédaction d’images. Les formats de fichiers pris en charge...

    blog.groupdocs.com/fr/redaction/find-and-replac...
  4. Assinatura Digital - esign DOCX documentos | As...

    Assinatura digital (eSignature) para DOCX facilitada com o GroupDocs Signature. Crie gratuitamente suas assinaturas digitais eletrônicas e insija documentos DOCX!... BMP (Bitmap Image File) CDR (CorelDRAW Image File) CMX (CorelDRAW...(CorelDRAW Metafile Exchange Image File) CSV (Comma Separated Values...

    products.groupdocs.app/pt/signature/docx
  5. Digital signatur - esignera DOCX dokument | Sig...

    Digital signatur (eSignature) för DOCX enkelt med GroupDocs Signature. Skapa dina elektroniska digitala signaturer och esignera DOCX dokument gratis!... BMP (Bitmap Image File) CDR (CorelDRAW Image File) CMX (CorelDRAW...(CorelDRAW Metafile Exchange Image File) CSV (Comma Separated Values...

    products.groupdocs.app/sv/signature/docx
  6. 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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into Images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Annotation Product Solution GroupDocs...options (convert pages into images, and save PDF with scan-like...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  7. ลายเซ็นดิจิทัล - |เอกสารDOCX ลายเซ็นของรหัสกลุ่ม

    ลายเซ็นดิจิทัล (eSignature) สําหรับDOCXทําได้ง่ายด้วยลายเซ็น GroupDocs สร้างลายเซ็นดิจิทัลอิเล็กทรอนิกส์ของคุณและจัดส่งเอกสารDOCXได้ฟรี!...โปรดดูรายการด้านล่าง BMP (Bitmap Image File) CDR (CorelDRAW Image File) CMX (CorelDRAW...(CorelDRAW Metafile Exchange Image File) CSV (Comma Separated Values...

    products.groupdocs.app/th/signature/docx
  8. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Java...Annotation Product Solution GroupDocs...files (TXT), that contain no images, pages, paragraphs, lists,...

    docs.groupdocs.com/editor/java/edit-txt/
  9. 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....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-v...
  10. 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....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...