Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,325 for

pptx to pdf

(0.31 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how To load a file of some particular format....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  2. How Lawyers and Legal Firms Benefit from GroupD...

    Online document management has gained wide industry acceptance in the last few years. From version control, central document reposiTories, cost reduction, and increasing employee output: cloud technologies helps. One of the tasks we often perform in our work is To compare documents or files To find differences and check which version is the most recent. That can be frustrating at times: it is time consuming and takes time that could be used for other tasks....documents, Excel spreadsheets or PDF files – GroupDocs Comparison...advantage. In the legal world, PDFs are commonly used for electronic...

    blog.groupdocs.com/comparison/how-lawyers-and-l...
  3. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer To convert any file To Pdf. My problem appear when i try To convert .jpg image To Pdf. The exported Pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...Viewer to convert any file to PDF. My problem appear when i try...convert .jpg image to pdf. The exported pdf has this error “The...

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...
  4. Loading specific file formats | GroupDocs

    Learn how To load specific file formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email files in C#....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/loading-specific-...
  5. Keyboard layout correction | GroupDocs

    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/java/keyboard-layout-...
  6. Search thread safety | GroupDocs

    This article shows that how search thread safety works....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/search-thread-sa...
  7. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you To search in documents any integer numbers in the range from 0 To 9223372036854775807 (Int64.MaxValue)....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/numeric-range-sea...
  8. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality To extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality To extract data from documents on the local disk. The following example shows how To load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text inTo the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Clean metadata | GroupDocs

    Sometimes you may need To just remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....pdf" ); // Remove detected metadata...); metadata . save ( "output.pdf" ); } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...