Sort Score
Result 10 results
Languages All
Labels All
Results 8,241 - 8,250 of 8,823 for

image

(0.11 sec)
  1. แปลง DOCX เป็น TIFF โดยใช้ Python

    แปลงไฟล์ DOCX เป็น TIFF ได้อย่างง่ายดายโดยใช้ Python พร้อมตัวอย่างโค้ดที่ชัดเจน ปฏิบัติตามคำแนะนำนี้เพื่อส่งออกไฟล์ DOCX เป็น TIFF โดยใช้ Python เพื่อให้ได้ผลลัพธ์ภาพที่มีคุณภาพสูง...โฟลว์การพิมพ์ TIFF (Tagged Image File Format) เป็นที่รู้จักก...

    kb.groupdocs.com/th/conversion/python/convert-d...
  2. 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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-zi...
  3. Подпишите PDF-файл с помощью сертификата цифров...

    Овладейте искусством цифровой подписи PDF-файлов с помощью сертификатов на Java. Настраивайте подписи и создавайте собственное приложение с помощью API цифровой подписи....setImageFilePath("image.jpg"); options.setLeft(100);...

    blog.groupdocs.com/ru/signature/sign-pdf-with-c...
  4. Firmar digitalmente documentos de Word con Java

    Domina el arte de firmar digitalmente documentos de Word con certificados en Java. Personalice firmas y cree su propia aplicación utilizando la API de firma digital....setImageFilePath("image.jpg"); options.setLeft(100);...

    blog.groupdocs.com/es/signature/sign-word-files...
  5. Μετατροπή PDF σε TIFF χρησιμοποιώντας το Node.js

    Μάθετε πώς να μετατρέπετε PDF σε TIFF χρησιμοποιώντας το Node.js και να εξάγετε PDF σε TIFF στο Node.js. Αποτελεσματική μετατροπή αρχείων για εξόδους εικόνας υψηλής ποιότητας στις εφαρμογές σας.... Το TIFF ή το Tagged Image File Format, χρησιμοποιείται...

    kb.groupdocs.com/el/conversion/nodejs/convert-p...
  6. 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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. GroupDocs.Merger Product Family

    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....des filigranes de texte et d’image aux documents][1] pour éviter...

    blog.groupdocs.com/fr/categories/groupdocs.merg...
  8. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...entanto, EXIF (Exchangeable Image File Format) é o padrão e define...

    blog.groupdocs.com/pt/groupdocs.blog/page/23/
  9. Get document info | Documentation

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET.... TasksCount ); } Images using ( Converter converter...converter = new Converter ( "image.png" )) { IDocumentInfo info = converter...

    docs.groupdocs.com/conversion/net/get-document-...
  10. Python 앱에서 메타데이터 편집 및 관리 - GroupDocs.Metadata

    GroupDocs.Metadata for Python via .NET을 사용하여 애플리케이션에서 메타데이터를 추출, 업데이트 및 제거하는 방법을 알아보세요....이 예제에서는 특정 기준에 따라 이미지 파일(예: image.jpg )의 메타데이터 속성을 가져옵니다. 메타데이터...run (): with gm . Metadata( "image.jpg" ) as metadata: # 파일 형식이...

    blog.groupdocs.com/ko/metadata/edit-metadata-in...