Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 13,203 for

formatting

(0.09 sec)
  1. 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....des bugs critiques dans des formats tels que PPTX, Visio et HTML...plusieurs bugs de rendu pour les formats DXF, EML, PDF et les feuilles...

    blog.groupdocs.com/fr/page/2/
  2. Import Annotations from Slides using GroupDocs....

    We are at GroupDocs glad to publish another monthly release of dot net document annotation API, where new features are introduced, major features are related to import annotations from slides document format, these includes Import distance annotation, text annotation, strikeout annotation and almost all major annotation types. The latest GroupDocs.Annotation for .NET 17.8.0 API now provides support to set Opacity for Words file also. This release is also including Improvements and Fixes....annotations from slides document format, these includes Import distance...Annotations from slides file formats and added Text Field, Strikeout...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  3. JSON Viewer in Java | Render JSON as PDF using ...

    View JSON files as PDF using Java. Learn how to render JSON files within your own JSON viewer Java application using GroupDocs API....easy to parse structured data format, JSON has popularity in the...files in different others formats. This article briefly shows...

    blog.groupdocs.com/viewer/json-viewer-using-java/
  4. list-supported-file-types.txt

    Zipped File .zip G-Zip Compressed File .gz 7-Zip Compressed File .7z Consolidated Unix File Archive .tar Roshal ARchive Compressed File .rar Bzip2 Compressed File .bz2 Visio Drawing File .vsd Visio......tif Tagged Image File Format .tiff JPEG Image .jpg JPEG....png Graphical Interchange Format File .gif Bitmap Image File...

    docs.groupdocs.com/merger/python-net/_output_fi...
  5. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....audio, video and many other formats. It works with most notable...Image Resource Blocks, ID3 and format-specific metadata properties...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  6. Comment convertir RTF en SVG en utilisant C#

    Dans ce didacticiel, vous apprendrez à convertir RTF en SVG à l'aide de C # en suivant un processus étape par étape. De plus, un exemple de code est inclus pour exporter RTF vers SVG en C#.... Rich Text Format ( RTF ) et Scalable Vector...Vector Graphics (SVG) sont deux formats de fichiers différents utilisés...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  7. GroupDocs.Metadata Overview | GroupDocs

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....audio, video and many other formats. It works with most notable...Image Resource Blocks, ID3 and format-specific metadata properties...

    docs.groupdocs.com/metadata/java/product-overview/
  8. Konversi PDF ke GIF menggunakan Node.js

    Pelajari cara mengonversi PDF ke GIF menggunakan Node.js dengan panduan langkah demi langkah. Ekspor PDF ke GIF dengan mudah di Node.js dan ubah dokumen menjadi slide....PDF dan mengubahnya menjadi format yang lebih portabel dan mudah...menampilkan konten dengan cepat dalam format yang ringan. Selain itu, jika...

    kb.groupdocs.com/id/conversion/nodejs/convert-p...
  9. Penampil XML menggunakan Java | Render XML seba...

    Lihat file XML sebagai PDF menggunakan Java. Pelajari cara merender file XML dalam aplikasi Java penampil XML Anda sendiri menggunakan GroupDocs API....seringkali perlu mengubahnya menjadi format dokumen lain seperti PDF, JPG...beberapa format file, termasuk XML ke PDF, HTML, dan format gambar...

    blog.groupdocs.com/id/viewer/xml-viewer-using-j...
  10. Working with metadata in AVI files | GroupDocs

    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....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/java/working-with-m...