Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 165,087 for

new

(0.06 sec)
  1. HTML to PDF conversion fails on Linux - font no...

    I’m performing HTML to PDF conversion on an Azure Function app running .NET 8 on Linux. The process always fails. The following message appears: No font was found. To resolve this problem, you can set up your custom se…...Add(new MemoryFontSource(bytes)); But...FontRepository FontRepository.Sources.Add(new MemoryFontSource(fontBytes));...

    forum.aspose.com/t/html-to-pdf-conversion-fails...
  2. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...legend font. Document doc = new Document(getMyDir() + "Reporting...

    reference.aspose.com/words/java/com.aspose.word...
  3. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PlainTextDocument plaintext = new PlainTextDocument ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/pla...
  4. Convert PDF To XPS C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  5. Convert PDF To DOC C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  6. Convert DOC To RTF C#

    Convert DOC to RTF format in C# code. Save DOC as RTF using C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/net/conversion/doc-to...
  7. Convert WORD To TXT C#

    Convert a Word document to TXT format in C# code. Save a Word document as TXT using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  8. Convert PDF To HTML C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  9. Convert TEXT To PDF C#

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

    products.aspose.com/words/net/conversion/text-t...
  10. Convert TEXT To HTML C#

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

    products.aspose.com/words/net/conversion/text-t...