Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 1,361 for

pptx to pdf

(0.22 sec)
  1. Search operation table | GroupDocs

    This article shows that how To provides syntax of all elements allowed in text search queries....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/search-operation...
  2. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/character...
  3. Getting indexed documents | GroupDocs

    This article explains how To get a list of indexed documents from an index, and how To get the text of indexed documents in HTML or plain text format....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/getting-indexed-...
  4. Getting indexed documents | GroupDocs

    This article explains how To get a list of indexed documents from an index, and how To get the text of indexed documents in HTML or plain text format....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/getting-indexed-d...
  5. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps To read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps To read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with fonts in GroupDocs.Viewer for .NET

    Learn how To get list of used fonts, specify or replace missing fonts, exclude fonts...the document file itself, like PDF. But others, like Office family...Spreadsheet, Presentation, and PDF, have specialized implementations...

    blog.groupdocs.com/viewer/working-with-fonts/
  8. Date range search | GroupDocs

    This article gives the knowledge that how To search by date with date range search using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/date-range-search/
  9. Save document | GroupDocs

    This article demonstrates how To save edited text documents, spreadsheets and presentations with GroupDocs.EdiTor for .NET API....(DSV) CSV, TSV Presentation PPT, PPTX, PPS, POT Plain Text documents...documents TXT Fixed-layout format PDF Fixed-layout format XPS Email...

    docs.groupdocs.com/editor/net/save-document/
  10. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps To read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

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