Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 1,380 for

pptx to pdf

(0.47 sec)
  1. Edit document | GroupDocs

    Follow this guide and learn how To edit text documents, spreadsheets and presentations using GroupDocs.EdiTor for .NET API features....(DSV) CSV, TSV Presentation PPT, PPTX, PPS, POT Plain Text documents...documents TXT Fixed-layout format PDF Fixed-layout format XPS (including...

    docs.groupdocs.com/editor/net/edit-document/
  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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/handling-metad...
  4. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality To extract emails from remote servers. The following email proTocols are supported: Post Office ProTocol (POP) Internet Message Access ProTocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class To extract emails from a remote server the following construcTor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second construcTor allows To use ParserSettings object To control the process; for example, by adding logging functionality....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-emails-f...
  5. Indexing reports | GroupDocs

    This article demonstrates that how indexing reports can be retrieved from the index using search API...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/indexing-reports/
  6. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps To search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/search-text-in-e...
  7. Search text in EPUB eBooks | GroupDocs

    This article explains that how To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/search-text-in-e...
  8. Search reports | GroupDocs

    This article shows that how To perform the operations on generated search reports....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/search-reports/
  9. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....pdf" " ; // Creating an index IndexSettings..."c:\\MyDocuments\\ExampleDocument.pdf" ; // Creating an index Index...

    docs.groupdocs.com/search/java/indexing-from-di...
  10. Wildcard search | GroupDocs

    This article shows the operations of wildcard search which allows you To search for words with unknown letters or ranges of letters....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

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