Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 214,296 for

new

(0.12 sec)
  1. Change simple values in XMP EPS metadata |Java

    The process of changing simple values in XMP metadata of EPS file with Aspose.Page API solution for Java is explained and illustrated with the code here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/change-s...
  2. WriteProtection.ReadOnlyRecommended | Aspose.Wo...

    Discover the WriteProtection ReadOnlyRecommended property, guiding users to open documents in read-only mode for enhanced security and integrity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...WriteProtection.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.set...
  3. FieldHyperlink.OpenInNewWindow | Aspose.Words f...

    Discover the FieldHyperlink OpenInNewWindow property, easily control whether links open in a New browser window for enhanced user experience....open the destination site in a new web browser window. public bool...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. HtmlSaveOptions.exportFontsAsBase64 property | ...

    HtmlSaveOptions.exportFontsAsBase64 property. Specifies whether fonts resources should be embedded to HTML in Base64 encoding... let doc = new aw . Document ( base . myDir..."Rendering.docx" ); let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. StructuredDocumentTag.nodeType property | Aspos...

    StructuredDocumentTag.nodeType property. Returns [NodeType.StructuredDocumentTag](../../../aspose.words/nodetype/#StructuredDocumentTag)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Quote ); let sdtPlainText = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. LoadOptions.convertMetafilesToPng property | As...

    LoadOptions.convertMetafilesToPng property. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format.... let doc = new aw . Document (); let shape = new aw . Drawing... shape ); let loadOptions = new aw . Loading . LoadOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Tasks | Aspose.Tasks Documentation

    Learn how to split and manage tasks in Microsoft Project (MPP/XML) using Aspose.Tasks for .NET. Includes C# examples for creating, splitting, and viewing split tasks....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/split-tasks/
  8. Convert Image To PDF C#

    Convert Image to PDF format in C# code. Save Image as PDF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  9. Convert Image To HTML C#

    Convert Image to HTML format in C# code. Save Image as HTML using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  10. Convert JPG To WORD C#

    Convert JPG to WORD format in C# code. Save JPG as WORD using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...