Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 3,187 for

image signature

(0.12 sec)
  1. Converter DOCX para TIFF usando Python

    Converta DOCX para TIFF facilmente usando Python com exemplos de código claros. Siga este guia para exportar DOCX para TIFF usando Python e obter uma saída de Imagem de alta qualidade....Signature Product Family GroupDocs.Metadata...de impressão. O TIFF (Tagged Image File Format) é conhecido por...

    kb.groupdocs.com/pt/conversion/python/convert-d...
  2. Converta PDF em TIFF usando Node.js

    Aprenda como converter PDF em TIFF usando Node.js e exportar PDF para TIFF em Node.js. Conversão de arquivos eficiente para saídas de Imagens de alta qualidade em seus aplicativos....Signature Product Family GroupDocs.Metadata...usando Node.js . TIFF, ou Tagged Image File Format, é amplamente utilizado...

    kb.groupdocs.com/pt/conversion/nodejs/convert-p...
  3. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Signature Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets), that...

    docs.groupdocs.com/editor/net/create-editabledo...
  4. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Signature Product Solution GroupDocs...IImageResource > onlyImages = document . Images ; List < IHtmlResource > allResourcesTogether...

    docs.groupdocs.com/editor/net/edit-document/
  5. JavaでPDFから画像を抽出する方法

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

    kb.groupdocs.com/ja/parser/java/how-to-extract-...
  6. Working with CAD metadata | GroupDocs

    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); // ....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Signature for .NET 是用於在 PDF 文件、文字處理...[.NET API for document and image conversion][1] 在 C# 中比較圖像。...

    blog.groupdocs.com/zh-hant/groupdocs.blog/page/32/
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Signature for .NET 是用於在 PDF 文件、文字處理...[.NET API for document and image conversion][1] 在 C# 中比較圖像。...

    blog.groupdocs.com/zh-hant/page/32/
  9. 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....Signature Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. C#을 사용하여 TIFF 파일 병합

    이 문서에서는 C#을 사용하여 TIFF 파일을 병합하는 주요 단계를 제공합니다. 또한 C#에서 TIFF 파일을 결합하는 샘플 코드 예제도 제공됩니다....Signature Product Family GroupDocs.Metadata...사용하여 TIFF 파일 병합 TIFF(Tagged Image File Format) 파일은 고품질 이미지 저장...

    kb.groupdocs.com/ko/merger/net/merge-tiff-files...