Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 6,778 for

may

(0.13 sec)
  1. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You May easily run the code above and see the feature in action in our GitHub examples:... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  2. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/python-net/get-sup...
  4. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You May easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  5. Load document from local disk | Documentation

    This section explains how to load document from local disk with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/load-document...
  6. Add watermarks to images | Documentation

    Add watermark to photos or multi-framed images using Java....multi-frame tiff images, you may want to add watermark to some...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/assembly/python-net/barcode/
  8. Indexing a specific PDF file leads to 100% RAM ...

    Hi, We ran into a problem when indexing the following file: SEPA_ZvFormate_de-5.pdf (1.1 MB) When starting the indexing for only 1 folder with this 1 file in it, the RAM usage increases further and further (over 50 GB…... You may take a look at this approach...UseRawTextExtraction = false? You may take a look at this approach...

    forum.groupdocs.com/t/indexing-a-specific-pdf-f...
  9. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....format and their appearance may differ depending on the device...document to Image At times you may need to get images of DOC or...

    docs.groupdocs.com/conversion/java/convert/word...
  10. FontNotFoundException in MacOS - Free Support F...

    Hi Team, I was testing groupdocs watermark in MacOS with custom font family. I have installed ttf font by double clicking the file and followed UI prompts. When i set the font family name in the Font() constructor and t…...Sometimes, the name used in code may differ slightly from the displayed...displayed name. Font Cache : Java may not be recognizing the newly...

    forum.groupdocs.com/t/fontnotfoundexception-in-...