Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 8,275 for

page

(0.08 sec)
  1. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....method for warnings for the page. The empty list returns if no...any warning." ); } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  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 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....be an estimated word count, page count, character count, etc...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET....item Leave feedback On this page GroupDocs.Parser provides functionality...extension item_info [ 'page_count' ] = info . page_count if hasattr...

    docs.groupdocs.com/parser/python-net/detect-fil...
  4. 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....be an estimated word count, page count, character count, etc...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....options Leave feedback On this page Introduction WordProcessing...system-installed font storages. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/font-extraction-...
  6. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...document Leave feedback On this page Watermarks in Word documents..."document.docx" ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/existing-objec...
  7. Tiled Rendering of CAD Documents using GroupDoc...

    We are pleased to announce the release of version 18.6 of GroupDocs.Viewer for .NET. The latest version provides the support of rendering DXF format as well as the tiled rendering of the CAD documents. Furthermore, we have added the feature of forced password validation for password protected documents. Along with the new features, there are 14 improvements and bug fixes in this monthly release. Below is the list of new features, improvements, and fixes added in GroupDocs....with specified options List pages = viewerHtmlHandler.GetPages(guid...every tile composes a separate page. You can add as many tiles as...

    blog.groupdocs.com/viewer/tiled-rendering-of-ca...
  8. Document filtering during indexing | GroupDocs

    This Page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....indexing Leave feedback This page contains a description of the...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/document-filterin...
  9. Word document added an Undefined Label - Free S...

    Hi, we have an issue when saving a word document after an edition, in the word saved document is adding a label at the beginning of the content. proces-editor error.PNG (241.7 KB) We are using GroupDocs editor 23.9 and…...PageDescriptionEntit page = new PageDescriptionEntit(); page.setData(editableDocument...getEmbeddedHtml()); page.setNumber(0); List<PageDescriptionEntit> pages = new...

    forum.groupdocs.com/t/word-document-added-an-un...
  10. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your .NET applications....Combine ( outputDirectory , "page_{0}.html" ); // Create a cache...Combine ( outputDirectory , "page_{0}.html" ) ' Create a cache...

    docs.groupdocs.com/viewer/net/caching-results/