Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 45,156 for

documents

(0.07 sec)
  1. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word Documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words Documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...from Microsoft Office Word documents / Extract text from Microsoft...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Render Word documents as Clean HTML using C# | ...

    Render the Word DOC/DOCX Documents to minified HTML using C#. Convert the Word files with embedded or external resources within the .NET application....code is injected when one document is converted to HTML format...discusses how to render Word documents to minified HTML using C#...

    blog.groupdocs.com/viewer/render-word-documents...
  3. Using Tables of Word Processing Documents as Da...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output report Documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.docx Template Importing Word Processing Table into Presentation.pptx The Code...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Tables...

    docs.groupdocs.com/assembly/java/using-tables-o...
  4. Delete QR-code signatures from documents | Grou...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product.../ Delete signatures from documents / ✖ QR Code Delete QR-code...

    docs.groupdocs.com/signature/net/delete-qr-code...
  5. Delete QR-code signatures from documents | Grou...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product.../ Delete signatures from documents / ✖ QR Code Delete QR-code...

    docs.groupdocs.com/signature/java/delete-qr-cod...
  6. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Embedded QR data / ✎ Encrypted...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Load Template Documents from File or Stream | G...

    Learn how to load template Documents from file paths and streams for document assembly in .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Load Template Documents Load Template Documents from File or Stream...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  10. Render Word documents as Clean HTML in Java | M...

    Render the Word DOC/DOCX Documents to minified HTML in Java. View or convert the Word files with embedded or external resources within the applications....discusses how to render Word documents to minified HTML in Java ...GroupDocs.Viewer showcases a document viewing API that allows rendering...

    blog.groupdocs.com/viewer/render-word-documents...