Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 223,089 for

new

(0.8 sec)
  1. Paragraph.parentSection property | Aspose.Words...

    Paragraph.parentSection property. Retrieves the parent [Section](../../section/) of the paragraph.... let doc = new aw . Document (); // Create a...main body text. let header = new aw . HeaderFooter ( doc , aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Working with Tasks in PHP | Aspose.Tasks Docume...

    Learn how to use Aspose.Tasks Java for PHP in working with tasks....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/outline-properties-i...
  3. FileFormatInfo.loadFormat property | Aspose.Wor...

    FileFormatInfo.loadFormat property. Gets the detected document format.... let doc = new aw . Document (); // Configure...document. let saveOptions = new aw . Saving . OdtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Გადაიყვანეთ HTML WORD C#

    გადაიყვანეთ HTML WORD C# ფორმატში კოდით. შეინახეთ HTML როგორც WORD C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/htm...
  5. Გადაიყვანეთ HTML DOC C#

    გადაიყვანეთ HTML DOC C# ფორმატში კოდით. შეინახეთ HTML როგორც DOC C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/htm...
  6. Გადაიყვანეთ PDF Openoffice C#

    გადაიყვანეთ PDF OpenOffice C# ფორმატში კოდით. შეინახეთ PDF როგორც OpenOffice 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/ka/net/conversion/pdf...
  7. Გადაიყვანეთ PDF MARKDOWN C#

    გადაიყვანეთ PDF MARKDOWN C# ფორმატში კოდით. შეინახეთ PDF როგორც MARKDOWN 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/ka/net/conversion/pdf...
  8. Გადაიყვანეთ TEXT PDF C#

    გადაიყვანეთ TEXT PDF C# ფორმატში კოდით. შეინახეთ TEXT როგორც PDF 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/ka/net/conversion/tex...
  9. Გადაიყვანეთ DOC EPUB C#

    გადაიყვანეთ DOC EPUB C# ფორმატში კოდით. შეინახეთ DOC როგორც EPUB 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/ka/net/conversion/doc...
  10. Add Pages in PDF with Python via C++|Aspose.PDF...

    This article teaches how to insert (add) a page at the desired location PDF file in Python using C++....saves the modified document as a new PDF file. To insert an empty...Open the PDF document Add a new blank page to the document Save...

    docs.aspose.com/pdf/python-cpp/add-pages/