Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 10,013 for

text

(0.07 sec)
  1. Adding image watermarks | Documentation

    GroupDocs.Watermark API supports adding the following image file types as image watermark...the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/net/adding-image-w...
  2. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for pr......XLSX file has 35,001 rows of text. During HTML conversion, additional...other hand, is stored as plain text and is not compressed by default...

    forum.groupdocs.com/t/file-size-increase-on-con...
  3. Reading order is not correct for header footer ...

    While converting word to pdf using groupdocs-conversion 24.6 facing an issue " Reading order is not correct for the page as header is read out first and then directly the footer section is getting read out and then the …...in Chrome it being read as a text. I was using this sample file...like page numbers or repeated text that are not meant to be read...

    forum.groupdocs.com/t/reading-order-is-not-corr...
  4. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/java/build-your-first...
  5. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  6. 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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. How to Add Watermark Annotation using Java

    Review the step-by-step guide to add watermark annotation using Java and learn how to use these instructions to create annotation in Java....many properties for watermark text to create annotation in Java...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  8. How to Add Strikeout Annotation in PDF Using C#

    We will take a look at the detailed guide how to add strikeout annotation in PDF using C#, and provide a sample code to insert strikeout annotation in PDF using C#....useful for emphasizing certain text or content. Fortunately, with...

    kb.groupdocs.com/annotation/net/how-to-add-stri...
  9. How to Convert ODT to JPG using C#

    In this topic, we will discover how to convert ODT to JPG using C# without installing additional software installations along with code to export ODT to JPG in C#....you have an ODT (Open Document Text) file and wish to convert it...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert ODT to PPTX using C#

    In this topic, we will discover how to convert ODT to PPTX using C# without installing additional software installations along with code to export ODT to PPTX in C#....you have an ODT (Open Document Text) file and need to convert it...

    kb.groupdocs.com/conversion/net/how-to-convert-...