Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 7,536 for

may

(3.04 sec)
  1. Extract metadata from XLSX using C#

    In this article, we will outline all steps necessary to extract metadata from XLSX using C#. Also, a sample of the XLSX metadata extraction C# code will be included.... This metadata may include details such as the author...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  2. Convert CSV to PDF using Node.js

    Learn how to convert CSV to PDF using Node.js without installing extra software. Follow simple steps to export CSV to PDF in Node.js, making document generation easy....extended functionalities, users may also need to export CSV to PDF...

    kb.groupdocs.com/conversion/nodejs/convert-csv-...
  3. Merge PowerPoint Presentations & Slides using C...

    Merge PowerPoint Presentations using C#. Further, combine specific slides of PPT/PPTX files using the .NET merger API by GroupDocs.... Before you proceed, you may get the API from either of the...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  4. Word Documents as HTML Responsive Pages in Java...

    Render Word documents to view as responsive HTML pages in Java. Convert DOC, DOCX files to HTML responsive pages using document viewer Java API....Download or Configure # You may download the JAR file from the...

    blog.groupdocs.com/viewer/view-word-documents-a...
  5. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT files within your applications using document editing Java API....Download or Configure # You may download the JAR file from the...

    blog.groupdocs.com/editor/edit-word-documents-i...
  6. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...Hi Nikunj, It seems that it may be a bug, when the GroupDocs...don’t know how to do this, but may be this is possible somehow)...

    forum.groupdocs.com/t/different-visualization-t...
  7. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Extract images from PDF documents | GroupDocs

    This article explains that how to extract images from PDF documents...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-images-fr...
  9. Load Markup document with options | GroupDocs

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for .NET API.... In some cases, you may want to skip loading all or just...

    docs.groupdocs.com/conversion/net/load-markup-d...
  10. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/storing-text-of-i...