Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 6,522 for

page

(0.12 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. 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...
  3. 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/net/indexing-options/
  4. 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...
  5. Document filtering during indexing | Documentation

    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...
  6. Create EditableDocument from File or Markup | D...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Markup Leave feedback On this page This demonstration shows how...repository on GitHub. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  7. 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/
  8. 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/
  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 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...
  10. 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...