Sort Score
Result 10 results
Languages All
Labels All
Results 8,351 - 8,360 of 30,322 for

word

(0.21 sec)
  1. Convert to Diagram with advanced options | Grou...

    Follow this guide and learn how to convert between diagram formats (VSDX, VSD, VSS, etc.) and customize page fitting using GroupDocs.Conversion for .NET....options ); } // Convert diagram to Word document using ( var converter...

    docs.groupdocs.com/conversion/net/convert-to-di...
  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 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.... It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/sign-document...
  4. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for Python via .NET API....WordprocessingML Flat XML, ODT, OTT, Word 2003 XML Spreadsheet XLS, XLT...

    docs.groupdocs.com/editor/python-net/introduction/
  5. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....WordprocessingML Flat XML, ODT, OTT, Word 2003 XML Spreadsheet XLS, XLT...

    docs.groupdocs.com/editor/net/introduction/
  6. Black Pages Appearing in Some PDF Files - Free ...

    I am currently using GroupDocs.Viewer for .NET and have encountered an issue where certain PDF files are rendered with all pages completely black, even though the file size is not large and the PDFs open correctly in oth…...handles mixed document types (Word, Excel, Email, etc.). Currently...

    forum.groupdocs.com/t/black-pages-appearing-in-...
  7. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction....Excel spreadsheets (XLS, XLSX) , Word documents, PDFs, and PowerPoint...

    docs.groupdocs.com/parser/python-net/extract-ta...
  8. Document conversion are hanging in 24.1 Version...

    HI We are in middle of upgrading our jar of 22.8.1 to 24.1 of Groupdocs conversion . Recently when we tried deploying our wars into our servers even simple conversions are hanging as threads are in hanging state for ver…... Word to PDF) atir.tahir Split this...

    forum.groupdocs.com/t/document-conversion-are-h...
  9. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....extract text from PDF files, Word documents, Excel spreadsheets...options (case sensitivity, whole words, regex) Metadata & Document...

    docs.groupdocs.com/parser/net/
  10. Converting certain HTML to PDF ignores 'nowrap'...

    Converting the attached HTML to PDF does work fine, but the result does not look too good. In the converted PDF, the first 3 columns get wrapped, which we would like to prevent somehow: image.jpg (227.7 KB) We made se…...text without spaces, so default word-wrapping does not work. The...

    forum.groupdocs.com/t/converting-certain-html-t...