Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 11,101 for

formatting

(0.06 sec)
  1. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...the convert options for JPG format ImageConvertOptions options...= new ImageConvertOptions { Format = GroupDocs.Conversion.FileTypes...

    forum.groupdocs.com/t/font-processing-issue-wit...
  2. Видобуток RIFF INFO та метаданих файлів WAV у C#

    Витяг метаданих і RIFF INFO аудіофайлів WAV на C#. API метаданих дозволяє керувати метаданими у ваших програмах .NET....WriteLine("Audio Format: " + root.WavPackage.AudioFormat);...AudioFormat); // Audio Format Console.WriteLine("Sample Rate: " +...

    blog.groupdocs.com/uk/metadata/extract-riff-inf...
  3. PowerPoint Viewer – Buka & Baca Berkas PPT, PPT...

    Pelajari cara melihat presentasi PowerPoint secara online menggunakan penampil PPTX gratis atau secara programatik dengan API untuk .NET, Java, Python, dan Node.js....untuk mengonversi presentasi ke format PDF atau HTML tanpa perlu menginstal...PowerPoint dengan mudah ke dalam format PDF atau HTML. API ini bersifat...

    blog.groupdocs.com/id/viewer/view-powerpoint-pr...
  4. Konwertuj arkusze kalkulacyjne Excel do formatu...

    Konwertuj pliki Excela na PDF w Javie. Konwertuj cały skoroszyt, wybrane lub kolejne arkusze lub dowolny zakres komórek za pomocą Java API do konwersji arkuszy kalkulacyjnych....arkusze plików programu Excel na format PDF — Java # Najprostszym sposobem...(A1:C20) arkusza numer 1 na format PDF w Javie. /* * Konwertuj...

    blog.groupdocs.com/pl/conversion/convert-excel-...
  5. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Managing metadata for specific formats / Video / Working with Metadata...metadata in ASF files Reading ASF format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. C#에서 WAV 파일의 RIFF INFO 및 메타데이터 추출

    C#에서 WAV 오디오 파일의 메타데이터 및 RIFF INFO를 추출합니다. 메타데이터 API를 사용하면 .NET 애플리케이션 내에서 메타데이터를 관리할 수 있습니다....(Resource Interchange File Format)는 태그가 지정된 청크로 데이터를 저장하기 위한...Channels Console.WriteLine("Audio Format: " + root.WavPackage.AudioFormat);...

    blog.groupdocs.com/ko/metadata/extract-riff-inf...
  7. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......Transformez les fichiers DOC/DOCX au format MD à l'aide de l'API...Transformez les fichiers DOC/DOCX au format MD à l'aide de l'API...

    blog.groupdocs.com/fr/categories/groupdocs.pars...
  8. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } 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 / Working with BMP...Metadata API supports extracting format-specific information from BMP...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....the output format to HTML . By default, the format is TXT . If...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  10. Hur man konverterar DOC till DOCX med Java

    Låt oss snabbt gå igenom de detaljerade instruktionerna för att konvertera DOC till DOCX med Java och hur man använder dem för att utveckla Java DOC till DOCX-omvandlarmöjligheten....dokumenttransformati mellan format. Vidare behöver du inte installera...dokument från DOC- till DOCX-format. Dessutom kommer vi att producera...

    kb.groupdocs.com/sv/conversion/java/how-to-conv...