Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 13,203 for

formatting

(0.15 sec)
  1. Convertir un PDF en ODT à l'aide de Java

    Convertissez facilement des PDF en ODT à l'aide de Java, sans avoir besoin d'outils supplémentaires. Nous vous fournirons un exemple de code et les étapes complètes pour effectuer cette conversion....fichiers PDF (Portable Document Format) en ODT (Open Document Text)...d’une mise en page fixe à des formats de document flexibles. Ce guide...

    kb.groupdocs.com/fr/conversion/java/convert-pdf...
  2. Comment convertir RTF en DOCX en utilisant C #

    Utilisez une bibliothèque conviviale pour convertir RTF en DOCX en utilisant C # avec un exemple de code pour générer DOCX à partir de RTF en C # avec peu d'appels d'API sur n'importe quel système d'exploitation....(Rich Text Format) et Microsoft Word DOCX sont deux formats de document...conversion de fichiers RTF au format DOCX peut être utile lorsque...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. Extract Archive Files Data using C# | ZIP, RAR,...

    Extract data of compressed archives like ZIP, RAR, TAR, GZIP, BZIP2 files using C# in .NET application. Parse archives and extract whole text within files....documents of various file formats, you can treat the archive...list of supported document formats like word-processing documents...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  4. Redact PDF and Scanned Documents in Java | Blac...

    Redact text in PDF and other documents using Java in your applications. Redact documents to blackout text and also the text within the embedded images....documents of various file formats from your Java-based applications...complete list of supported file formats is available in the documentation...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  5. GroupDocs Apps Suite: Online Document Managemen...

    Businesses relish the economic opportunities SaaS and cloud based platforms offer. Organizations worldwide are reacting to a shift in the document management space. Lawmakers in various countries stresses the need to save documents and files online, rather than the traditional way: paper. Different verticals such as pharmaceuticals, IT, and banking have started implementing and harnessing the benefits from online document management. There are many advantages: digital file storing and sharing is safe and secure, protects unauthorized use through security layers, and reduces cost, to mention a few....viewing a wide range of popular formats. Send and receive documents...convert documents from one format to another with a browser....

    blog.groupdocs.com/total/online-document-manage...
  6. Konversi PDF ke Teks menggunakan Node.js

    Pelajari cara mengonversi PDF ke Teks menggunakan Node.js. Panduan ini mencakup ekstraksi teks yang cepat dan akurat, membantu Anda mengekspor PDF ke Teks di Node.js dengan mudah dengan mudah....mengelola berbagai konversi format file Buat instance kelas Converter...teks dan pilih TXT sebagai format keluaran Panggil metode konversi...

    kb.groupdocs.com/id/conversion/nodejs/convert-p...
  7. Hapus Metadata dari RTF menggunakan Java

    Pelajari cara menghapus metadata dari RTF secara efisien menggunakan Java dengan contoh yang menunjukkan cara menghapus metadata dari RTF di Java tanpa memerlukan perangkat lunak tambahan....menggunakan Java Rich Text Format ( RTF ) adalah format dokumen yang umum...mengelola metadata dalam berbagai format file, termasuk RTF. Berikut...

    kb.groupdocs.com/id/metadata/java/remove-metada...
  8. Ekstrak Teks dari PPT menggunakan C#

    Artikel ini merinci proses cara mengekstrak teks dari PPT menggunakan C#. Artikel ini menyertakan contoh kode untuk membantu Anda mengintegrasikan ekstraksi teks dari PPT dalam proyek C#....yang sering disimpan dalam format PPT , dapat berisi data teks...menyampaikan informasi dalam format visual. Namun, ada kalanya...

    kb.groupdocs.com/id/parser/net/extract-text-fro...
  9. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Get document info | GroupDocs

    This article shows how to get the basic document info.... format ( "FileType: %s" , info . getFileType.... out . println ( String . format ( "PageCount: %d" , info ....

    docs.groupdocs.com/parser/java/get-document-info/