Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 35,609 for

page

(0.09 sec)
  1. Defining Relations Between DocumentTable Instan...

    Note The code uses some of the objects defined in The Business Layer. Defining Relations Between Document Table Instances API provides the ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations ColumnNameExtractingDocumentTableLoadHandler...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/defining-relat...
  2. Load password-protected document | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for Java...." ); 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/merger/java/load-password-pr...
  3. Check document password-protection | Documentation

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for Java.... isPasswordSet (); 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/merger/java/check-document-p...
  4. sunhpark42 (sunny) · GitHub

    이번 생에 개발은 처음이라.. . sunhpark42 has 41 repositories available. Follow their code on GitHub....went wrong, please refresh the page to try again. If the problem...persists, check the GitHub status page or contact support . You can’t...

    github.com/sunhpark42
  5. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Image 🔍 Multiple types 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/search-for-el...
  6. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Java...Edit TXT Leave feedback On this page This demonstration shows how...(TXT), that contain no images, pages, paragraphs, lists, tables and...

    docs.groupdocs.com/editor/java/edit-txt/
  7. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java. ...save ( filePathOut ); 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/merger/java/remove-document-...
  8. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }... close (); } 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/redaction/java/load-password...
  9. TemplateItem Properties - GroupDocs.Parser for ...

    Gets the name of the template item.... PageIndex Gets the page index of the template item....

    apireference.groupdocs.com/parser/net/groupdocs...
  10. Parser.GetTables Method - GroupDocs.Parser for ...

    Extracts tables from the document....Extracts tables from the document page. See Also Reference Parser Class...

    apireference.groupdocs.com/parser/net/groupdocs...