Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 1,356 for

pptx to pdf

(0.91 sec)
  1. Adding metadata | GroupDocs

    This article shows how To add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  2. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about Character replacements....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/character-replace...
  3. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from Pdf, DOCX, Pptx, XLSX, images, audio, video and many other files of different types in your Java solution....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  4. Indexing additional fields | GroupDocs

    This article demonstrate that how To associate each document with certain additional metadata....pdf" . ToLowerInvariant (), "Spiritual"...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/indexing-addition...
  5. Storing text of indexed documents | GroupDocs

    This article explains that how To sTore text of indexed documents using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/storing-t...
  6. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of sTop words by setting a value using search API...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/indexing-with-sto...
  7. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is necessary To associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added To each indexed document in addition To those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....pdf' , 'English.docx' , 'Lorem ipsum...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. Scan QR Code | GroupDocs

    This article shows how To scan QR Code in .Net with GroupDocs.Parser with few lines of code from image, document or other file format like Pdf, Email, Ebook, Words, and others....from PDF, MS Word (DOC, DOCX), MS PowerPoint (PPT, PPTX), LibreOffice...

    docs.groupdocs.com/parser/net/scan-qr-code/
  9. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps To read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need To worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/extract...