Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,390 for

pptx to pdf

(0.07 sec)
  1. 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...
  2. Extract text from HTML documents | Documentation

    To extract a text from HTML documents GetText method is used. This method allows To extract a text from the entire document. Pagination and raw mode is not supported for emails....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Loading specific file formats | Documentation

    In some cases it’s required To specify the document format manually To guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps To specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) construcTor; Create Parser object and call any method....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/loading-specific...
  4. .NET VSSX Viewer API - Read, View, Render in C#...

    .NET document viewer API To read, render and display VSSX in any type of C#, ASP.NET, VB.NET & .NET Core applications....formatting & layout in HTML5, PDF or as an image using a few lines...Developers can easily display PDF, Word Processing, Excel Spreadsheet...

    products.groupdocs.com/viewer/net/vssx/
  5. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search....that returns all DOC, DOCX, PDF and all documents that have the...CreateFileExtension ( ".doc" , ".docx" , ".pdf" ); ISearchDocumentFilte orFilter...

    docs.groupdocs.com/search/net/document-filterin...
  6. Search in XLA Online

    Free online document search. Secure and easy To use full text online search in XLA....MHT MHTML XHTML XML ONE PDF PPT PPTX PPS PPSX ODP POT PPTM POTX...

    products.groupdocs.app/search/xla
  7. Search for different word forms | Documentation

    This article shows that how To allow you To search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/search-for-differ...
  8. .NET VSS Viewer API - Read, View, Render in C# ...

    .NET document viewer API To read, render and display VSS in any type of C#, ASP.NET, VB.NET & .NET Core applications....formatting & layout in HTML5, PDF or as an image using a few lines...Developers can easily display PDF, Word Processing, Excel Spreadsheet...

    products.groupdocs.com/viewer/net/vss/
  9. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....that returns all DOC, DOCX, PDF and all documents that have the...createFileExtension ( ".doc" , ".docx" , ".pdf" ); ISearchDocumentFilte orFilter...

    docs.groupdocs.com/search/java/document-filteri...
  10. 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 Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...