Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 12,442 for

formatting

(0.68 sec)
  1. exif data

    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....EXIF (Exchangeable Image File Format) เป็นมาตรฐานและกำหนดวิธีจั...EXIF (Exchangeable Image File Format) เป็นมาตรฐานในการระบุรูปแบ...

    blog.groupdocs.com/th/tag/exif-data/
  2. Releases

    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....md, dan metadata format yang ditingkatkan. Memperkenalkan...pustaka Python untuk mengekspor format dokumen populer ke Markdown...

    blog.groupdocs.com/id/tag/releases/
  3. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....Managing metadata for specific formats / Audio / Working with MP3...managing_metadata_for_specific_formats. audio.mp3.MP3ReadID3V1Tag...

    docs.groupdocs.com/metadata/java/handling-the-i...
  4. 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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....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/java/working-with-c...
  5. 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....en JPG, PNG, TIFF et autres formats à l’aide de C#. Supposons que...peuvent être de n’importe quel format tel que Word (Doc, Docx), PDF...

    blog.groupdocs.com/fr/page/38/
  6. GroupDocs.Markdown untuk Python via .NET — Eksp...

    Konversi PDF, Word, Excel, EPUB, dan lainnya ke Markdown langsung dari Python. Sebuah paket PyPI yang berdiri sendiri dengan API yang bersifat pythonic, dukungan async, dan output yang ramah LLM....Apa yang Anda Dapatkan Mulai Format yang didukung Contoh Pythonic...Excel, EPUB, dan lebih dari 20 format lainnya menjadi Markdown bersih...

    blog.groupdocs.com/id/markdown/groupdocs-markdo...
  7. Kako pretvoriti PDF u HTML u Javi

    Naučite kako pretvoriti PDF u HTML u Javi i brzo izvršiti transformacije dokumenta. Ispitajte PDF u HTML Java kod zajedno s detaljnim uputama....pretvorbu dokumenta u željeni format. Kod za pretvaranje PDF-a u...Powerpoint i druge formate, te ih pretvoriti u HTML format. Nadalje, možete...

    kb.groupdocs.com/hr/conversion/java/how-to-conv...
  8. How to Convert RTF to ODT using Java

    In this topic, you will be taken step-by-step process to convert RTF to ODT using Java. Also, you will find Java code that explains how to export RTF to ODT in Java....landscape, the demand for file format transformations has grown significantly...converting Rich Text Format ( RTF ) files to ODT format. Additionally...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Convert PDF to ODT using Java

    Convert PDF to ODT using Java effortlessly without the need for additional tools. We will provide you code example and complete steps to perform this conversion....transform PDF (Portable Document Format) files into ODT (Open Document...fixed-layout to flexible document formats. This guide simplifies the...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. How to Convert MSG to TXT using Java

    This section will teach you how to convert MSG to TXT using Java without the need of third-party software. Also, we will provide code to export MSG to TXT in Java....to convert email to TXT file format Add the necessary class references...handle your email content in a format that works everywhere, which...

    kb.groupdocs.com/conversion/java/how-to-convert...