Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 15,515 for

file

(0.36 sec)
  1. Convert PDF to XPS using Java

    Quickly convert PDF to XPS using Java with our comprehensive guide. Furthermore, we'll provide you with a code example to export PDF to XPS using Java....(Portable Document Format) files to XPS (XML Paper Specification)...for Java for exporting PDF files to the XPS format Instantiate...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  2. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....metadata in AVI files Working with metadata in AVI files Leave feedback...format-specific information from AVI file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Convert PDF to XLSX using Java

    Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java....for Java for exporting PDF files to XLSX format Instantiate an...Converter class by providing the PDF file path to its constructor Instantiate...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  4. How to Add Redaction Annotation to PDF using C#

    Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#....providing the path of the PDF file as an argument to its constructor...annotation library and updated the file paths for input and output,...

    kb.groupdocs.com/annotation/net/how-to-add-reda...
  5. 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 getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....and extract some additional file format information. a GIF image...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. How to Add Image Signature to PDF in Java

    Understand the step-by-step procedure to add image signature to PDF in Java and how to create functionality to insert signature image in PDF using Java....and pass the required image file to the constructor Call the...Signature class, pass the output PDF file name and ImageSignOptions object...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  7. Render SVG as PDF using C#

    Efficiently acquire the knowledge of how to render SVG as PDF using C#. Additionally, delve into step-by-step guidelines and C# code for rendering SVG to PDF....object by providing the SVG file path as an argument to its constructor...the required adjustments to file paths, incorporating the code...

    kb.groupdocs.com/viewer/net/render-svg-as-pdf-u...
  8. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Annotator class by supplying the JPG file path as an argument to its constructor...annotation library and modifying file paths as needed, seamlessly...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  9. How to Sign RTF with Stamp Signature using C#

    This article is here to assist you to sign RTF with stamp signature using C#. Additionally, we will furnish you with a code example to embed stamp signature into RTF using C#....object by providing the RTF file path to its constructor Create...library and made the required file path adjustments, you can use...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  10. Extract text from ZIP archive files | GroupDocs

    To extract Files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the File indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...ZIP archive files Extract text from ZIP archive files Leave feedback...feedback To extract files from ZIP archives method is used. This...

    docs.groupdocs.com/parser/java/extract-text-fro...