Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 6,660 for

may

(0.06 sec)
  1. How to Add Text Signature to DOCX using Java

    In this topic, we will provide you guide on how to add text signature to DOCX using Java. We will also supply code example to insert text signature to DOCX in Java.... You may enhance your document management...

    kb.groupdocs.com/signature/java/how-to-add-text...
  2. Working with metadata in PDF documents | Docume...

    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...
  3. 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...
  4. How to Convert MSG to PDF using C#

    In this topic, you will learn how to convert MSG to PDF using C# without installing third-party softwares. Also, we will provide code to export MSG to PDF in C#.... However, there may be instances when converting...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Remove Annotations from RTF using Java

    Discover how to effectively remove annotations from RTF using Java. This guide provides code example that illustrates how to delete annotations in RTF using Java....sharing of remarks or notes that may not be suitable for the final...

    kb.groupdocs.com/redaction/java/remove-annotati...
  6. Add Text Watermark to DOCX using Java

    Discover how to add text watermark to DOCX using Java. Additionally, we'll supply you with the code necessary to insert text watermark to DOCX using Java.... Updated on 03 May 2024 English Français Deutsch...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  7. Convert Presentations to Images in C# | PPT to ...

    Transform your PowerPoint presentations of PPT/PPTX format to JPG or PNG format using C#. Convert presentations to images programmatically using .NET API....conversion application, you may learn more about the Conversion...

    blog.groupdocs.com/conversion/convert-presentat...
  8. 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-...
  9. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....Microsoft Word document, which may store metadata not immediately...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  10. 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...