Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 13,111 for

formatting

(1.16 sec)
  1. Hur man konverterar MSG till MHTML med C#

    I den här artikeln kommer du att lära dig hur du konverterar MSG till MHTML med C# utan att installera programvara från tredje part. Vi kommer också att tillhandahålla kod för att exportera MSG till MHTML i C#....finns dokument ofta i olika format och var och en av dem tjänar...konvertera dokument från ett format till ett annat för olika användningsområden...

    kb.groupdocs.com/sv/conversion/net/how-to-conve...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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-...
  7. 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...
  8. Mettre à jour les métadonnées EPUB à l'aide de ...

    Découvrez comment afficher et modifier les métadonnées des livres électroniques EPUB à l'aide de C#. Modifiez par programme les propriétés spécifiques à l'EPUB et les éléments Dublin Core à l'aide de C#....中國傳統的 Un fichier EPUB est un format de livre électronique numérique...des métadonnées de divers formats de fichiers dans les applications...

    blog.groupdocs.com/fr/metadata/view-edit-epub-m...
  9. Konwersja arkuszy kalkulacyjnych Excel do forma...

    Konwertuj pliki programu Excel do formatu PDF przy użyciu języka C#. Konwertuj cały skoroszyt, wybrane arkusze, podsekwencje arkuszy lub dowolny zakres komórek za pomocą interfejsu API .NET do konwersji arkuszy kalkulacyjnych....przekonwertować jeden plik na inny format. W tym artykule poznamy różne...określoną listę numerów arkuszy na format PDF przy użyciu języka C#....

    blog.groupdocs.com/pl/conversion/convert-excel-...
  10. PDF- und Word-Berichte aus CSV in Java | CSV zu...

    Erstellen Sie programmgesteuert Berichte, indem Sie CSV mithilfe von Vorlagen in Java in PDF- und Word-Formate konvertieren. Automatisieren Sie die Generierung von PDF- und DOC/DOCX-Berichten mithilfe der Java-API....CSV-Daten in ein ansehnliches Format umwandeln. In diesem Artikel...-Daten und einer Vorlage im TXT -Format zu generieren. Es unterstützt...

    blog.groupdocs.com/de/assembly/generate-reports...