Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 11,117 for

text

(0.19 sec)
  1. 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.... Text ); Console . WriteLine ( annotation...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with Image Reports - Single Row | Group...

    Articles in this section...Document Single Row Image in Text Document Single Row Image in...

    docs.groupdocs.com/assembly/java/working-with-i...
  3. GroupDocs.Total Product Family on GroupDocs Blo...

    GroupDocs.Total Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Total Product Family on GroupDocs Blog | Document Automation ......to classify your documents or text with IAB-2 or document taxonomies...advanced signature types including; text, image, barcode, QR code, stamp...

    blog.groupdocs.com/categories/groupdocs.total-p...
  4. Updated PDF Structure Introduced in GroupDocs.C...

    Team GroupDocs is glad to announce another monthly release of GroupDocs.Comparison for .NET v17.11. This release includes some improvements and fixes. The API now allows style changes for deep comparison in Note document format. Document comparison API also made improvements related to the PDF document format beside improving Note and Word formats. Please click here to download the latest API and check out all the latest improvements made to the REST API in this release....Delete empty paragraph before text Tables with similar coordinates...

    blog.groupdocs.com/comparison/groupdocs.compari...
  5. Set a Watermark as Background in GroupDocs.Conv...

    Another monthly release of GroupDocs.Conversion for .NET 18.3 is on-board. This release covers some new features, few improvement and a bug fix. API allows developers to set default zoom when converting to Cells, Words and Slides. However, zoom option for PDF conversion is improved, PSD to PDF conversion is improved and XPS to PDF conversion issue is fixed. For further details included in this month’s release, please visit the release notes...PageOrientation); Show watermark behind the text # var saveOptions = new PdfSaveOptions();...

    blog.groupdocs.com/conversion/set-default-zoom-...
  6. Basic Usage | GroupDocs

    Articles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...PDF, Word, Excel, EPUB, and text documents to Markdown. – retrieve...

    docs.groupdocs.com/markdown/python-net/basic-us...
  7. Basic Usage | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...PDF, Word, Excel, EPUB, and text documents to Markdown. – retrieve...

    docs.groupdocs.com/markdown/net/basic-usage/
  8. Signing | GroupDocs

    This section contains advanced examples and demonstrates all possible features for signing documents with various electronic signature types, setup different options and visual effects....Sign document with different Text signature implementation Sign...

    docs.groupdocs.com/signature/java/signing/
  9. GroupDocs.Signature for .NET | GroupDocs

    GroupDocs.Signature for .NET is an easy to use electronic signature API designed for C#/.NET applications...different types of signatures like text, image or digital signatures...

    docs.groupdocs.com/signature/net/
  10. Bulleted List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it....Creating the Template OpenDocument Text (ODT) is a word processing document...“Save As”. Select “OpenDocument Text” from “Save As Type” drop down...

    docs.groupdocs.com/assembly/net/bulleted-list-i...