Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 214,361 for

new

(0.2 sec)
  1. Გადაიყვანეთ HTML EPUB C#

    გადაიყვანეთ HTML EPUB C# ფორმატში კოდით. შეინახეთ HTML როგორც EPUB 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...
  2. Გადაიყვანეთ HTML MARKDOWN C#

    გადაიყვანეთ HTML MARKDOWN C# ფორმატში კოდით. შეინახეთ HTML როგორც MARKDOWN 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...
  3. Გადაიყვანეთ DOC DOCX C#

    გადაიყვანეთ DOC DOCX C# ფორმატში კოდით. შეინახეთ DOC როგორც DOCX 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...
  4. Გადაიყვანეთ WORD XPS C#

    გადაიყვანეთ WORD XPS C# ფორმატში კოდით. შეინახეთ WORD როგორც XPS 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/ka/net/conversion/wor...
  5. Გადაიყვანეთ WORD TXT C#

    გადაიყვანეთ WORD TXT C# ფორმატში კოდით. შეინახეთ WORD როგორც TXT 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/ka/net/conversion/wor...
  6. Open and Save Spreadsheet in xlsx4j|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file path Workbook workbook = new Workbook ( dataDir + "pivot.xlsm"...OpcPackage pkg = OpcPackage . load ( new java . io . File ( inputfilepath...

    docs.aspose.com/cells/java/open-and-save-spread...
  7. Convert PDF to Microsoft Word|Aspose.PDF for PH...

    Convert PDF file to DOC and DOCX format with ease and full control with Aspose.PDF for PHP. Learn more how to tune up PDF to Microsoft Word documents conversion....$document = new Document ( $inputFile ); // Create a new DocSaveOptions...DocSaveOptions object $saveOption = new DocSaveOptions (); // Set the...

    docs.aspose.com/pdf/php-java/convert-pdf-to-word/
  8. How to add Underline Annotation using C++ | Asp...

    Add Underline annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/underlin...
  9. 編輯 PDF 應用程式介面 | Aspose.PDF

    使用適用於任何平台的免費跨平台應用程序和高代碼 API 編輯 PDF 文檔。... 編輯 PDF-C# Document doc = new Document ( dataDir + "test.pdf"...TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber ( searchTerm...

    products.aspose.com/pdf/zh-hant/redaction/
  10. Manage Presentation BLOBs in Java for Efficient...

    Manage BLOB data in Aspose.Slides for Java to streamline PowerPoint and OpenDocument file operations for efficient presentation handling....avi" ; // Creates a new presentation to which the video...be added Presentation pres = new Presentation (); try { FileInputStream...

    docs.aspose.com/slides/java/manage-blob/