Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 1,350 for

pptx to pdf

(0.05 sec)
  1. Use redaction policies | Documentation

    Learn how To deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need To specify them in your code. You can specify an XML document with a list of pre-configured redactions....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/use-red...
  2. Product Overview | Documentation

    GroupDocs.EdiTor for .NET is a C# api allows To edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf without third party software installed....document formats such as PDF, DOCX, XLSX, PPTX, XPS and others. By...format; Export edited document to PDF format; Plenty of additional...

    docs.groupdocs.com/editor/net/product-overview/
  3. Indexing from different sources | Documentation

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

    docs.groupdocs.com/search/net/indexing-from-dif...
  4. Extract metadata from Microsoft Office Excel sp...

    This article explains that how To extract metadata from Microsoft Office Excel (.xls, .xlsx) spreadsheets....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows To extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Extract images from document page area | Docume...

    This article explains that how To extract images from document page area....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-images-fr...
  7. Extract images from document page area | Docume...

    This article explains that how To extract images from document page area....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-images-f...
  8. Handling the ID3v1 tag | Documentation

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

    docs.groupdocs.com/metadata/net/handling-the-id...
  9. 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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Queries in text and object form | Documentation

    This article gives the knowledge about two ways To create a search query: in text or object form....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/queries-in-text-a...