Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 1,391 for

pptx to pdf

(0.15 sec)
  1. Delete indexed paths | Documentation

    GroupDocs.Search supports the ability To remove indexed files and folders from an index. Only files or folders that were explicitly added To the index can be deleted....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/delete-indexed-pa...
  2. Updating metadata | Documentation

    The Example in this article demonstrates how To update metadata properties using a combination of criteria...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/updating-metadata/
  3. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order To use the advanced rasterization options you have To pass one of the options To Save method. In this case the document will be rasterized To Pdf, but the scan-like effects will be applied To its pages. The following example demonstrates how To apply the AdvancedRasterizationOptions with default settings. C# using (RedacTor redacTor = new RedacTor(@"sample.docx")) { // Save the document with advanced options (convert pages inTo images, and save Pdf with scan-like pages) var so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) var so...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  4. Extract metadata from Emails | Documentation

    Extract metadata from emails by using GetMetaData method....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/image-search-opti...
  6. Text file encoding detection | Documentation

    This article explains that how To detect encoding of a text file auTomatically in Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/text-file-encodi...
  7. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows To extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-To The email “To” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps To extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-metadata...
  8. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting To switch the desired keyboard layout using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  9. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality To open the password-protected documents. The following are the steps To work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) construcTor; Create Parser object and call any method. The following code sample shows how To process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/password-protect...
  10. Password-protected documents | Documentation

    Learn how To open the password-protected documents....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/password-protecte...