Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 1,480 for

view document

(0.05 sec)
  1. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-o...
  2. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Basic usage / Convert files...

    docs.groupdocs.com/conversion/java/convert/pdf/
  3. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Edit Email | Documentation

    This guide demonstrates how to edit content of the Documents from Email format family like a common text Documents using a GroupDocs.Editor for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Email documents Edit Email Leave...

    docs.groupdocs.com/editor/net/edit-email/
  5. Online VSD to JPG Converter | Free GroupDocs Apps

    VSD to JPG Document converter - convert VSD to JPG online for free, no registration required. Secure and easy to use VSD to JPG conversion!...You can convert your VSD documents from any platform (Windows...convert password protected documents. Just expand LoadOptions and...

    products.groupdocs.app/conversion/vsd-to-jpg
  6. How to edit e-Book file | Documentation

    This article demonstrates how to edit e-Book files using Java programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Java / Developer Guide / Edit document / How to edit e-Book file...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  7. Save output to a stream | Documentation

    This article shows how to save output to a stream when rendering a Document...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Save output to a stream...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  8. Online PDF to ICO Converter | Free GroupDocs Apps

    PDF to ICO Document converter - convert PDF to ICO online for free, no registration required. Secure and easy to use PDF to ICO conversion!...You can convert your PDF documents from any platform (Windows...convert password protected documents. Just expand LoadOptions and...

    products.groupdocs.app/conversion/pdf-to-ico
  9. Online PDF to JP2 Converter | Free GroupDocs Apps

    PDF to JP2 Document converter - convert PDF to JP2 online for free, no registration required. Secure and easy to use PDF to JP2 conversion!...You can convert your PDF documents from any platform (Windows...convert password protected documents. Just expand LoadOptions and...

    products.groupdocs.app/conversion/pdf-to-jp2
  10. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj Exeview options HtmlViewOptions viewOptions...// Render DOCX to HTML viewer.View(viewOptions); } } } } DemoApp/formatting...

    docs.groupdocs.com/viewer/net/sample-files/how-...