Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 14,608 for

file

(0.08 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Processing document template file has been used. Therefore, the...the other file formats is same. Download Demo File Please download...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  3. Unable to print all pages of large documents - ...

    Hi, We use GroupDocs Viewer for .NET with asp.net core 8 application. Viewer type jpg has been set. When I render pdf document, it correctly renders as images per page. However for some pdfs clicking on print button, o…... File name This feature was fixed and now hides file name...pane. Also, you can set the file name using your implementation...

    forum.groupdocs.com/t/unable-to-print-all-pages...
  4. Convert PDF to Grayscale JPG & PNG Images using C#

    Transform PDF documents to grayscale JPG or PNG images in C#. Apply gamma, manage contrast or control brightness within .NET application....between a multitude of supported file formats and image types . Conversion...options . Set the conversion file format as JPG. Set the grayscale...

    blog.groupdocs.com/conversion/convert-pdf-to-gr...
  5. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion API....API supports a long list of file formats to convert into one...convert the whole presentation file. Create Converter class object...

    blog.groupdocs.com/conversion/convert-presentat...
  6. Merge PowerPoint Presentations & Slides in Java...

    Merge PowerPoint PPT/PPTX presentations in Java. Learn, how to combine specific slides of different Files using Java merger API by GroupDocs.... You can download the JAR file from the downloads section or...similar to combining just 2 files. The following steps show how...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  7. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....properties extracted from a file. Some metadata standards can...the exact format of the loaded file. The code sample below demonstrates...

    docs.groupdocs.com/metadata/java/find-metadata-...
  8. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....to output text to a file. The path to a file is specified in the...documents [ 0 ]; // Output to a file FileOutputAdapter fileOutputAdapter...

    docs.groupdocs.com/search/java/output-adapters/
  9. Convert DOCX to PNG using Python

    Learn how to convert DOCX to PNG using Python with step-by-step instructions and code example. Easily export DOCX to PNG using Python for high-quality image output....necessary to perform the DOCX to PNG file transformation accurately and...process each page of the DOCX file and save the resulting content...

    kb.groupdocs.com/conversion/python/convert-docx...
  10. Add Wavy Underline in Word, PDF, PPT using C# |...

    Insert different colored wavy underlines in Word, PDF, and other documents using C#. Add squiggly annotation in documents within the .NET applications.... Save the updated Word file using Save() method. The following...documentation if your intended document file format is supported by the API)...

    blog.groupdocs.com/annotation/add-wavy-underlin...