Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 12,028 for

format

(0.69 sec)
  1. extract images from PDF

    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....中文 中國傳統的 Portable Document Format (PDF) ist ein beliebtes und...

    blog.groupdocs.com/de/tag/extract-images-from-pdf/
  2. Extract Metadata of WAV file in CSharp

    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....(Resource Interchange File Format) は、データをタグ付きチャンクとして格納するためのフ...

    blog.groupdocs.com/ja/tag/extract-metadata-of-w...
  3. exif data of jpeg in java

    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....**( Exchangeable Image File Format ) は、主にデジタルカメラやスキャナーで使用される画...

    blog.groupdocs.com/ja/tag/exif-data-of-jpeg-in-...
  4. Image Comparison

    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....atau gambar dengan beberapa format file lainnya. Tanpa membuang...

    blog.groupdocs.com/id/tag/image-comparison/
  5. Release 25.12

    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....file PowerPoint POTM, menjaga format asli setelah redaksi dan menyediakan...

    blog.groupdocs.com/id/tag/release-25.12/
  6. Управление данными XMP и EXIF изображений HEIF ...

    Управляйте данными XMP и EXIF изображений HEIF, HEIC с помощью C#. Чтение, обновление, удаление данных EXIF и XMP с помощью API автоматизации метаданных в приложениях .NET....формате High-Efficiency Image Format HEIF . XMP — это стандарт метаданных...EXIF (Exchangeable Image File Format) является стандартом и определяет...

    blog.groupdocs.com/ru/metadata/manage-xmp-and-e...
  7. Volltextsuchlösung in Java erstellen | In Datei...

    Volltextsuche-API für Java-Anwendungen zur Suche über Indizierung. Finden Sie Text in mehreren Word-, Excel-, PDF- und TXT-Dateien eines Ordners und markieren Sie Suchergebnisse....desselben oder unterschiedlicher Formate wie (Word, PDF, Excel und HTML)...highlighter); // Generates HTML formatted output document with highlighted...

    blog.groupdocs.com/de/search/build-full-text-se...
  8. Extraheer afbeeldingen uit PDF, Excel, PPT, Wor...

    .NET API met functies om afbeeldingen te extraheren uit PDF, spreadsheets, presentaties, tekstverwerkingsdocumenten en van specifieke pagina's met behulp van parsing-API in C#....Format("Page: {0}, R: {1}, Type: {2}"...af Console.WriteLine(string.Format("Page {0}/{1}", pageIndex +...

    blog.groupdocs.com/nl/parser/extract-images-fro...
  9. Mot de passe protéger/déprotéger des documents ...

    Ajoutez des mots de passe aux documents Word dans les applications Java. Modifiez le mot de passe existant des fichiers DOC DOCX protégés ou supprimez les mots de passe pour déverrouiller....sur l’API et sur les autres formats de documents pris en charge...mots de passe pour divers [formats de documents pris en charge]...

    blog.groupdocs.com/fr/merger/lock-unlock-word-d...
  10. 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); // ....Managing metadata for specific formats / Other / Working with CAD...CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata...

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