Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 7,028 for

page

(0.04 sec)
  1. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/sign-document...
  2. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your CAD...save all elements of an HTML page (including text, graphics, and...

    docs.groupdocs.com/viewer/net/render-cad-drawin...
  3. Extract Formatted Text from CHM Documents using...

    We keep looking forward to bringing you more features and therefore, we have released version 18.3 of GroupDocs.Text for .NET providing the support of extracting formatted text from CHM documents. The latest version also allows you to extract text by Pages and extract table of content from CHM documents. The following sections will provide you the details about the new features of the API. Extracting Formatted Text from CHM Documents GroupDocs....allows you to extract text by pages and extract table of content...article. Extracting Text by Pages from CHM Documents # Using version...

    blog.groupdocs.com/parser/extract-formatted-tex...
  4. OCR Usage Basics | Documentation

    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/
  5. Indexing options | Documentation

    This Page contains a description of all the properties of the IndexingOptions class...options Leave feedback This page contains a description of all...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/indexing-options/
  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 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...
  7. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET....documents: float (default) paged (also known as paginal ). In...represented without pages, like a single page text document. In...

    docs.groupdocs.com/editor/net/edit-word/
  8. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....presentation Leave feedback On this page By default the full presentation...// same as previous Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/inserting-edited...
  9. 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....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...
  10. How to Convert TSV to Excel using C#

    This short guide walks you through the complete process to convert TSV to Excel using C# and how to create the functionality for the TSV to Excel converter in C#....Watermark, page number to start the conversion from, list of page indexes...

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