Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 10,063 for

new

(0.11 sec)
  1. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = New Metadata(Constants.InputOne)) { // 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 .NET examples GroupDocs.Metadata for Java examples...Consulting Blog Knowledge Base New Releases Status Websites aspose...one" try ( Metadata metadata = new Metadata ( Constants . InputOne...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  2. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...jpg" try ( Metadata metadata = new Metadata ( Constants . InputJpeg...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...Consulting Blog Knowledge Base New Releases Status Websites aspose...documents. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  4. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document that contains only specified...

    docs.groupdocs.com/merger/python-net/extract-pa...
  5. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  6. Field Management in GroupDocs.Editor for Java |...

    This documentation section explains how to the management and manipulation of form fields within documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...insert(IFormField field) : Adds a new form field to the collection...

    docs.groupdocs.com/editor/java/form-field-manag...
  7. Field Management in GroupDocs.Editor for .NET |...

    This documentation section explains how to the management and manipulation of form fields within documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...Insert(IFormField field) : Adds a new form field to the collection...

    docs.groupdocs.com/editor/net/form-field-manage...
  8. Font embedding options | Documentation

    Learn how to embed fonts into an output Word document when editing with GroupDocs.Editor API for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingSaveOp class has a new property: getFontEmbedding()...

    docs.groupdocs.com/editor/nodejs-java/font-embe...
  9. 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…...conv = new Converter(documentPath)) { var options = new PdfConvertOptions()...you for the update. I gave the new version a try, but unfortunately...

    forum.groupdocs.com/t/converting-certain-html-t...
  10. Indexing password protected documents | Documen...

    This article demonstrates that how to perform indexing of password protected documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Adding...

    docs.groupdocs.com/search/net/indexing-password...