Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 8,573 for

paged

(0.05 sec)
  1. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for .NET....documents Leave feedback On this page Changes detection algorithms..."result.docx" )); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/net/compare-docum...
  2. Technical Support | GroupDocs

    GroupDocs.Conversion for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Support Leave feedback On this page GroupDocs provides unlimited...a separate thread. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/java/technical-su...
  3. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Watermark for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows:  GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Watermark for Java API Dependency Then define GroupDocs.Watermark for Java API dependency in your pom.xml as follows: com....Installation Leave feedback On this page GroupDocs hosts all Java APIs...pom.xml project file. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/installation/
  4. Obtain document history information | GroupDocs

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....information Leave feedback On this page allows to get document history...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/obtain-documen...
  5. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....document Leave feedback On this page Overview provides class to specify...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/verify-digital...
  6. Verifying documents with exception handling | G...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....handling Leave feedback On this page provides different error messages...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/verifying-docu...
  7. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Explicit Specification 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/assembly/net/changing-target...
  8. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....UTF_8) 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/assembly/java/working-with-s...
  9. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....ColumnNameExtracting 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/assembly/java/loading-multip...
  10. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example.... 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/assembly/net/loading-of-temp...