Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 4,305 for

values

(0.04 sec)
  1. 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!...File) CSV (Comma Separated Values File) DOC (Microsoft Word Document)...File) SVG (Comma Separated Values File) TIF (Tagged Image File)...

    products.groupdocs.app/pt/signature/docx
  2. ลายเซ็นดิจิทัล - |เอกสารDOCX ลายเซ็นของรหัสกลุ่ม

    ลายเซ็นดิจิทัล (eSignature) สําหรับDOCXทําได้ง่ายด้วยลายเซ็น GroupDocs สร้างลายเซ็นดิจิทัลอิเล็กทรอนิกส์ของคุณและจัดส่งเอกสารDOCXได้ฟรี!...File) CSV (Comma Separated Values File) DOC (Microsoft Word Document)...File) SVG (Comma Separated Values File) TIF (Tagged Image File)...

    products.groupdocs.app/th/signature/docx
  3. オンライン | TEX結合無料GroupDocsアプリ

    無料オンライン TEX合併。 TEXを 1 つのファイルに結合します。100%無料のオンライン TEX合併、安全で使いやすい。...マージ CSVファイル Comma Separated Values File DOC 合併 Microsoft Word...File マージ TSVファイル Tab Separated Values File TXT 合併 Plain Text File...

    products.groupdocs.app/ja/merger/tex
  4. 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!...File) CSV (Comma Separated Values File) DOC (Microsoft Word Document)...File) SVG (Comma Separated Values File) TIF (Tagged Image File)...

    products.groupdocs.app/sv/signature/docx
  5. Java에서 JPEG, PNG, TIFF 및 WebP 이미지의 EXIF 데이터 처리

    Java에서 이미지의 EXIF 메타데이터를 조작합니다. Java API를 사용하여 프로그래밍 방식으로 JPG/JPEG, PNG, WebP 또는 기타 이미지의 EXIF 데이터를 추출, 업데이트, 추가 또는 제거합니다.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/ko/metadata/handle-exif-data...
  6. 在 Java 中處理 JPEG、PNG、TIFF 和 WebP 圖像的 EXIF 數據

    在 Java 中處理圖像的 EXIF 元數據。使用 Java API 以編程方式提取、更新、添加或刪除 JPG/JPEG、PNG、WebP 或其他圖像的 EXIF 數據。... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/zh-hant/metadata/handle-exif...
  7. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-z...
  8. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Bulleted List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Spreadsheet Document based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Excel Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Excel 2013. Adding bulleted list in Microsoft Excel is different than Microsoft Word.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/bulleted-list-i...