Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 12,048 for

new

(0.04 sec)
  1. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...forEach ( file => { var metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  2. Update QR-code signatures in document | GroupDocs

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/update-qr-code...
  3. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Consulting Blog Knowledge Base New Releases Status Websites aspose...Viewer.lic" ; License license = new License (); license . SetLicense...

    docs.groupdocs.com/viewer/net/licensing-and-eva...
  4. Test attachment

    Test attachment From Yevgen Nykytenko To yevgen nykytenko Recipients yevgen.nykytenko@aspose.com Sample email to test attachments Regards, Yevgen Nykytenko yevgen.nykytenko@groupdocs.com attachment......Citations Footnotes should be Times New Roman 9-point, and justified...typical reference types, in the new “ACM Reference format”, at the...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  5. Test attachment

    Test attachment From Yevgen Nykytenko To yevgen nykytenko Recipients yevgen.nykytenko@aspose.com Sample email to test attachments Regards, Yevgen Nykytenko yevgen.nykytenko@groupdocs.com attachment......Citations Footnotes should be Times New Roman 9-point, and justified...typical reference types, in the new “ACM Reference format”, at the...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. Edit Excel Spreadsheet in Node.js | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheets with passwords, and many other powerful features of GroupDocs.Editor for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...xlsx' ; const loadOptions = new SpreadsheetLoadOptio (); loadOptions...

    docs.groupdocs.com/editor/nodejs-java/edit-excel/
  7. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...Consulting Blog Knowledge Base New Releases Status Websites aspose...Signature for .NET API: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/esign-documen...
  8. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleXlsx...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Java without a license (Evaluation Limitations)...Consulting Blog Knowledge Base New Releases Status Websites aspose...License ; // ... License lic = new License (); lic . setLicense...

    docs.groupdocs.com/comparison/java/licensing-an...
  10. Indexing password protected documents | GroupDocs

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Adding...

    docs.groupdocs.com/search/java/indexing-passwor...