Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 37,329 for

documents

(0.04 sec)
  1. Calculate Formula while Assembling Spreadsheet ...

    Calculate Formula The Recipe Set up source document template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template from here. Update formula.xlsx The Code...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...while Assembling Spreadsheet Documents Calculate Formula while Assembling...

    docs.groupdocs.com/assembly/java/calculate-form...
  2. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word Documents. Furthermore, it also provides the ability to protect and unprotect the Word Documents. Following are the details about the new features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....locking of watermarks in Word documents. Furthermore, it also provides...protect and unprotect the Word documents. Following are the details...

    blog.groupdocs.com/watermark/protect-word-docum...
  3. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Converting...

    docs.groupdocs.com/conversion/java/add-watermark/
  4. 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...
  5. 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....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...
  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 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...
  7. Using Tables of Presentation Documents as Data ...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Tables...

    docs.groupdocs.com/assembly/net/using-tables-of...
  8. 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...
  9. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...from Microsoft Office Word documents / Extract hyperlinks from...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  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...