Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,339 for

pptx to pdf

(0.1 sec)
  1. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a Torrent file or METAINFO is a computer file that contains metadata about files and folders To be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A Torrent file does not contain the content To be distributed; it only contains information about those files, such as their names, sizes, folder structure, and crypTographic hash values for verifying file integrity....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-to...
  2. Handling the APEv2 tag | Documentation

    This article explains how To handle APEv2 tag....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  3. Working with metadata in AVI files | Documentation

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

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a Torrent file or METAINFO is a computer file that contains metadata about files and folders To be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A Torrent file does not contain the content To be distributed; it only contains information about those files, such as their names, sizes, folder structure, and crypTographic hash values for verifying file integrity....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-t...
  5. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-in...
  6. Handling the APEv2 tag | Documentation

    This article explains how To handle APEv2 tag....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/handling-the-a...
  7. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature To read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-ca...
  8. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used To perform operations about word forms provider interface using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/word-form...
  9. Integrate Watermarking in Node.js Applications

    Follow our guide To easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....document formats such as PDF, DOCX, and PPTX. By integrating this...add a confidential stamp to a PDF or a company logo to a Word document...

    blog.groupdocs.com/watermark/integrate-watermar...
  10. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are sTored in the index only while the index is loaded inTo RAM for use. If you reload the index, the reports will not be resTored. You can configure the maximum number of sTored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/indexing-...