Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,347 for

pptx to pdf

(0.14 sec)
  1. Working with metadata in GIF images | Documenta...

    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....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Digital Signature - esign PNG documents | Group...

    Digital signature (eSignature) for PNG made easy with GroupDocs Signature. Create your electronic digital signatures and esign PNG documents for free!...document format as PDF, DOCX, XLSX, PPTX, RTF, ODS, OTS, ODP...PNG, GIF, and many more! Sign PDF documents with digital certificates...

    products.groupdocs.app/signature/png
  3. Storing text of indexed documents | Documentation

    This article explains that how To sTore text of indexed documents using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/storing-text-of-...
  4. Working with metadata in GIF images | Documenta...

    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....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, To convert all text To lowercase characters or To remove diacritics from text....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/character-replac...
  6. Online JP2 Barcode Reader

    Free online Barcode parser from JP2. Secure and easy To use Barcode parser and reader...XHTML MHT MHTML XML MD ONE PDF PPT PPTX PPS PPSX ODP POT PPTM POTX...

    products.groupdocs.app/parser/jp2
  7. Using aliases | Documentation

    This article shows the use of aliases which allows you To reduce the length of search queries in text form....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/using-aliases/
  8. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/extend-...
  9. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps To read the JPEG2000 comments (pieces of metadata represented as strings with the length up To 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Optimize index | Documentation

    This article explains that how To optimize index To reduce the number of segments in an index....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/optimize-index/