Sort Score
Result 10 results
Languages All
Labels All
Results 8,851 - 8,860 of 213,190 for

new

(0.42 sec)
  1. FieldImport.SourceFullName | Aspose.Words for .NET

    Discover how to use the FieldImport SourceFullName property to easily manage image locations in your projects for enhanced organization and accessibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  2. HtmlFixedSaveOptions.UseTargetMachineFonts | As...

    Discover how the UseTargetMachineFonts property in HtmlFixedSaveOptions enhances document display by utilizing target machine fonts. Optimize your font management today!... Document doc = new Document ( MyDir + "Bullet points...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions { ExportEmbeddedCss...

    reference.aspose.com/words/net/aspose.words.sav...
  3. PersonCollection.contains method | Aspose.Words...

    PersonCollection.contains method. Determines whether the collection contains a specific person.... # Create a new person collection. persons =...'Brielle' , 'Tejeda_updated' ) # Add new person to the collection. persons...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ExportFontFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ExportFontFormat enum for optimal font export when rendering to HTML fixed format. Enhance your document's visual quality!... Document doc = new Document ( MyDir + "Bullet points...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions { ExportEmbeddedCss...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ByteArray To image - Free Support Forum - aspos...

    I’m working with Aspose.Words for .NET (v24.10) and would like some guidance on inserting a signature image from byte array coming in payload into a Word template using the LINQ Reporting Engine. My Use Case: I receiv…...Word document Document doc = new Document("path/to/your/template...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Move...

    forum.aspose.com/t/bytearray-to-image/310992
  6. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....cannot be displayed with Times New Roman , but it can be displayed...specific font such as Times New Roman, Aspose.Cells changes the...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  7. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#....string [] args ) { Document doc = new Document ( "../../data/document...watermarks. Shape watermark = new Shape ( doc , ShapeType . TextPlainText...

    docs.aspose.com/words/net/add-watermark/
  8. Adding Pages in PDF with Python|Aspose.PDF for ...

    Discover how to add pages to a PDF document in Python using Aspose.PDF for flexible document creation and editing.... Insert a new empty page at a specific index...using ‘ap.Document()’. Add a new empty page to the end of the...

    docs.aspose.com/pdf/python-net/add-pages/
  9. 使用 JavaScript 通过 C++ 导出带有 viewBox 属性的 SVG 图表|Do...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 导出带有 viewBox 属性的 SVG 格式图表。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SVGFitToViewPort true const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  10. ConditionalStyleCollection | Aspose.Words for Java

    Represents a collection of ConditionalStyle objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...