Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 11,021 for

text

(0.09 sec)
  1. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET.... text print ( f "Invoice number: {...

    docs.groupdocs.com/parser/python-net/working-wi...
  2. 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 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...
  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. 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...
  5. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....messages that contain specific text in the subject or body. —Allows...messages that contain specific text in the sender’s or recipient’s...

    docs.groupdocs.com/viewer/nodejs-java/render-lo...
  6. Uploading a Document to GroupDocs

    You’ve got a GroupDocs account and now what? This blog post is the first in a short series that walks you through how to use GroupDocs. In the coming weeks, well explain how to: use GroupDocs Signature, share documents with your colleagues, convert images to use as thumbnails, and assemble a document. But first, we’ll explain how to upload a file. That’s the first and most basic task that you can perform once you’ve logged in....but you can search and copy text and print the document. Compare...

    blog.groupdocs.com/total/uploading-a-document-t...
  7. Color Chart Series Dynamically in Email Message...

    GroupDocs team is proudly announcing two new features and three enhancements in the monthly release of GroupDocs.Assembly for .NET 18.6. Using the latest version, you can now use C# 6.0 null-conditional operators **?. **and ?[]. Change the color of chart series and individual point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document....chart title while changing its text dynamically in emails Preserve...

    blog.groupdocs.com/assembly/color-chart-series-...
  8. How to Convert DOCX to SVG using C#

    Within this article, you will find complete instructions on how to convert DOCX to SVG using C# along with sample .NET application to transform DOCX to SVG in C#....as when you want to display text or images on a web page or an...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert ODT to JPG using Java

    In this topic, we will discover how to convert ODT to JPG using Java without installing additional software installations along with code to export ODT to JPG in Java....possess an ODT (Open Document Text) file and desire to convert...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....The conversion from RTF (Rich Text Format) files to JPG (JPEG)...

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