Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 12,448 for

formatting

(1.37 sec)
  1. Cara Mengonversi ODT ke DOCX menggunakan C#

    Dalam topik ini, Anda akan mempelajari cara mengonversi ODT ke DOCX menggunakan C# tanpa menginstal perangkat lunak pihak ketiga. Selain itu, kami akan memberikan kode untuk mengekspor ODT ke DOCX di C#....digital saat ini, konversi format file menjadi semakin penting...Dokumen Terbuka ( ODT ) ke format Microsoft Word Document (DOCX)...

    kb.groupdocs.com/id/conversion/net/how-to-conve...
  2. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Extracting Common...feedback For all supported image formats the GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/net/extracting-comm...
  4. Save signed Presentation with different output ...

    This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....with different formats / Presentaion → format Save signed Presentation...signed documents with different formats. Each of document type has...

    docs.groupdocs.com/signature/java/save-signed-p...
  5. Generate QR Codes in C# | Sign Documents and Im...

    Electronically sign documents and Images by generating QR codes in C# and attach these to Word, Excel, PDF, PNG, JPG, WebP files using .NET Signature API....and a lot more document file formats to add QR codes . For the examples...any other supported document format to attach the generated QR...

    blog.groupdocs.com/signature/generate-qr-codes-...
  6. Konwertuj Markdown na PDF za pomocą C# | MD do ...

    Konwertuj pliki Markdown do formatu PDF przy użyciu języka C#. Przekształcaj pliki MD do formatu przenośnego za pomocą interfejsu API konwersji GroupDocs .NET....Przekonwertuj plik przeceny na format PDF za pomocą metody Convert()...konwertuje plik Markdown na format PDF. // Konwertuj pliki Markdown...

    blog.groupdocs.com/pl/conversion/convert-markdo...
  7. Comment convertir XLSX en PDF en utilisant Java

    Cet article explique comment convertir XLSX en PDF à l'aide de Java. En outre, un exemple de code est inclus pour expliquer la procédure d'exportation de XLSX au format PDF à l'aide de Java....montrerons comment exporter XLSX au format PDF à l’aide de Java . De plus...convertir les fichiers XLSX au format PDF. Étapes pour convertir...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  8. Convertir CSV en MD en utilisant C#

    Voyons rapidement comment convertir CSV en MD en utilisant C# sans installation de logiciel supplémentaire. Nous vous présenterons les étapes clés et le code pour exporter CSV vers MD en utilisant C#....en MD en utilisant C# Deux formats populaires pour représenter...transformer un fichier CSV au format MD Créez une instance de la...

    kb.groupdocs.com/fr/conversion/net/convert-csv-...
  9. Konvertera PDF till DOCX med Java

    Konvertera enkelt PDF till DOCX med Java, vilket eliminerar behovet av ytterligare verktyg. Vi kommer också att förse dig med kodexempel för att exportera PDF till DOCX med Java.... PDF (Portable Document Format) och DOCX (Microsoft Word Document)...ställ in utdatadokumentets format som DOCX Ring Converter.save-metoden...

    kb.groupdocs.com/sv/conversion/java/convert-pdf...
  10. Konversi PDF ke Gambar menggunakan Node.js

    Pelajari cara mengonversi PDF ke Gambar menggunakan Node.js. Panduan ini memberikan metode sederhana untuk mengekspor PDF ke Gambar secara efisien di Node.js, memastikan keluaran gambar berkualitas tinggi....untuk mengelola transformasi format file secara efisien Buat instance...ImageConvertOptions dan tentukan PNG sebagai format output Panggil metode convert...

    kb.groupdocs.com/id/conversion/nodejs/convert-p...